HandL UTM Grabber / Tracker <= 2.9.2 - Unauthenticated Stored Cross-Site Scripting
Description
The HandL UTM Grabber / Tracker plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.9.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Vector Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:NTechnical Details
<=2.9.2What Changed in the Fix
Changes introduced in v2.9.3
Source Code
WordPress.org SVN# Research Plan: CVE-2026-57351 - HandL UTM Grabber / Tracker Stored XSS ## 1. Vulnerability Summary The **HandL UTM Grabber / Tracker** plugin (up to 2.9.2) is vulnerable to **Unauthenticated Stored Cross-Site Scripting (XSS)**. The vulnerability exists because the plugin captures user-controlled …
Show full research plan
Research Plan: CVE-2026-57351 - HandL UTM Grabber / Tracker Stored XSS
1. Vulnerability Summary
The HandL UTM Grabber / Tracker plugin (up to 2.9.2) is vulnerable to Unauthenticated Stored Cross-Site Scripting (XSS). The vulnerability exists because the plugin captures user-controlled input from HTTP headers (like X-Forwarded-For) and URL parameters, stores them in browser cookies without sufficient validation, and subsequently processes these values unsafely. Specifically, while some shortcodes use esc_html(), other integration points—such as the Ninja Forms Merge Tags—use urldecode() on raw cookie data without escaping, and the Admin Analytics dashboard (rendered via React) likely displays tracked UTM data without proper output encoding.
2. Attack Vector Analysis
- Endpoint: Any frontend page of the WordPress site.
- Hook:
init(via theCaptureUTMsfunction). - Vulnerable Parameters:
utm_source,utm_medium,utm_term,utm_content,utm_campaign,gclid(via URL parameters orCookieheader).handl_ip(viaX-Forwarded-ForHTTP header).handl_url/handl_landing_page(via the Request URI).
- Authentication: None (
Check if your site is affected.
Run a free security audit to detect vulnerable plugins, outdated versions, and misconfigurations.