cvelist/2024/21xxx/CVE-2024-21509.json
2024-04-10 19:08:10 +00:00

114 lines
4.1 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-21509",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Versions of the package mysql2 before 3.9.4 are vulnerable to Prototype Poisoning due to insecure results object creation and improper user input sanitization passed through parserFn in text_parser.js and binary_parser.js."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Prototype Poisoning",
"cweId": "CWE-1321"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "mysql2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "3.9.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-MYSQL2-6591084",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-MYSQL2-6591084"
},
{
"url": "https://blog.slonser.info/posts/mysql2-attacker-configuration/",
"refsource": "MISC",
"name": "https://blog.slonser.info/posts/mysql2-attacker-configuration/"
},
{
"url": "https://github.com/sidorares/node-mysql2/blob/fd3d117da82cc5c5fa5a3701d7b33ca77691bc61/lib/parsers/text_parser.js%23L134",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/blob/fd3d117da82cc5c5fa5a3701d7b33ca77691bc61/lib/parsers/text_parser.js%23L134"
},
{
"url": "https://github.com/sidorares/node-mysql2/commit/4a964a3910a4b8de008696c554ab1b492e9b4691",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/commit/4a964a3910a4b8de008696c554ab1b492e9b4691"
},
{
"url": "https://github.com/sidorares/node-mysql2/pull/2574",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/pull/2574"
},
{
"url": "https://github.com/sidorares/node-mysql2/releases/tag/v3.9.4",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/releases/tag/v3.9.4"
}
]
},
"credits": [
{
"lang": "en",
"value": "Vsevolod Kokorin"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L/E:P"
}
]
}
}