First published: Wed Oct 02 2024(Updated: )
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.
Credit: disclosure@vulncheck.com disclosure@vulncheck.com
Affected Software | Affected Version | How to fix |
---|---|---|
npm/slim-select | >=2.0.0<2.9.2 | 2.9.2 |
Slim Select | <2.9.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-9440 is categorized as a high severity cross-site scripting vulnerability.
To fix CVE-2024-9440, upgrade to Slim Select version 2.9.2 or later.
CVE-2024-9440 affects Slim Select versions from 2.0.0 up to, but not including, 2.9.2.
CVE-2024-9440 is a cross-site scripting (XSS) vulnerability due to improper handling of user input.
The potential impact of CVE-2024-9440 could allow an attacker to inject malicious scripts into web pages viewed by users.