CVE-2024-12214

6.1 MEDIUM

📋 TL;DR

This vulnerability allows unauthenticated attackers to inject malicious scripts via the 'videolink' parameter in the WooCommerce HSS Extension for Streaming Video WordPress plugin. When users click specially crafted links, arbitrary JavaScript executes in their browsers. All WordPress sites using this plugin up to version 3.31 are affected.

💻 Affected Systems

Products:
  • WooCommerce HSS Extension for Streaming Video WordPress plugin
Versions: All versions up to and including 3.31
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with the vulnerable plugin installed. The vulnerability exists regardless of WooCommerce configuration.

⚠️ 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 session cookies, redirect users to malicious sites, perform actions on behalf of authenticated users, or deface website content.

🟠

Likely Case

Attackers typically use this to steal session cookies or redirect users to phishing sites, potentially compromising user accounts.

🟢

If Mitigated

With proper Content Security Policy (CSP) headers and other web application firewalls, script execution could be prevented, limiting impact to failed injection attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Reflected XSS vulnerabilities are commonly weaponized in phishing campaigns. The vulnerability requires user interaction (clicking a link).

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 3.32 or later

Vendor Advisory: https://wordpress.org/plugins/woocommerce-hss-extension-for-streaming-video/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'WooCommerce HSS Extension for Streaming Video'. 4. Click 'Update Now' if update is available. 5. Alternatively, download version 3.32+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Web Application Firewall (WAF) Rule

all

Block requests containing malicious script patterns in the 'videolink' parameter

Content Security Policy

all

Implement strict CSP headers to prevent inline script execution

🧯 If You Can't Patch

  • Disable or remove the WooCommerce HSS Extension for Streaming Video plugin
  • Implement network-level filtering to block requests with suspicious 'videolink' parameter values

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins → Installed Plugins. If version is 3.31 or lower, you are vulnerable.

Check Version:

wp plugin list --name='woocommerce-hss-extension-for-streaming-video' --field=version

Verify Fix Applied:

After updating, verify plugin version shows 3.32 or higher. Test by attempting to inject basic script payloads in videolink parameter.

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests with 'videolink' parameter containing script tags or JavaScript code
  • Unusual referrer headers with encoded script payloads

Network Indicators:

  • GET requests with suspicious 'videolink' parameter values containing <script> tags or JavaScript functions

SIEM Query:

source="web_logs" AND (uri="*videolink=*<script>*" OR uri="*videolink=*javascript:*")

🔗 References

📤 Share & Export