CVE-2025-62081

5.3 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Channelize.Io Live Shopping & Shoppable Videos For WooCommerce WordPress plugin. It allows attackers to exploit incorrectly configured access controls, potentially accessing functionality they shouldn't have permission for. All WordPress sites using this plugin up to version 2.2.0 are affected.

💻 Affected Systems

Products:
  • Live Shopping & Shoppable Videos For WooCommerce WordPress plugin
Versions: n/a through 2.2.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin installed and activated.

⚠️ 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 modify product data, alter shopping experiences, access customer information, or disrupt live shopping functionality.

🟠

Likely Case

Unauthorized users accessing administrative functions, modifying shoppable video content, or viewing restricted data.

🟢

If Mitigated

Proper access controls would prevent unauthorized access, limiting impact to legitimate users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of the plugin's API endpoints and access control mechanisms.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.2.0

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/live-shopping-video-streams/vulnerability/wordpress-live-shopping-shoppable-videos-for-woocommerce-plugin-2-2-0-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Live Shopping & Shoppable Videos For WooCommerce'. 4. Click 'Update Now' if available. 5. If no update available, deactivate and remove the plugin.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched version is available

wp plugin deactivate live-shopping-video-streams

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Add additional authentication layers or IP whitelisting for administrative functions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Live Shopping & Shoppable Videos For WooCommerce version number

Check Version:

wp plugin get live-shopping-video-streams --field=version

Verify Fix Applied:

Verify plugin version is greater than 2.2.0 and test access control functionality

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin-specific endpoints
  • Unusual API calls to /wp-json/channelize/* endpoints

Network Indicators:

  • HTTP requests to plugin admin functions from unauthorized IPs
  • Unusual traffic patterns to WooCommerce admin endpoints

SIEM Query:

source="wordpress.log" AND ("channelize" OR "live-shopping") AND ("401" OR "403" OR "admin")

🔗 References

📤 Share & Export