cvelist/2022/31xxx/CVE-2022-31627.json

108 lines
3.4 KiB
JSON
Raw Normal View History

2022-05-25 22:01:45 +00:00
{
"CVE_data_meta": {
2022-07-27 23:43:32 -06:00
"ASSIGNER": "security@php.net",
"DATE_PUBLIC": "2022-07-05T06:05:00.000Z",
2022-05-25 22:01:45 +00:00
"ID": "CVE-2022-31627",
2022-07-27 23:43:32 -06:00
"STATE": "PUBLIC",
"TITLE": "Heap buffer overflow in finfo_buffer"
2022-05-25 22:01:45 +00:00
},
2022-07-27 23:43:32 -06:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "PHP",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "8.1.X",
"version_value": "8.1.8"
}
]
}
}
]
},
"vendor_name": "PHP Group"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "reported by xd4rker at gmail dot com"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-05-25 22:01:45 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-07-28 06:00:48 +00:00
"value": "In PHP versions 8.1.x below 8.1.8, when fileinfo functions, such as finfo_buffer, due to incorrect patch applied to the third party code from libmagic, incorrect function may be used to free allocated memory, which may lead to heap corruption."
2022-07-27 23:43:32 -06:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-590 Free of Memory not on the Heap"
}
]
2022-05-25 22:01:45 +00:00
}
]
2022-07-27 23:43:32 -06:00
},
"references": {
"reference_data": [
{
2022-07-28 06:00:48 +00:00
"refsource": "MISC",
"url": "https://bugs.php.net/bug.php?id=81723",
"name": "https://bugs.php.net/bug.php?id=81723"
2022-08-26 15:00:38 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220826-0008/",
"url": "https://security.netapp.com/advisory/ntap-20220826-0008/"
2022-09-29 17:00:49 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-202209-20",
"url": "https://security.gentoo.org/glsa/202209-20"
2022-07-27 23:43:32 -06:00
}
]
},
"source": {
"advisory": "81723",
"defect": [
"https://bugs.php.net/bug.php?id=81723"
],
"discovery": "EXTERNAL"
2022-05-25 22:01:45 +00:00
}
}