CVE-2024-4455
Published: 24 May 2024
Summary
CVE-2024-4455 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Yithemes Yith Woocommerce Ajax Search. Its CVSS base score is 7.2 (High).
Operationally, ranked in the top 8.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The YITH WooCommerce Ajax Search plugin for WordPress is affected by a stored cross-site scripting vulnerability in versions up to and including 2.4.0. The flaw resides in the handling of the ‘item’ parameter and stems from insufficient input sanitization and output escaping, allowing arbitrary scripts to be stored and later executed in the browser of users who access an injected page.
Unauthenticated attackers can exploit the issue remotely with no user interaction required. Successful exploitation permits injection of malicious web scripts that run in the context of the affected site, enabling actions such as data theft or unauthorized operations within the WordPress environment due to the changed scope.
References including Wordfence threat intelligence and WordPress plugin trac changesets indicate that the issue is resolved by applying the available patch, which updates the affected statistic list table code to enforce proper escaping.
The associated EPSS score rose from a low baseline to a peak of 0.1006 before receding to the current value of 0.0664, signaling that exploitation interest emerged after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-44074
Vulnerability details
The YITH WooCommerce Ajax Search plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘item’ parameter in versions up to, and including, 2.4.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers…
more
to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
- 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.