Skip to main content

SlimStat Analytics CVE-2026-7634

| EUVDEUVD-2026-32729 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-05-28 Wordfence GHSA-xvg3-935w-4mv9
7.2
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.2 HIGH
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
May 28, 2026 - 07:51 vuln.today
Analysis Generated
May 28, 2026 - 07:51 vuln.today
CVE Published
May 28, 2026 - 06:45 nvd
HIGH 7.2

DescriptionCVE.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.

CVE-2023-4598 HIGH POC
8.8 Oct 20

The Slimstat Analytics plugin for WordPress is vulnerable to SQL Injection via the plugin's shortcode in versions up to,

CVE-2023-0630 HIGH POC
8.8 Mar 20

The Slimstat Analytics WordPress plugin before 4.9.3.3 does not prevent subscribers from rendering shortcodes that conca

CVE-2026-12592 HIGH POC
7.5 Jul 20

Stored cross-site scripting in the SlimStat Analytics WordPress plugin before 5.5.0 lets unauthenticated visitors inject

CVE-2022-45373 HIGH
8.8 Nov 06

A vulnerability in VeronaLabs Slimstat Analytics wp-slimstat.0.4. Rated high severity (CVSS 8.8), this vulnerability is

CVE-2026-54818 HIGH
8.5 Jun 17

Blind SQL injection in VeronaLabs Slimstat Analytics WordPress plugin through version 5.4.11 allows authenticated low-pr

CVE-2026-1238 HIGH
7.2 Mar 19

The SlimStat Analytics plugin for WordPress contains a Stored Cross-Site Scripting vulnerability in the 'fh' (fingerprin

CVE-2026-27410 MEDIUM
6.5 Jun 17

Unauthenticated deserialization of untrusted data in the Slimstat Analytics WordPress plugin (versions prior to 5.4.0) a

CVE-2024-1073 MEDIUM
6.4 Feb 02

The SlimStat Analytics plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'filter_array' paramete

CVE-2023-4597 MEDIUM
6.4 Aug 30

The Slimstat Analytics plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'slimstat' shortcode in

CVE-2024-9548 MEDIUM
6.1 Oct 15

The SlimStat Analytics plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the resource parameter in a

CVE-2019-15112 MEDIUM
6.1 Aug 21

The wp-slimstat plugin before 4.8.1 for WordPress has XSS. Rated medium severity (CVSS 6.1), this vulnerability is remot

CVE-2023-40676 MEDIUM
4.8 Sep 27

Auth. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. No vendor pat

Share

CVE-2026-7634 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy