CVE-2025-0493·PHP vulnerability
The MultiVendorX – The Ultimate WooCommerce Multivendor Marketplace Solution plugin for WordPress is vulnerable to Limited Local File Inclusion in all versions up to, and including, 4.2.14 via the tabname parameter. This makes it possible for unauthenticated attackers to include PHP files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where PHP files can be uploaded and included
- Severity
- critical
- Software
- PHP
- Fixed in
- 4.2.15
- Published
- 2025-01-31
Affected versions
Until: 4.2.15
Fixed in: 4.2.15
How to fix this CVE
Update the MultiVendorX WooCommerce plugin to version 4.2.15 or later to patch the local file inclusion vulnerability in the tabname parameter. If you cannot update immediately, disable the plugin and review your server logs for suspicious file inclusion attempts. Organizations running vulnerable versions should prioritize this update to prevent unauthorized PHP code execution.
sudo dnf upgrade php php-common php-curl php-mbstring php-xmlDefensia detects this vulnerability
What an exploitation attempt looks like
Sample log line indicative of exploitation attempts:
POST|GET request to wp-admin/admin-ajax.php with parameters containing 'action=' followed by MultiVendorX AJAX handlers and 'tabname=' containing PHP file paths (e.g., 'tabname=../../../wp-config.php' or 'tabname=../wp-load.php')WAF mitigation (if patching is not yet possible)
Add this rule to your WAF to block exploitation attempts while you schedule the patch.
Implement WAF rules to block requests to wp-admin/admin-ajax.php with tabname parameters containing directory traversal sequences (../, ..\ or PHP stream wrappers like php://, file://). Whitelist only expected tabname values specific to the plugin's legitimate functionality and enforce strict input validation rejecting any path components.How to check if you are affected
- Check installed MultiVendorX plugin version: Log into WordPress admin, navigate to Plugins > Installed Plugins, and note the version number next to 'MultiVendorX – The Ultimate WooCommerce Multivendor Marketplace Solution'
- Verify the vulnerable component is active: Confirm the plugin is enabled and the tabname AJAX parameter is accessible by checking if dc-woocommerce-multi-vendor/classes/class-mvx-ajax.php is loaded (check wp-config.php debug logs or use curl to test AJAX endpoints)
- Search web server logs for exploitation attempts: grep -i 'tabname' /var/log/apache2/access.log /var/log/nginx/access.log | grep -i 'include\|require\|php\|\.\./' to identify suspicious parameter usage
- Confirm the patch is applied: Verify the plugin version is 4.2.15 or later in WordPress admin; cross-reference with the changelog at https://plugins.trac.wordpress.org/browser/dc-woocommerce-multi-vendor/tags/4.2.15
FAQ
What is CVE-2025-0493?
CVE-2025-0493 is a critical local file inclusion vulnerability in the MultiVendorX WordPress plugin affecting versions up to 4.2.14. The flaw allows unauthenticated attackers to manipulate the tabname parameter in an AJAX endpoint to include and execute arbitrary PHP files on the server, potentially leading to full site compromise.
Is CVE-2025-0493 being actively exploited?
No, CVE-2025-0493 is not currently listed on the CISA KEV catalog and no public exploits have been reported. However, the critical CVSS 9.8 score and unauthenticated attack vector mean it should be treated as a high priority for immediate patching.
What versions of the MultiVendorX plugin are affected by CVE-2025-0493?
All versions of the MultiVendorX plugin up to and including version 4.2.14 are vulnerable. The vulnerability has been patched in version 4.2.15 and later.
How do I check if my WordPress site is vulnerable to CVE-2025-0493?
Log into your WordPress admin dashboard, navigate to Plugins > Installed Plugins, and locate 'MultiVendorX.' If the version number is 4.2.14 or earlier, your site is vulnerable. Immediately update to version 4.2.15 or later.
Does Defensia detect CVE-2025-0493?
Yes — Defensia's CVE advisory scanner identifies WordPress plugin versions against the NVD vulnerability database. If the MultiVendorX plugin is installed on a monitored WordPress site, CVE-2025-0493 will appear in your dashboard with direct remediation steps and update links.
Related PHP CVEs
References
- https://plugins.trac.wordpress.org/browser/dc-woocommerce-multi-vendor/tags/4.2.14/classes/class-mvx-ajax.php#L661
- https://plugins.trac.wordpress.org/browser/dc-woocommerce-multi-vendor/tags/4.2.15/classes/class-mvx-ajax.php#L661
- https://www.wordfence.com/threat-intel/vulnerabilities/id/812029d9-95d6-4bc9-98b2-700f462163b3?source=cve
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-0493. Free for 1 server.
Get started free