cvelist/2022/32xxx/CVE-2022-32221.json
2023-05-17 09:00:40 +00:00

112 lines
4.3 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-32221",
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "https://github.com/curl/curl",
"version": {
"version_data": [
{
"version_value": "Fixed in 7.86.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Information Disclosure (CWE-200)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/1704017",
"url": "https://hackerone.com/reports/1704017"
},
{
"refsource": "GENTOO",
"name": "GLSA-202212-01",
"url": "https://security.gentoo.org/glsa/202212-01"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20230110-0006/",
"url": "https://security.netapp.com/advisory/ntap-20230110-0006/"
},
{
"refsource": "CONFIRM",
"name": "https://support.apple.com/kb/HT213604",
"url": "https://support.apple.com/kb/HT213604"
},
{
"refsource": "CONFIRM",
"name": "https://support.apple.com/kb/HT213605",
"url": "https://support.apple.com/kb/HT213605"
},
{
"refsource": "FULLDISC",
"name": "20230123 APPLE-SA-2023-01-23-5 macOS Monterey 12.6.3",
"url": "http://seclists.org/fulldisclosure/2023/Jan/20"
},
{
"refsource": "FULLDISC",
"name": "20230123 APPLE-SA-2023-01-23-4 macOS Ventura 13.2",
"url": "http://seclists.org/fulldisclosure/2023/Jan/19"
},
{
"refsource": "DEBIAN",
"name": "DSA-5330",
"url": "https://www.debian.org/security/2023/dsa-5330"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20230128 [SECURITY] [DLA 3288-1] curl security update",
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00028.html"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20230208-0002/",
"url": "https://security.netapp.com/advisory/ntap-20230208-0002/"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20230517 curl: CVE-2023-28322: more POST-after-PUT confusion",
"url": "http://www.openwall.com/lists/oss-security/2023/05/17/4"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "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."
}
]
}
}