cvelist/2021/23xxx/CVE-2021-23434.json

107 lines
3.8 KiB
JSON
Raw Normal View History

2021-01-08 23:02:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-08-27 17:47:20 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-08-27T16:47:19.285203Z",
2021-01-08 23:02:33 +00:00
"ID": "CVE-2021-23434",
2021-08-27 17:47:20 +01:00
"STATE": "PUBLIC",
"TITLE": "Prototype Pollution"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "object-path",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "0.11.6"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Prototype Pollution"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-08-27 17:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453",
"name": "https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453"
2021-08-27 17:47:20 +01:00
},
{
2021-08-27 17:00:56 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1570423",
"name": "https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1570423"
2021-08-27 17:47:20 +01:00
},
{
2021-08-27 17:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/mariocasciaro/object-path/commit/7bdf4abefd102d16c163d633e8994ef154cab9eb",
"name": "https://github.com/mariocasciaro/object-path/commit/7bdf4abefd102d16c163d633e8994ef154cab9eb"
2021-08-27 17:47:20 +01:00
},
{
2021-08-27 17:00:56 +00:00
"refsource": "MISC",
"url": "https://github.com/mariocasciaro/object-path%230116",
"name": "https://github.com/mariocasciaro/object-path%230116"
2023-01-29 18:00:35 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20230129 [SECURITY] [DLA 3291-1] node-object-path security update",
"url": "https://lists.debian.org/debian-lts-announce/2023/01/msg00031.html"
2021-08-27 17:47:20 +01:00
}
]
2021-01-08 23:02:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-08-27 17:00:56 +00:00
"value": "This affects the package object-path before 0.11.6. A type confusion vulnerability can lead to a bypass of CVE-2020-15256 when the path components used in the path parameter are arrays. In particular, the condition currentPath === '__proto__' returns false if currentPath is ['__proto__']. This is because the === operator returns always false when the type of the operands is different."
2021-01-08 23:02:33 +00:00
}
]
2021-08-27 17:47:20 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "HIGH",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "Alessio Della Libera of Snyk Research Team"
}
]
2021-01-08 23:02:33 +00:00
}