CVE-2024-3473
Description
The Header Footer Code Manager Pro plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the message parameter in all versions up to, and including, 1.0.16 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Reflected XSS in Header Footer Code Manager Pro <=1.0.16 via insufficient sanitization allows unauthenticated attackers to inject scripts via the message parameter.
The Header Footer Code Manager Pro plugin for WordPress, in all versions up to and including 1.0.16, contains a reflected cross-site scripting (XSS) vulnerability. The root cause is insufficient input sanitization and output escaping of the message parameter. This flaw occurs when user-supplied data is reflected back to the browser without proper neutralization.
Exploitation requires no authentication and is performed by tricking a user into clicking a crafted link. The attacker can inject arbitrary web scripts into the resulting page, which then executes in the victim's browser context. The attack surface is the same as any WordPress plugin that accepts and reflects GET parameters without escaping.
Successful exploitation allows an attacker to execute JavaScript in the context of the logged-in site administrator or other user. This can lead to session hijacking, credential theft, or defacement of the WordPress dashboard. The vulnerability is rated as Medium severity with a CVSS v3 score of 6.1 [1].
A patched version of the plugin is likely available; users should update to the latest release as indicated in the official product roadmap [1]. No workarounds have been documented, but sanitizing the message parameter with appropriate escaping functions would mitigate the issue.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <=1.0.16
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.