CVE-2025-64225

6.1 MEDIUM

📋 TL;DR

This vulnerability allows attackers to inject malicious scripts into web pages through the Stockie Extra WordPress plugin. When exploited, it enables cross-site scripting (XSS) attacks that can steal user sessions, deface websites, or redirect visitors to malicious sites. All WordPress sites using Stockie Extra plugin versions up to and including 1.2.11 are affected.

💻 Affected Systems

Products:
  • WordPress Stockie Extra Plugin
Versions: All versions up to and including 1.2.11
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Stockie Extra plugin enabled. No special configuration needed 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, take full control of the WordPress site, install backdoors, or compromise visitor data through session hijacking.

🟠

Likely Case

Attackers inject malicious JavaScript to steal user cookies/sessions, redirect users to phishing sites, or deface the website with malicious content.

🟢

If Mitigated

With proper input validation and output encoding, the attack would fail to execute injected scripts, limiting impact to data display issues only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Basic XSS vulnerabilities are commonly weaponized. The vulnerability is in the public domain with technical details available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.12 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/stockie-extra/vulnerability/wordpress-stockie-extra-plugin-1-2-11-content-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Stockie Extra' and click 'Update Now'. 4. Verify update to version 1.2.12 or higher.

🔧 Temporary Workarounds

Disable Stockie Extra Plugin

all

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate stockie-extra

Implement WAF Rules

all

Add web application firewall rules to block XSS payloads targeting Stockie Extra endpoints

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Enable WordPress security plugins with XSS protection features

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Stockie Extra version

Check Version:

wp plugin get stockie-extra --field=version

Verify Fix Applied:

Verify Stockie Extra plugin version is 1.2.12 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST/GET requests to stockie-extra endpoints with script tags
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests containing <script> tags or javascript: URIs targeting plugin endpoints

SIEM Query:

source="web_logs" AND (uri="*stockie-extra*" AND (content="*<script>*" OR content="*javascript:*"))

🔗 References

📤 Share & Export