CVE-2025-15055

7.2 HIGH

📋 TL;DR

The SlimStat Analytics WordPress plugin has a stored XSS vulnerability in versions up to 5.3.4 that allows unauthenticated attackers to inject malicious scripts via 'notes' and 'resource' parameters. These scripts execute when administrators view the Recent Custom Events report, potentially compromising admin sessions. All WordPress sites using vulnerable SlimStat versions are affected.

💻 Affected Systems

Products:
  • SlimStat Analytics WordPress Plugin
Versions: All versions up to and including 5.3.4
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with SlimStat plugin enabled. The Recent Custom Events report must be accessible to administrators.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers gain administrative access to WordPress, install backdoors, steal sensitive data, or completely compromise the website.

🟠

Likely Case

Attackers hijack administrator sessions to modify content, install malicious plugins, or redirect visitors to phishing sites.

🟢

If Mitigated

With proper input validation and output escaping, the vulnerability is prevented and no exploitation occurs.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Attack requires no authentication and exploitation is straightforward via parameter manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.3.5 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3429990/wp-slimstat

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find SlimStat Analytics. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable SlimStat Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate wp-slimstat

Restrict Admin Access

all

Limit access to WordPress admin panel to trusted IP addresses only

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block XSS payloads in 'notes' and 'resource' parameters
  • Disable the Recent Custom Events report feature if possible through plugin settings

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for SlimStat version. If version is 5.3.4 or lower, you are vulnerable.

Check Version:

wp plugin get wp-slimstat --field=version

Verify Fix Applied:

After updating, verify SlimStat version is 5.3.5 or higher in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to wp-admin/admin.php with 'notes' or 'resource' parameters containing script tags
  • Multiple failed admin login attempts following XSS payload submissions

Network Indicators:

  • HTTP requests containing JavaScript in 'notes' or 'resource' parameters
  • Unusual outbound connections from WordPress admin interface

SIEM Query:

source="wordpress" AND (uri_path="*admin.php*" AND (query="*notes=*script*" OR query="*resource=*script*"))

🔗 References

📤 Share & Export