GNU Wget缓冲区溢出漏洞

admin 2023-12-02 10:19:12 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
低危 GNU Wget缓冲区溢出漏洞

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.16 wget * Up to (excluding) 1.19.2-r0
运行在以下环境
系统 alpine_3.17 wget * Up to (excluding) 1.19.2-r0
运行在以下环境
系统 alpine_3.18 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_10 wget * Up to (excluding) 1.19.2-1
运行在以下环境
系统 debian_11 wget * Up to (excluding) 1.19.2-1
运行在以下环境
系统 debian_12 wget * Up to (excluding) 1.19.2-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
运行在以下环境
系统 debian_sid wget * Up to (excluding) 1.19.2-1
运行在以下环境
系统 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 oraclelinux-release * Up to (excluding) 1.14-15.el7_4.1
运行在以下环境
系统 redhat_7 wget * Up to (excluding) 1.14-15.el7_4.1
运行在以下环境
系统 suse_12 wget * Up to (excluding) 1.14-21.3
运行在以下环境
系统 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_14.04.6_lts wget * Up to (excluding) 1.15-1ubuntu1.14.04.3
运行在以下环境
系统 ubuntu_16.04 wget * Up to (excluding) 1.17.1-1ubuntu1.3
运行在以下环境
系统 ubuntu_16.04.7_lts wget * Up to (excluding) 1.17.1-1ubuntu1.3
阿里云评分 3.1
  • 攻击路径 远程
  • 攻击复杂度 复杂
  • 权限要求 无需权限
  • 影响范围 有限影响
  • EXP成熟度 未验证
  • 补丁情况 官方补丁
  • 数据保密性 无影响
  • 数据完整性 无影响
  • 服务器危害 无影响
  • 全网数量 100
CWE-ID 漏洞类型
CWE-119 内存缓冲区边界内操作的限制不恰当
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
N/A Ali_nvd

N/A

N/ACVE编号 CVE-2024-9120利用情况 暂无补丁情况 N/A披露时间 2024-09-23漏洞描述Use after free in Dawn
评论:0   参与:  0