CVE-2025-47472

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Music Player for WooCommerce WordPress plugin. It allows attackers to bypass intended access controls and potentially manipulate music player functionality. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • Music Player for WooCommerce WordPress plugin
Versions: All versions up to and including 1.5.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin enabled. WooCommerce must be installed for the plugin to function, but 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 modify music player settings, inject malicious content, or potentially escalate privileges to compromise the WordPress site.

🟠

Likely Case

Unauthorized users could alter music player configurations, disrupt functionality, or access restricted player management features.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized administrators could modify music player settings.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing, and this plugin vulnerability is directly accessible via web requests.
🏢 Internal Only: LOW - This is primarily a web application vulnerability affecting internet-facing WordPress installations.

🎯 Exploit Status

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

Missing authorization vulnerabilities typically require minimal technical skill to exploit once the attack vector is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/music-player-for-woocommerce/vulnerability/wordpress-music-player-for-woocommerce-1-5-1-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 'Music Player for WooCommerce'. 4. Click 'Update Now' if update is available. 5. Alternatively, download version 1.5.2+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Music Player for WooCommerce plugin until patched

wp plugin deactivate music-player-for-woocommerce

Restrict access via web application firewall

all

Block requests to music player admin endpoints for non-administrative users

🧯 If You Can't Patch

  • Implement strict access controls at the web server level to restrict access to plugin administration endpoints
  • Monitor WordPress logs for unauthorized access attempts to music player functionality

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Music Player for WooCommerce' version 1.5.1 or earlier

Check Version:

wp plugin get music-player-for-woocommerce --field=version

Verify Fix Applied:

Verify plugin version is 1.5.2 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST/PUT requests to music player admin endpoints
  • 403/401 errors followed by successful 200 responses to same endpoints

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/music-player-for-woocommerce/ endpoints from unauthenticated users

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-admin/admin-ajax.php" AND parameters CONTAINS "music_player" AND user_role!="administrator")

🔗 References

📤 Share & Export