Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-3368 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L105 [email protected]Source CodeVendor
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L153 [email protected]Source CodeVendor
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L49 [email protected]Source CodeVendor
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L8 [email protected]Source CodeVendor
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L94 [email protected]Source CodeVendor

see all 18 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
Injection Guard
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-3368
NVD Published Date:
Mar 21, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-3368 Details - Not Deferred