7.2

CVE-2026-3368

Injection Guard <= 1.2.9 - Unauthenticated Stored Cross-Site Scripting via Query Parameter Name

Injection Guard <= 1.2.9 - Unauthenticated Stored Cross-Site Scripting via Query Parameter Name

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.
Mögliche Gegenmaßnahme
Injection Guard: Update to version 1.3.0, or a newer patched version
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
Herstellerfahadmahmood
Produkt Injection Guard
Default Statusunaffected
Version <= 1.2.9
Version 0
Status affected
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Weitere Schwachstelleninformationen
SystemWordPress Plugin
Produkt Injection Guard
Version *-1.2.9
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.32% 0.236
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security@wordfence.com 7.2 3.9 2.7
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

https://www.wordfence.com/threat-intel/vulnerabilities/id/15d9817c-910d-4ce1-a5fb-67a2b6580e16?source=cve
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/guard.php#L94
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/ig_settings.php#L120
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/ig_settings.php#L121
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/ig_settings.php#L121
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/ig_settings.php#L120
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/ig_settings.php#L124
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/ig_settings.php#L124
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L94
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/guard.php#L105
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L105
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/guard.php#L8
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L8
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/guard.php#L153
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L153
https://plugins.trac.wordpress.org/browser/injection-guard/trunk/guard.php#L49
https://plugins.trac.wordpress.org/browser/injection-guard/tags/1.2.8/guard.php#L49
https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3482741%40injection-guard&new=3482741%40injection-guard&sfp_email=&sfph_mail=
https://www.wordfence.com/threat-intel/vulnerabilities/id/15d9817c-910d-4ce1-a5fb-67a2b6580e16
Third Party Advisory