CVE-2025-30872

4.3 MEDIUM

📋 TL;DR

This CSRF vulnerability in the Product Author for WooCommerce WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. It affects all versions up to 1.0.7 of the plugin. WordPress site administrators using this plugin are at risk.

💻 Affected Systems

Products:
  • Product Author for WooCommerce WordPress plugin
Versions: All versions up to and including 1.0.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce and the vulnerable plugin installed. Only affects authenticated administrators.

⚠️ 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

An attacker could trick an administrator into changing product author assignments, potentially disrupting e-commerce operations or enabling content manipulation.

🟠

Likely Case

Attackers could modify product author metadata, causing minor content management issues or SEO impacts.

🟢

If Mitigated

With proper CSRF protections or plugin updates, the vulnerability is eliminated with no impact.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

CSRF attacks require social engineering to trick authenticated users. No authentication bypass is involved.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.8 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/wc-product-author/vulnerability/wordpress-product-author-for-woocommerce-plugin-1-0-7-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate wc-product-author

CSRF Protection Middleware

all

Implement additional CSRF protection at web server or application level

🧯 If You Can't Patch

  • Restrict admin access to trusted networks only
  • Implement strict SameSite cookie policies and Content Security Policy headers

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Product Author for WooCommerce version. If version is 1.0.7 or lower, you are vulnerable.

Check Version:

wp plugin get wc-product-author --field=version

Verify Fix Applied:

Verify plugin version is 1.0.8 or higher in WordPress admin plugins page.

📡 Detection & Monitoring

Log Indicators:

  • Unusual product author changes in WooCommerce logs
  • Multiple failed CSRF token validations

Network Indicators:

  • POST requests to product author endpoints without proper referrer headers

SIEM Query:

source="wordpress" AND (plugin="wc-product-author" AND version<="1.0.7")

🔗 References

📤 Share & Export