Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-0493 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Path Traversal (CWE-22) in MultiVendorX. πŸ“‰ **Consequences**: Local File Inclusion (LFI) allows attackers to read arbitrary server files. πŸ’₯ **Impact**: High severity (CVSS 9.8).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Insecure handling of file paths. πŸ” **Flaw**: The plugin fails to sanitize user input before including files.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: wcmp. πŸ“¦ **Product**: MultiVendorX – WooCommerce Multivendor Marketplace Solutions. πŸ“… **Affected**: Version **4.2.14** and earlier. βœ… **Fixed**: Version 4.2.15+ is safe.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Read sensitive files (config, DB creds, source code). πŸ“œ **Data Access**: Full file content disclosure. πŸ”“ **Privileges**: No authentication required (PR:N). 🌐 **Scope**: Server-side impact (S:U).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **UI**: None required (UI:N). 🌍 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L). Easy to exploit for anyone.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ“œ **Public Exp?**: Yes, referenced in WordFence Threat Intel. πŸ”— **Source**: WordPress Trac shows vulnerable code in `class-mvx-ajax.php` line 661. πŸš€ **Status**: Known vulnerability with clear technical details available.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for MultiVendorX plugin. πŸ“Š **Version**: Verify if version ≀ 4.2.14. πŸ› οΈ **Tool**: Use WPScan or manual file inspection. πŸ“‚ **Target**: Check `classes/class-mvx-ajax.php` for unsafe file inclusion logic.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes. πŸ“¦ **Patch**: Upgrade to **MultiVendorX 4.2.15** or later. πŸ”— **Ref**: See WordPress Trac commit for v4.2.15. πŸ”„ **Action**: Immediate update recommended.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. πŸ›‘ **Mitigation**: Restrict file access via `.htaccess` or WAF rules. 🧱 **Block**: Prevent directory traversal patterns (`../`) in input fields.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. 🚨 **Priority**: P1. πŸ“’ **Reason**: CVSS 9.8, no auth needed, remote exploit. ⏳ **Time**: Patch immediately upon discovery. πŸ›‘οΈ **Protect**: Your site data is at immediate risk.