Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
The SlimStat Analytics plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'User-Agent' header in all versions up to, and including, 5.4.11 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. The show_complete_user_agent_tooltip setting must be explicitly enabled by an administrator (disabled by default) for the stored payload to be rendered and executed.
AnalysisAI
Stored cross-site scripting in the SlimStat Analytics WordPress plugin (versions through 5.4.11) allows unauthenticated attackers to inject arbitrary JavaScript via the User-Agent request header, which is persisted unsanitized and later rendered inside the admin Browsers report tooltip. Exploitation requires the non-default 'show_complete_user_agent_tooltip' setting to be enabled by an administrator, after which any admin viewing the affected report executes the attacker's script. No public exploit identified at time of analysis and no EPSS or CISA KEV signal is provided in the supplied data.
Technical ContextAI
SlimStat Analytics is a self-hosted visitor analytics plugin for WordPress maintained by VeronaLabs (CPE cpe:2.3:a:veronalabs:slimstat_analytics). The plugin captures visitor metadata including the HTTP User-Agent header in Browscap::_get_user_agent() and persists it via the Tracker storage layer. Per the 5.4.12 fix, Storage::insertRow() already applied sanitize_text_field()/sanitize_url() on initial insertion, but Storage::updateRow() - invoked on redirect handling (Processor::updateContentType) and AJAX follow-up branches (Ajax::process navigation/outbound/event) - overwrote the row with the raw header, defeating the initial sanitization. The stored value was then concatenated into an admin tooltip span in wp_slimstat_reports::inline_help() (admin/view/wp-slimstat-reports.php line 2099) without output escaping, yielding a CWE-79 stored XSS that fires in the privileged WordPress admin context.
RemediationAI
Vendor-released patch: upgrade SlimStat Analytics to version 5.4.12 (released 2026-05-13), which sanitizes the User-Agent at capture in Browscap::_get_user_agent(), mirrors insertRow()'s sanitize_text_field()/sanitize_url() handling inside Storage::updateRow(), and defangs admin tooltip output via wp_kses_post() in wp_slimstat_reports::inline_help() - see https://github.com/wp-slimstat/wp-slimstat/pull/297 and the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/0a309bf8-7fe3-4033-993c-3c8dba0f216d. If immediate patching is not possible, the most effective workaround is to ensure the 'show_complete_user_agent_tooltip' option remains disabled (its default state), which prevents rendering of the stored payload at the cost of losing the full User-Agent tooltip in the Browsers report. As an additional compensating control, place the WordPress site behind a WAF rule that strips or rejects HTML/script-bearing User-Agent headers (trade-off: may break legitimate but unusual UAs and analytics fidelity), and audit the wp_slimstat database tables for previously stored payloads containing '<script', 'onerror=', or javascript: before re-enabling the tooltip.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32729
GHSA-xvg3-935w-4mv9