CVE-2025-32631

8.6 HIGH

📋 TL;DR

This path traversal vulnerability in Oxygen MyData for WooCommerce allows attackers to delete arbitrary files on the server by manipulating file paths. It affects all WordPress sites running the plugin version 1.0.63 or earlier. Attackers can potentially delete critical system files or website content.

💻 Affected Systems

Products:
  • Oxygen MyData for WooCommerce WordPress plugin
Versions: n/a through 1.0.63
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions regardless of OS or web server.

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

Complete website compromise through deletion of WordPress core files, configuration files, or database files leading to site unavailability and data loss.

🟠

Likely Case

Selective file deletion causing website functionality disruption, content loss, or defacement.

🟢

If Mitigated

Limited impact if file permissions are properly configured and web server runs with minimal privileges.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing and the vulnerability can be exploited remotely.
🏢 Internal Only: LOW - This is primarily an internet-facing web application vulnerability.

🎯 Exploit Status

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

The vulnerability is publicly documented with technical details, making exploitation straightforward for attackers.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.64 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/oxygen-mydata/vulnerability/wordpress-oxygen-mydata-for-woocommerce-plugin-1-0-63-arbitrary-file-deletion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Oxygen MyData for WooCommerce plugin until patched

wp plugin deactivate oxygen-mydata

Restrict file deletion permissions

all

Configure web server to run with minimal file system write permissions

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block path traversal patterns
  • Restrict network access to affected WordPress instances using IP whitelisting

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Oxygen MyData for WooCommerce version

Check Version:

wp plugin get oxygen-mydata --field=version

Verify Fix Applied:

Verify plugin version is 1.0.64 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual file deletion attempts in web server logs
  • HTTP requests with '../' patterns targeting plugin endpoints
  • 404 errors for unexpected file paths

Network Indicators:

  • HTTP requests containing path traversal sequences to /wp-content/plugins/oxygen-mydata/ endpoints

SIEM Query:

web.url:*../* AND web.url:*oxygen-mydata* AND (web.status_code:200 OR web.status_code:404)

🔗 References

📤 Share & Export