cvelist/2023/38xxx/CVE-2023-38039.json

78 lines
3.0 KiB
JSON
Raw Normal View History

2023-07-12 02:00:38 +00:00
{
2023-09-15 04:00:33 +00:00
"data_version": "4.0",
2023-07-12 02:00:38 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-38039",
2023-09-15 04:00:33 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
2023-07-12 02:00:38 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-09-15 04:00:33 +00:00
"value": "When curl retrieves an HTTP response, it stores the incoming headers so that\nthey can be accessed later via the libcurl headers API.\n\nHowever, curl did not have a limit in how many or how large headers it would\naccept in a response, allowing a malicious server to stream an endless series\nof headers and eventually cause curl to run out of heap memory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "curl",
"product": {
"product_data": [
{
"product_name": "curl",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "8.3.0",
"status": "affected",
"lessThan": "8.3.0",
"versionType": "semver"
},
{
"version": "7.84.0",
"status": "unaffected",
"lessThan": "7.84.0",
"versionType": "semver"
}
]
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://hackerone.com/reports/2072338",
"refsource": "MISC",
"name": "https://hackerone.com/reports/2072338"
2023-07-12 02:00:38 +00:00
}
]
}
}