CVE-2022-24384
Published: 14 March 2022
Summary
CVE-2022-24384 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Smartertools Smartertrack. Its CVSS base score is 8.8 (High).
Operationally, ranked in the top 2.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2022-24384 is a cross-site scripting vulnerability, tracked as CWE-79, that affects SmarterTools SmarterTrack version 100.0.8019.14010. The flaw received a CVSS 3.1 score of 8.8, reflecting network attack vector, low complexity, no required privileges, and required user interaction that can still produce high impact across confidentiality, integrity, and availability.
An unauthenticated remote attacker can supply malicious input that executes in a victim's browser session, enabling theft of session data, account takeover, or other actions within the affected SmarterTrack instance.
Public advisories from DIVD covering the issue and related findings are available at https://csirt.divd.nl/CVE-2022-24384 and https://csirt.divd.nl/DIVD-2021-00029.
EPSS for the CVE reached a peak of 0.5108 on 2025-12-11 before receding to the current value of 0.4803.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-29276
Vulnerability details
Cross-site Scripting (XSS) vulnerability in SmarterTools SmarterTrack This issue affects: SmarterTools SmarterTrack 100.0.8019.14010.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.