CVE-2002-1371 (CNNVD-200212-067)
中文标题:
CUPS图象过滤器GIF零宽度内存破坏漏洞
英文标题:
filters/image-gif.c in Common Unix Printing System (CUPS) 1.1.14 through 1.1.17 does not properly ch...
漏洞描述
中文描述:
Apple Common Unix Printing System(CUPS)是美国苹果(Apple)公司的一套开源的用于OS X和类Unix系统的打印系统。该系统基于Internet打印协议(IPP),提供大多数PostScript和raster打印机服务。 CUPS图象过滤器不正确处理宽度为零值的GIF文件,远程攻击者可以利用这个漏洞进行对CUPS进行拒绝服务攻击,可能以CUPS进程权限在系统上执行任意指令。 在filters/image-gif.c图象过滤器代码中不正确检查图象宽度为零的GIF文件: bpp = ImageGetDepth(img); pixels = calloc(bpp, img->xsize); ... xpos ++; temp += bpp; if (xpos == img->xsize) { ImagePutRow(img, 0, ypos, img->xsize, pixels); ... 如果攻击者发送特殊构建的GIF文件,可能破坏内存结构,以CUPS进程权限在系统上执行任意指令。 Red Hat Linux和Apple MacOS X系统默认不安装CUPS系统。
英文描述:
filters/image-gif.c in Common Unix Printing System (CUPS) 1.1.14 through 1.1.17 does not properly check for zero-length GIF images, which allows remote attackers to execute arbitrary code via modified chunk headers, as demonstrated by nogif.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| easy_software_products | cups | 1.0.4 | - | - |
cpe:2.3:a:easy_software_products:cups:1.0.4:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.0.4_8 | - | - |
cpe:2.3:a:easy_software_products:cups:1.0.4_8:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.1 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.1:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.4 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.4:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.4_2 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.4_2:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.4_3 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.4_3:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.4_5 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.4_5:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.6 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.6:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.7 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.7:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.10 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.10:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.13 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.13:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.14 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.14:*:*:*:*:*:*:*
|
| easy_software_products | cups | 1.1.17 | - | - |
cpe:2.3:a:easy_software_products:cups:1.1.17:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.2 | - | - |
cpe:2.3:o:apple:mac_os_x:10.2:*:*:*:*:*:*:*
|
| apple | mac_os_x | 10.2.2 | - | - |
cpe:2.3:o:apple:mac_os_x:10.2.2:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
cve.org
CVSS评分详情
AV:N/AC:L/Au:N/C:P/I:P/A:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2002-1371 |
2025-11-11 15:17:24 | 2025-11-11 07:32:17 |
| NVD | nvd_CVE-2002-1371 |
2025-11-11 14:50:28 | 2025-11-11 07:41:03 |
| CNNVD | cnnvd_CNNVD-200212-067 |
2025-11-11 15:08:42 | 2025-11-11 07:48:49 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 授权问题
- cnnvd_id: 未提取 -> CNNVD-200212-067
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- severity: SeverityLevel.MEDIUM -> SeverityLevel.HIGH
- cvss_score: 未提取 -> 7.5
- cvss_vector: NOT_EXTRACTED -> AV:N/AC:L/Au:N/C:P/I:P/A:P
- cvss_version: NOT_EXTRACTED -> 2.0
- affected_products_count: 0 -> 15
- data_sources: ['cve'] -> ['cve', 'nvd']