安全公告/【CVE-2022-32206】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:中危
影响源码包:curl
CVSS评分:6.5
发现日期:2022-09-07
修复版本:7.71.1-15

漏洞描述

curl < 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited number of compression steps.The use of such a decompression chain could result in a "malloc bomb", makingcurl end up spending enormous amounts of allocated heap memory, or trying toand returning out of memory errors.

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32206
https://nvd.nist.gov/vuln/detail/CVE-2022-32206