CVE-2025-64196

7.1 HIGH

📋 TL;DR

This reflected cross-site scripting (XSS) vulnerability in the Booster for WooCommerce plugin allows attackers to inject malicious scripts into web pages viewed by other users. Attackers can steal session cookies, redirect users to malicious sites, or perform actions on behalf of victims. All WordPress sites using vulnerable versions of this WooCommerce plugin are affected.

💻 Affected Systems

Products:
  • Booster for WooCommerce (woocommerce-jetpack)
Versions: All versions up to and including 7.2.5
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: This is a WordPress plugin vulnerability affecting all default configurations where the plugin is active.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers steal administrator session cookies, gain full administrative access to WordPress, install backdoors, deface websites, or steal customer payment information from WooCommerce stores.

🟠

Likely Case

Attackers steal user session cookies to hijack accounts, redirect users to phishing sites, or perform limited actions within the context of the victim's permissions.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts are neutralized before reaching users, preventing successful exploitation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Reflected XSS vulnerabilities typically have low exploitation complexity and can be weaponized quickly once details are public.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 7.2.6 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/woocommerce-jetpack/vulnerability/wordpress-booster-for-woocommerce-plugin-7-2-5-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Booster for WooCommerce'. 4. Click 'Update Now' if update is available. 5. Alternatively, download version 7.2.6+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched version is available

wp plugin deactivate woocommerce-jetpack

Web Application Firewall (WAF) Rules

all

Configure WAF to block XSS payloads targeting the vulnerable endpoint

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Deploy a web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Booster for WooCommerce' version 7.2.5 or earlier

Check Version:

wp plugin get woocommerce-jetpack --field=version

Verify Fix Applied:

Verify plugin version is 7.2.6 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests containing script tags or JavaScript payloads
  • Multiple failed XSS attempts from same IP

Network Indicators:

  • HTTP requests with suspicious parameters containing <script>, javascript:, or encoded payloads

SIEM Query:

web_requests WHERE url CONTAINS 'woocommerce-jetpack' AND (url CONTAINS '<script' OR url CONTAINS 'javascript:' OR url CONTAINS '%3Cscript')

🔗 References

📤 Share & Export