2024-10-02 20:03:16 +00:00
{
"id" : "CVE-2024-9440" ,
"sourceIdentifier" : "disclosure@vulncheck.com" ,
"published" : "2024-10-02T19:15:15.880" ,
2024-11-13 21:03:21 +00:00
"lastModified" : "2024-11-13T19:50:24.960" ,
"vulnStatus" : "Analyzed" ,
2024-10-02 20:03:16 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "Slim Select 2.0 versions through 2.9.0 are affected by a potential cross-site scripting vulnerability. In select.ts:createOption(), the text variable from the user-provided Options object is assigned to an innerHTML without sanitation. Software that depends on this library to dynamically generate lists using unsanitized user-provided input may be vulnerable to cross-site scripting, resulting in attacker executed JavaScript. At this time, no patch is available."
2024-10-04 14:03:27 +00:00
} ,
{
"lang" : "es" ,
"value" : "Las versiones Slim Select 2.0 a 2.9.0 se ven afectadas por una posible vulnerabilidad de Cross-Site Scripting. En select.ts:createOption(), la variable de texto del objeto Options proporcionado por el usuario se asigna a un innerHTML sin sanear. El software que depende de esta librer\u00eda para generar listas de forma din\u00e1mica utilizando entradas proporcionadas por el usuario sin desinfectar puede ser vulnerable a Cross-Site Scripting, lo que da como resultado que el atacante ejecute JavaScript. En este momento, no hay ning\u00fan parche disponible."
2024-10-02 20:03:16 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-11-13 21:03:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "disclosure@vulncheck.com" ,
"type" : "Secondary" ,
2024-11-13 21:03:21 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
2024-11-13 21:03:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
2024-12-08 03:06:42 +00:00
"scope" : "UNCHANGED" ,
2024-11-13 21:03:21 +00:00
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-11-13 21:03:21 +00:00
} ,
"exploitabilityScore" : 2.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 2.5
2024-11-13 21:03:21 +00:00
} ,
2024-10-02 20:03:16 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-02 20:03:16 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM" ,
2024-10-02 20:03:16 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
2024-12-08 03:06:42 +00:00
"scope" : "CHANGED" ,
2024-10-02 20:03:16 +00:00
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-02 20:03:16 +00:00
} ,
"exploitabilityScore" : 2.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 2.7
2024-10-02 20:03:16 +00:00
}
]
} ,
"weaknesses" : [
2024-11-13 21:03:21 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "disclosure@vulncheck.com" ,
"type" : "Secondary" ,
2024-11-13 21:03:21 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
} ,
2024-10-02 20:03:16 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-02 20:03:16 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-11-13 21:03:21 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:slimselectjs:slim_select:*:*:*:*:*:node.js:*:*" ,
"versionEndExcluding" : "2.9.2" ,
"matchCriteriaId" : "F806D61F-99D6-4D30-BE39-543D9D2CB93C"
}
]
}
]
}
] ,
2024-10-02 20:03:16 +00:00
"references" : [
{
"url" : "https://github.com/brianvoe/slim-select/blob/e7e37e2ff90e125f846bd98d6b8f278524ead79e/src/slim-select/select.ts#L377" ,
2024-11-13 21:03:21 +00:00
"source" : "disclosure@vulncheck.com" ,
"tags" : [
"Product"
]
2024-10-02 20:03:16 +00:00
} ,
{
"url" : "https://github.com/brianvoe/slim-select/issues/564" ,
2024-11-13 21:03:21 +00:00
"source" : "disclosure@vulncheck.com" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2024-10-02 20:03:16 +00:00
} ,
{
"url" : "https://vulncheck.com/advisories/slim-select-xss" ,
2024-11-13 21:03:21 +00:00
"source" : "disclosure@vulncheck.com" ,
"tags" : [
"Third Party Advisory"
]
2024-10-02 20:03:16 +00:00
}
]
}