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

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:超危
影响源码包:curl
CVSS评分:9.8
发现日期:2023-05-28
修复版本:curl-7.71.1-19

漏洞描述

When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent `POST` request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.

修复方式

yum update PackageName

漏洞判定

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

补丁

参考

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