cvelist/2022/32xxx/CVE-2022-32207.json

67 lines
2.3 KiB
JSON
Raw Normal View History

2022-06-02 13:46:07 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-32207",
2022-07-07 13:00:44 +00:00
"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.84.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Business Logic Errors (CWE-840)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/1573634",
"url": "https://hackerone.com/reports/1573634"
2022-07-15 03:00:45 +00:00
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-1b3d7f6973",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BEV6BR4MTI3CEWK2YU2HQZUW5FAS3FEY/"
2022-07-07 13:00:44 +00:00
}
]
2022-06-02 13:46:07 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2022-07-07 13:00:44 +00:00
"value": "When curl < 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the operation with a rename from a temporary name to the final target file name.In that rename operation, it might accidentally *widen* the permissions for the target file, leaving the updated file accessible to more users than intended."
2022-06-02 13:46:07 +00:00
}
]
}
}