CVE-2024-35694
Published: 08 June 2024
Summary
CVE-2024-35694 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Amauri Wpmobile.App. Its CVSS base score is 7.1 (High).
Operationally, ranked in the top 5.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The vulnerability is an instance of improper neutralization of input during web page generation, specifically a cross-site scripting flaw (CWE-79), present in the WPMobile.App WordPress plugin maintained by Amauri. It affects all versions through 11.41 and carries a CVSS 3.1 base score of 7.1 reflecting network attack vector, low complexity, no required privileges, and required user interaction with changed scope.
An unauthenticated remote attacker can supply crafted input that is rendered in a victim’s browser session. Successful exploitation allows the attacker to execute arbitrary script in the context of the affected site, resulting in limited disclosure or modification of data and potential disruption of service for users who visit the manipulated page.
Public advisories published by Patchstack on 8 June 2024 record the issue and identify the wpappninja component as the affected package; they direct administrators to apply the vendor-supplied update that resolves the input-handling defect. The associated EPSS score reached a peak of 0.1679 and currently stands at 0.1343, indicating moderate and sustained exploitation interest following disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-35452
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Amauri WPMobile.App wpappninja.This issue affects WPMobile.App: from n/a through <= 11.41.
- 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.