低危 gnome gdk-pixbuf 不可达退出条件的循环(无限循环)
CVE编号
CVE-2020-29385利用情况
暂无补丁情况
官方补丁披露时间
2020-12-26漏洞描述
GNOME gdk-pixbuf (aka GdkPixbuf) before 2.42.2 allows a denial of service (infinite loop) in lzw.c in the function write_indexes. if c->self_code equals 10, self->code_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self->code_table[11].extends to c, which will give the value of 10. This will make the loop run infinitely. This bug can, for example, be triggered by calling this function with a GIF image with LZW compression that is crafted in a special way.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | gnome | gdk-pixbuf | * | Up to (excluding) 2.42.2 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.11 | gdk-pixbuf | * | Up to (excluding) 2.40.0-r2 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.12 | gdk-pixbuf | * | Up to (excluding) 2.40.0-r4 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.13 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.14 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.15 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.16 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.17 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.18 | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_edge | gdk-pixbuf | * | Up to (excluding) 2.42.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | gdk-pixbuf | * | Up to (excluding) 2.38.1+dfsg-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | gdk-pixbuf | * | Up to (excluding) 2.42.2+dfsg-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | gdk-pixbuf | * | Up to (excluding) 2.42.2+dfsg-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | gdk-pixbuf | * | Up to (excluding) 2.42.2+dfsg-1 | |||||
运行在以下环境 | |||||||||
系统 | fedora_33 | mingw64-gdk-pixbuf | * | Up to (excluding) 2.42.2-2.fc33 | |||||
运行在以下环境 | |||||||||
系统 | fedora_34 | mingw64-gdk-pixbuf | * | Up to (excluding) 2.42.2-1.fc34 | |||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_15.2 | gdk-pixbuf-devel-32bit | * | Up to (excluding) 2.40.0-lp152.2.3.1 | |||||
运行在以下环境 | |||||||||
系统 | ubuntu_20.04 | gdk-pixbuf | * | Up to (excluding) 2.40.0+dfsg-3ubuntu0.1 | |||||
- 攻击路径 远程
- 攻击复杂度 容易
- 权限要求 无需权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-835 | 不可达退出条件的循环(无限循环) |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论