Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Network-delivered reflected XSS needs no attacker privileges (PR:N) but requires a victim click (UI:R); script runs in a different context (S:C) with limited CIA impact, giving Low impacts.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Milan Petrovic GD Security Headers gd-security-headers allows Reflected XSS.This issue affects GD Security Headers: from n/a through <= 1.8.
AnalysisAI
Reflected cross-site scripting in the GD Security Headers WordPress plugin (by Milan Petrovic, versions up to and including 1.8) lets remote attackers inject arbitrary JavaScript that executes in a victim's browser when they click a crafted link. The flaw stems from improper input neutralization during web page generation (CWE-79) and, per the CVSS scope-change metric, can affect resources beyond the vulnerable component. No public exploit code has been identified and it is not listed in CISA KEV, but disclosure by Patchstack makes the affected versions well documented.
Technical ContextAI
GD Security Headers is a WordPress plugin whose purpose is to manage HTTP security response headers (CSP, HSTS, X-Frame-Options, etc.) for a site. The vulnerability is a classic CWE-79 Reflected XSS: user-controlled input is echoed back into a generated page without proper output encoding or input sanitization, so an attacker-supplied value in a request parameter is reflected verbatim into the HTML/JS context. The single CPE, cpe:2.3:a:milan_petrovic:gd_security_headers:*, confirms the affected component is the plugin application itself rather than the WordPress core. Ironically the plugin exists to harden HTTP security headers, yet a strong Content-Security-Policy configured through it (or another mechanism) could itself blunt the payload.
RemediationAI
No vendor-released patch version is identified at time of analysis, so treat all versions through 1.8 as vulnerable and monitor the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/gd-security-headers/vulnerability/wordpress-gd-security-headers-plugin-1-8-cross-site-scripting-xss-vulnerability) and the plugin's WordPress.org page for a release above 1.8, applying it as soon as it is published. Until a fixed version is available, compensating controls include deactivating the GD Security Headers plugin if it is not essential (trade-off: loses whatever security-header management it provided), placing a Web Application Firewall or Patchstack virtual patch in front of the site to filter reflected-XSS payloads (trade-off: rule tuning and possible false positives), and enforcing a strict Content-Security-Policy that disallows inline script execution to reduce payload impact (trade-off: may break legitimate inline scripts and admin UI functionality). Administrators should also avoid clicking untrusted links to plugin endpoints while logged in.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43475