Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The HTTP Headers plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.19.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.
AnalysisAI
Stored cross-site scripting in HTTP Headers plugin for WordPress up to version 1.19.2 allows authenticated administrators to inject arbitrary scripts into admin settings that execute when users access affected pages. This vulnerability is limited to multi-site installations or sites where the unfiltered_html capability has been disabled, significantly reducing real-world exposure. No active exploitation has been publicly reported, and the high privilege requirement (administrator role) narrows the practical attack surface.
Technical ContextAI
The HTTP Headers WordPress plugin fails to properly sanitize and escape user input in its admin settings pages, specifically in the manual.php view file (as evidenced by the plugin code references). This is a classic Stored XSS vulnerability (CWE-79) where malicious JavaScript is persisted in the WordPress database via plugin settings and executed client-side when administrators or other users view the affected settings page. The vulnerability only manifests in multi-site WordPress installations or single-site installations where the unfiltered_html capability has been revoked - configurations where WordPress core prevents non-administrator roles from using the wp_kses_post() function to filter HTML input. In standard single-site WordPress with default permissions, unfiltered_html is typically available to administrators, allowing them to intentionally use HTML/script tags, which mitigates the risk of accidental injection.
RemediationAI
Update the HTTP Headers plugin to version 1.19.3 or later when released by the vendor, which should include proper input sanitization and output escaping in the admin settings views. In the interim, administrators should restrict access to the HTTP Headers plugin settings page (wp-admin/options-general.php?page=http_headers or equivalent) to only trusted administrators using role-based access control plugins such as Role Manager or Members. For multi-site administrators, consider temporarily disabling the plugin if it is not actively in use until a patch is available. Additionally, review WordPress user roles and capabilities to ensure unfiltered_html is revoked only where necessary (typically for contributor and editor roles), as this was identified as a limiting factor for the vulnerability. No compensating controls can fully mitigate Stored XSS once an authenticated administrator has injected the payload; patches or disabling the plugin are the only reliable fixes. Monitor the official plugin repository (https://plugins.trac.wordpress.org/browser/http-headers/) and Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/02e63068-02a8-4106-b64e-430c24815e55) for patch availability notifications.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24634
GHSA-8h43-r57g-hmff