Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Network-delivered reflected XSS requires no attacker privileges (PR:N) but mandates victim link interaction (UI:R); scope change (S:C) reflects browser-context execution outside the WordPress application boundary.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in Agrion <= 1.0.0 versions.
AnalysisAI
Reflected Cross-Site Scripting in the Agrion WordPress theme (versions 1.0.0 and below) enables unauthenticated remote attackers to inject and execute arbitrary JavaScript in a victim's browser by delivering a crafted URL. The CVSS S:C (Scope Changed) metric confirms the exploit crosses the application's security boundary into the browser context, enabling session hijacking, credential theft, and DOM manipulation. No public exploit code or CISA KEV listing has been identified at time of analysis, but the zero-privilege requirement substantially lowers the attacker barrier.
Technical ContextAI
Agrion is a WordPress theme developed by bracketweb (CPE: cpe:2.3:a:bracketweb:agrion:*:*:*:*:*:*:*:*). CWE-79 (Improper Neutralization of Input During Web Page Generation) identifies the root cause as insufficient sanitization or output encoding of user-supplied input before it is reflected into the HTTP response. In the WordPress ecosystem, themes control page rendering and commonly process URL parameters for layout or search functionality; a failure to encode these parameters allows an attacker-controlled string to be interpreted as executable HTML or JavaScript by the victim's browser. The CVSS Scope Changed (S:C) metric reflects that successful exploitation extends impact beyond the WordPress application to the browser's document context, where attacker-controlled script inherits the victim's authenticated session.
RemediationAI
Consult the Patchstack advisory at https://patchstack.com/database/wordpress/theme/agrion/vulnerability/wordpress-agrion-theme-1-0-0-reflected-cross-site-scripting-xss-vulnerability for the most current patch status; an exact fixed version is not confirmed in the available intelligence. If a patched theme version has been released to the WordPress theme repository, administrators should update immediately via the WordPress dashboard. If no patched release is available, the recommended compensating control is to deactivate and replace the Agrion theme with an alternative - this eliminates the attack surface entirely with no side effects beyond visual/layout changes requiring redesign effort. A secondary compensating control is deploying a Web Application Firewall (WAF) with reflected XSS ruleset (e.g., Cloudflare, Sucuri, or ModSecurity with OWASP CRS), which can block common XSS payloads in URL parameters; however, WAF rules carry a risk of false positives on legitimate traffic and should be monitored after deployment. Output encoding at the theme level or a WordPress security plugin enforcing Content Security Policy headers (CSP) are additional hardening measures but require developer-level configuration.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57979
GHSA-v3mp-84pw-5pr9