cvelist/2021/21xxx/CVE-2021-21707.json

113 lines
4.0 KiB
JSON
Raw Normal View History

2021-01-04 17:03:40 +00:00
{
"CVE_data_meta": {
2021-11-28 22:19:15 -08:00
"ASSIGNER": "security@php.net",
"DATE_PUBLIC": "2021-11-15T15:31:00.000Z",
2021-01-04 17:03:40 +00:00
"ID": "CVE-2021-21707",
2021-11-28 22:19:15 -08:00
"STATE": "PUBLIC",
"TITLE": "Special characters break path parsing in XML functions"
2021-01-04 17:03:40 +00:00
},
2021-11-28 22:19:15 -08:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "PHP",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "7.3.x",
"version_value": "7.3.33"
},
{
"version_affected": "<",
"version_name": "7.4.x",
"version_value": "7.4.26"
},
{
"version_affected": "<",
"version_name": "8.0.X",
"version_value": "8.0.13"
}
]
}
}
]
},
"vendor_name": "PHP Group"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Reported by rawataman6525 at gmail dot com"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-01-04 17:03:40 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-11-29 07:01:16 +00:00
"value": "In PHP versions 7.3.x below 7.3.33, 7.4.x below 7.4.26 and 8.0.x below 8.0.13, certain XML parsing functions, like simplexml_load_file(), URL-decode the filename passed to them. If that filename contains URL-encoded NUL character, this may cause the function to interpret this as the end of the filename, thus interpreting the filename differently from what the user intended, which may lead it to reading a different file than intended."
2021-11-28 22:19:15 -08:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-159 Failure to Sanitize Special Element"
}
]
2021-01-04 17:03:40 +00:00
}
]
2021-11-28 22:19:15 -08:00
},
"references": {
"reference_data": [
{
2021-11-29 07:01:16 +00:00
"refsource": "MISC",
"url": "https://bugs.php.net/bug.php?id=79971",
"name": "https://bugs.php.net/bug.php?id=79971"
2021-12-23 13:01:06 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20211223-0005/",
"url": "https://security.netapp.com/advisory/ntap-20211223-0005/"
2021-11-28 22:19:15 -08:00
}
]
},
"source": {
"advisory": "https://bugs.php.net/bug.php?id=79971",
"defect": [
"https://bugs.php.net/bug.php?id=79971"
],
"discovery": "EXTERNAL"
2021-01-04 17:03:40 +00:00
}
}