cvelist/2024/21xxx/CVE-2024-21511.json
2024-04-23 05:00:34 +00:00

104 lines
3.5 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-21511",
"ASSIGNER": "report@snyk.io",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Versions of the package mysql2 before 3.9.7 are vulnerable to Arbitrary Code Injection due to improper sanitization of the timezone parameter in the readCodeFor function by calling a native MySQL Server date/time function."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Arbitrary Code Injection",
"cweId": "CWE-94"
}
]
}
]
},
"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.7"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://security.snyk.io/vuln/SNYK-JS-MYSQL2-6670046",
"refsource": "MISC",
"name": "https://security.snyk.io/vuln/SNYK-JS-MYSQL2-6670046"
},
{
"url": "https://github.com/sidorares/node-mysql2/releases/tag/v3.9.7",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/releases/tag/v3.9.7"
},
{
"url": "https://github.com/sidorares/node-mysql2/pull/2608",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/pull/2608"
},
{
"url": "https://github.com/sidorares/node-mysql2/commit/7d4b098c7e29d5a6cb9eac2633bfcc2f0f1db713",
"refsource": "MISC",
"name": "https://github.com/sidorares/node-mysql2/commit/7d4b098c7e29d5a6cb9eac2633bfcc2f0f1db713"
}
]
},
"credits": [
{
"lang": "en",
"value": "zhaoyudi (Nebulalab)"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P"
}
]
}
}