cvelist/2020/7xxx/CVE-2020-7067.json

111 lines
3.5 KiB
JSON
Raw Normal View History

2020-01-15 15:01:05 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security@php.net",
"DATE_PUBLIC": "2020-04-14T03:10:00.000Z",
2020-01-15 15:01:05 +00:00
"ID": "CVE-2020-7067",
"STATE": "PUBLIC",
"TITLE": "OOB Read in urldecode()"
2020-01-15 15:01:05 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
2020-04-27 21:01:24 +00:00
"vendor_name": "PHP Group",
"product": {
"product_data": [
{
"product_name": "PHP",
"version": {
"version_data": [
{
2020-04-27 21:01:24 +00:00
"version_value": "7.2.x below 7.2.30"
},
{
2020-04-27 21:01:24 +00:00
"version_value": "7.3.x below 7.3.17 and 7.4.x below 7.4.5"
}
]
}
}
]
2020-04-27 21:01:24 +00:00
}
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "bigshaq at wearehackerone dot com"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-01-15 15:01:05 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "In PHP versions 7.2.x below 7.2.30, 7.3.x below 7.3.17 and 7.4.x below 7.4.5, if PHP is compiled with EBCDIC support (uncommon), urldecode() function can be made to access locations past the allocated memory, due to erroneously using signed numbers as array indexes."
2020-01-15 15:01:05 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-125 Out-of-bounds Read"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-196 Unsigned to Signed Conversion Error"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://bugs.php.net/bug.php?id=79465",
"refsource": "CONFIRM",
"url": "https://bugs.php.net/bug.php?id=79465"
2020-05-04 09:01:11 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20200504-0001/",
"url": "https://security.netapp.com/advisory/ntap-20200504-0001/"
}
]
},
"source": {
"defect": [
"https://bugs.php.net/bug.php?id=79465"
],
"discovery": "EXTERNAL"
2020-01-15 15:01:05 +00:00
}
}