CVE-2025-13906

6.4 MEDIUM

📋 TL;DR

The WP Flot WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with contributor-level access or higher to inject malicious scripts into website pages. These scripts execute whenever users view the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using WP Flot version 0.2.2 or earlier are affected.

💻 Affected Systems

Products:
  • WP Flot WordPress Plugin
Versions: All versions up to and including 0.2.2
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with WP Flot plugin enabled. Contributor-level or higher access required for exploitation.

⚠️ 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, deface websites, redirect users to malicious sites, or perform actions on behalf of authenticated users, potentially leading to complete site compromise.

🟠

Likely Case

Attackers with contributor access inject malicious scripts that steal user session cookies or credentials, leading to account takeover and further privilege escalation.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is straightforward once attacker has contributor privileges. The vulnerability is in the 'linechart' shortcode attribute handling.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 0.2.3 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/wp-flot/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find WP Flot plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin immediately.

🔧 Temporary Workarounds

Disable WP Flot Plugin

all

Temporarily disable the vulnerable plugin until patched version is available

wp plugin deactivate wp-flot

Restrict User Roles

all

Limit contributor-level access to trusted users only

🧯 If You Can't Patch

  • Remove contributor-level access from untrusted users
  • Implement Content Security Policy headers to restrict script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for WP Flot version 0.2.2 or earlier

Check Version:

wp plugin get wp-flot --field=version

Verify Fix Applied:

Verify WP Flot plugin version is 0.2.3 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to wp-admin with linechart shortcode parameters
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • Suspicious JavaScript payloads in HTTP POST data
  • Unexpected outbound connections from WordPress site

SIEM Query:

source="wordpress" AND ("linechart" OR "wp-flot") AND (POST OR PUT) AND ("<script>" OR "javascript:")

🔗 References

📤 Share & Export