"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-08-01 05:00:33 +00:00
parent 9242d5c70d
commit dc9908ef49
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98

View File

@ -1,17 +1,97 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-26139",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "Versions of the package underscore-keypath from 0.0.11 are vulnerable to Prototype Pollution via the name argument of the setProperty() function. Exploiting this vulnerability is possible due to improper input sanitization which allows the usage of arguments like \u201c__proto__\u201d."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Prototype Pollution",
"cweId": "CWE-1321"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "underscore-keypath",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0.0.11",
"version_value": "*"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-UNDERSCOREKEYPATH-5416714",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-UNDERSCOREKEYPATH-5416714"
},
{
"url": "https://gist.github.com/lelecolacola123/cc0d1e73780127aea9482c05f2ff3252",
"refsource": "MISC",
"name": "https://gist.github.com/lelecolacola123/cc0d1e73780127aea9482c05f2ff3252"
}
]
},
"credits": [
{
"lang": "en",
"value": "Peng Zhou"
},
{
"lang": "en",
"value": "Yuhan Gao"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P"
}
]
}