CVE-2025-9500

6.4 MEDIUM

📋 TL;DR

The TablePress WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with Contributor-level access or higher to inject malicious scripts into web pages. These scripts execute automatically when users visit the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using TablePress version 3.2 or earlier are affected.

💻 Affected Systems

Products:
  • TablePress WordPress Plugin
Versions: All versions up to and including 3.2
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with TablePress plugin enabled and at least one user with Contributor role or higher.

⚠️ 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 could steal administrator credentials, take over the WordPress site, install backdoors, deface the site, or redirect users to malicious sites.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies, perform phishing attacks, or redirect users to malicious content.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to isolated script execution without broader system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once attacker has Contributor-level credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.2.1 or later

Vendor Advisory: https://wordpress.org/plugins/tablepress/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find TablePress and click 'Update Now'. 4. Verify update to version 3.2.1 or later.

🔧 Temporary Workarounds

Disable TablePress Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate tablepress

Restrict User Roles

all

Remove Contributor role access or limit to trusted users only

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Use web application firewall rules to block suspicious shortcode_debug parameter usage

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → TablePress → Version. If version is 3.2 or earlier, you are vulnerable.

Check Version:

wp plugin get tablepress --field=version

Verify Fix Applied:

After updating, verify TablePress version is 3.2.1 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to TablePress endpoints with shortcode_debug parameter
  • Multiple failed login attempts followed by successful Contributor-level login

Network Indicators:

  • HTTP requests containing malicious script payloads in shortcode_debug parameter

SIEM Query:

source="wordpress.log" AND ("shortcode_debug" OR "tablepress") AND ("script" OR "alert" OR "onerror" OR "javascript:")

🔗 References

📤 Share & Export