CVE-2026-3368
Last modified
CVE-2026-3368 is a high-severity vulnerability rated 7.2/10 on the CVSS scale. The Injection Guard plugin for WordPress is vulnerable to Stored Cross-Site Scripting via malicious query parameter names in all versions up to and including 1.2.9. This is due to insufficient input sanitization in the sanitize_ig_data() function which only sanitizes array values but not array keys, combined with missing output escaping in the ig_settings.php template where stored parameter keys are echoed directly into HTML. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
The Injection Guard plugin for WordPress is vulnerable to Stored Cross-Site Scripting via malicious query parameter names in all versions up to and including 1.2.9. This is due to insufficient input sanitization in the sanitize_ig_data() function which only sanitizes array values but not array keys, combined with missing output escaping in the ig_settings.php template where stored parameter keys are echoed directly into HTML. When a request is made to the site, the plugin captures the query string via $_SERVER['QUERY_STRING'], applies esc_url_raw() (which preserves URL-encoded special characters like %22, %3E, %3C), then passes it to parse_str() which URL-decodes the string, resulting in decoded HTML/JavaScript in the array keys. These keys are stored via update_option('ig_requests_log') and later rendered without esc_html() or esc_attr() on the admin log page. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in the admin log page that execute whenever an administrator views the Injection Guard log interface.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3368?
How severe is CVE-2026-3368?
How do I fix CVE-2026-3368?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-33674PrestaShop is an open source e-commerce web application. Ver…5.3
- CVE-2026-33675Vikunja is an open-source self-hosted task management platfo…5.4
- CVE-2026-33676Vikunja is an open-source self-hosted task management platfo…6.5
- CVE-2026-33677Vikunja is an open-source self-hosted task management platfo…6.5
- CVE-2026-33678Vikunja is an open-source self-hosted task management platfo…8.1
- CVE-2026-33679Vikunja is an open-source self-hosted task management platfo…7.4
- CVE-2026-33680Vikunja is an open-source self-hosted task management platfo…6.5
- CVE-2026-33681WWBN AVideo is an open source video platform. In versions up…7.2
- CVE-2026-33682Streamlit is a data oriented application development framewo…4.8
- CVE-2026-33683WWBN AVideo is an open source video platform. In versions up…5.4
- CVE-2026-33684WWBN AVideo is an open source video platform. Prior to versi…5.3
- CVE-2026-33685WWBN AVideo is an open source video platform. In versions up…5.3
Are you affected by CVE-2026-3368?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
