CVE-2024-53735
Published: 05 January 2026
Summary
CVE-2024-53735 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2024-53735 is an Improper Neutralization of Input During Web Page Generation vulnerability, enabling Stored Cross-site Scripting (XSS) as classified under CWE-79. It affects the iPhone Webclip Manager (iphone-webclip-manager) WordPress plugin developed by corourke, impacting all versions from n/a through 0.5 inclusive.
The vulnerability carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating network accessibility, low attack complexity, no required privileges, user interaction, changed scope, and low impacts to confidentiality, integrity, and availability. Unauthenticated attackers can exploit it by tricking users into performing actions that store malicious scripts, which then execute in the context of the affected site for other users.
Patchstack's advisory documents this as a CSRF-to-Stored XSS vulnerability in the iPhone Webclip Manager plugin version 0.5, available at https://patchstack.com/database/Wordpress/Plugin/iphone-webclip-manager/vulnerability/wordpress-iphone-webclip-manager-plugin-0-5-csrf-to-stored-xss-vulnerability?_s_id=cve. Security practitioners should consult the advisory for mitigation details, such as plugin updates if available.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0833
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in corourke iPhone Webclip Manager iphone-webclip-manager allows Stored XSS.This issue affects iPhone Webclip Manager: from n/a through <= 0.5.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct Stored XSS (CSRF-to-XSS) in public-facing WordPress plugin enables exploitation of web application via malicious script injection and execution in victim browsers.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of all user-supplied input before it is stored or rendered, blocking the improper neutralization that enables stored XSS.
Mandates filtering or encoding of information output in web responses, preventing stored malicious scripts from executing in victims' browsers.
Restricts acceptance, storage, and execution of mobile code (scripts) from untrusted sources, limiting the impact of CSRF-delivered XSS payloads in the plugin.