2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2015-9244" ,
"sourceIdentifier" : "support@hackerone.com" ,
"published" : "2018-05-29T20:29:00.597" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T02:40:08.063" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Keys of objects in mysql node module v2.0.0-alpha7 and earlier are not escaped with `mysql.escape()` which could lead to SQL Injection."
} ,
{
"lang" : "es" ,
"value" : "Las claves de objetos en el m\u00f3dulo mysql node en versiones v2.0.0-alpha7 y anteriores no se escapan con \"mysql.escape()\", lo que podr\u00eda conducir a una inyecci\u00f3n SQL."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-04-24 12:24:31 +02:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-04-24 12:24:31 +02:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
}
] ,
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:N/AC:L/Au:N/C:P/I:P/A:P" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.5 ,
2023-04-24 12:24:31 +02:00
"accessVector" : "NETWORK" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "PARTIAL" ,
"integrityImpact" : "PARTIAL" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "PARTIAL"
2023-04-24 12:24:31 +02:00
} ,
"baseSeverity" : "HIGH" ,
"exploitabilityScore" : 10.0 ,
"impactScore" : 6.4 ,
"acInsufInfo" : true ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "support@hackerone.com" ,
"type" : "Secondary" ,
2023-04-24 12:24:31 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-89"
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-04-24 12:24:31 +02:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-89"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:*:*:*:*:*:node.js:*:*" ,
"versionEndIncluding" : "0.9.6" ,
"matchCriteriaId" : "57E168F5-0917-4659-8A22-5B6C8C87C1A0"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:alpha:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "604E8416-EB30-40D2-8239-63CB1EC08292"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:alpha2:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "295CD5DB-8252-4CDC-B6D6-F41DBB7F8C0E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:alpha3:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "6AB6AA92-476E-4C8E-B000-33D2DED72F07"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:alpha4:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "E3A25E77-93C4-4852-8289-D09528EDE310"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:alpha7:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "295749A1-E344-419C-81C3-FA170D4E85DA"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:mysqljs:mysql:2.0.0:preview:*:*:*:node.js:*:*" ,
"matchCriteriaId" : "D432B4B8-B20D-4FA5-9E7F-404C7DA4031C"
}
]
}
]
}
] ,
"references" : [
{
"url" : "https://github.com/felixge/node-mysql/issues/342" ,
"source" : "support@hackerone.com" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://nodesecurity.io/advisories/66" ,
"source" : "support@hackerone.com" ,
"tags" : [
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/felixge/node-mysql/issues/342" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://nodesecurity.io/advisories/66" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
2023-04-24 12:24:31 +02:00
}
]
}