CVE-2025-13073
7.1HandL · UTM Grabber / Tracker
The HandL UTM Grabber / Tracker plugin for WordPress fails to sanitize a parameter, resulting in a Reflected Cross-Site Scripting vulnerability that targets high-privilege users.
Executive summary
A Reflected Cross-Site Scripting vulnerability in the HandL UTM Grabber / Tracker plugin allows unauthenticated attackers to execute malicious scripts against administrative users.
Vulnerability
This vulnerability is a Reflected Cross-Site Scripting (XSS) flaw categorized under CWE-79. It occurs because the plugin fails to sanitize and escape input parameters before reflecting them in the web interface, which can be triggered by an unauthenticated attacker to target high-privilege users such as administrators.
Business impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the context of an administrator's browser session. This can lead to unauthorized administrative actions, session hijacking, or the modification of site content. With a CVSS score of 7.1, this vulnerability poses a significant risk to the integrity and security of the WordPress administrative environment.
Remediation
Immediate Action: Update the HandL UTM Grabber / Tracker plugin to version 2.8.1 or later to apply the necessary input sanitization fixes.
Proactive Monitoring: Monitor server access logs for anomalous URL parameters containing script tags or encoded characters directed at administrative endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) with robust XSS protection rules to filter malicious payloads from incoming HTTP requests until the plugin can be updated.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for full administrative account compromise, administrators should prioritize updating this plugin immediately. Organizations unable to patch should consider disabling the plugin entirely to eliminate the attack surface until a secure version is deployed.
Sources
Originally found and disclosed by Alex Tselevich (nos3curity), with WPScan (coordinator), per the CVE Program record.