CVE-2025-8617

6.4 MEDIUM

📋 TL;DR

The YITH WooCommerce Quick View WordPress plugin has a stored XSS vulnerability in all versions up to 2.7.0. Authenticated attackers with contributor-level access or higher can inject malicious scripts via the yith_quick_view shortcode, which execute when users view affected pages. This affects WordPress sites using the vulnerable plugin.

💻 Affected Systems

Products:
  • YITH WooCommerce Quick View WordPress Plugin
Versions: All versions up to and including 2.7.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce and the YITH Quick View plugin installed. Contributor-level or higher access 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 steal admin credentials, hijack user sessions, deface websites, or redirect users to malicious sites, potentially leading to complete site compromise.

🟠

Likely Case

Attackers inject malicious scripts to steal user cookies/sessions, display phishing content, or perform actions on behalf of authenticated users.

🟢

If Mitigated

With proper user role management and input validation, impact is limited to low-privileged user sessions being compromised.

🌐 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.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.7.1

Vendor Advisory: https://wordpress.org/plugins/yith-woocommerce-quick-view/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'YITH WooCommerce Quick View' and click 'Update Now'. 4. Verify version is 2.7.1 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate yith-woocommerce-quick-view

Restrict User Roles

all

Limit contributor-level access to trusted users only

🧯 If You Can't Patch

  • Implement strict user role management to limit contributor access
  • Deploy web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins → Installed Plugins

Check Version:

wp plugin get yith-woocommerce-quick-view --field=version

Verify Fix Applied:

Verify plugin version is 2.7.1 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin with yith_quick_view parameters containing script tags
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • HTTP requests containing suspicious script payloads in yith_quick_view parameters

SIEM Query:

source="wordpress.log" AND ("yith_quick_view" AND ("<script>" OR "javascript:" OR "onerror="))

🔗 References

📤 Share & Export