CVE编号
CVE-2017-13090利用情况
暂无补丁情况
官方补丁披露时间
2017-10-28漏洞描述
在处理OK响应时调用retr.c:fd_read_body()函数。当响应在1.19.2之前以块的形式在wget中发送时,块解析器使用strtol()读取每个块的长度,但不检查块的长度是否为非负数。然后,代码尝试使用MIN()宏以8192字节为单位读取块,但是最终将负块长度传递给retr.c:fd_read()。当fd_read()接受一个int参数时,块长度的高32位被丢弃,留下fd_read()一个完全由攻击者控制的长度参数。攻击者可以在分配缓冲区之后破坏malloc元数据。解决建议
厂商已发布漏洞修复程序,请及时关注更新:https://ftp.gnu.org/gnu/wget/
参考链接 |
|
---|---|
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a... | |
http://www.debian.org/security/2017/dsa-4008 | |
http://www.securityfocus.com/bid/101590 | |
http://www.securitytracker.com/id/1039661 | |
https://access.redhat.com/errata/RHSA-2017:3075 | |
https://security.gentoo.org/glsa/201711-06 | |
https://www.synology.com/support/security/Synology_SA_17_62_Wget | |
https://www.viestintavirasto.fi/en/cybersecurity/vulnerabilities/2017/haavoit... |
受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | gnu | wget | * |
Up to (including) 1.19.1 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.10 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.11 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.12 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.13 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.14 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.15 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.4 | wget | * |
Up to (excluding) 1.18-r2 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.5 | wget | * |
Up to (excluding) 1.18-r3 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.6 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.7 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.8 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_3.9 | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | alpine_edge | wget | * |
Up to (excluding) 1.19.2-r0 |
|||||
运行在以下环境 | |||||||||
系统 | amazon_AMI | wget | * |
Up to (excluding) 1.18-3.28.amzn1 |
|||||
运行在以下环境 | |||||||||
系统 | centos_7 | wget | * |
Up to (excluding) 1.14-15.el7_4.1 |
|||||
运行在以下环境 | |||||||||
系统 | debian_7 | wget | * |
Up to (excluding) 1.13.4-3+deb7u5 |
|||||
运行在以下环境 | |||||||||
系统 | debian_8 | wget | * |
Up to (excluding) 1.16-1+deb8u4 |
|||||
运行在以下环境 | |||||||||
系统 | debian_9 | wget | * |
Up to (excluding) 1.18-5+deb9u1 |
|||||
运行在以下环境 | |||||||||
系统 | fedora_25 | wget | * |
Up to (excluding) 1.19.2-1.fc25 |
|||||
运行在以下环境 | |||||||||
系统 | fedora_26 | wget | * |
Up to (excluding) 1.19.2-1.fc26 |
|||||
运行在以下环境 | |||||||||
系统 | fedora_27 | wget | * |
Up to (excluding) 1.19.2-1.fc27 |
|||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_42.2 | wget | * |
Up to (excluding) 1.14-12.1 |
|||||
运行在以下环境 | |||||||||
系统 | opensuse_Leap_42.3 | wget | * |
Up to (excluding) 1.14-12.1 |
|||||
运行在以下环境 | |||||||||
系统 | oracle_7 | wget | * |
Up to (excluding) 1.14-18.el7 |
|||||
运行在以下环境 | |||||||||
系统 | suse_12_SP2 | wget | * |
Up to (excluding) 1.14-21.3.1 |
|||||
运行在以下环境 | |||||||||
系统 | suse_12_SP3 | wget | * |
Up to (excluding) 1.14-21.3.1 |
|||||
运行在以下环境 | |||||||||
系统 | ubuntu_14.04 | wget | * |
Up to (excluding) 1.15-1ubuntu1.14.04.3 |
|||||
运行在以下环境 | |||||||||
系统 | ubuntu_16.04 | wget | * |
Up to (excluding) 1.17.1-1ubuntu1.3 |
|||||
- 攻击路径 远程
- 攻击复杂度 复杂
- 权限要求 无需权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 100
还没有评论,来说两句吧...