CVE-2025-39364

7.5 HIGH

📋 TL;DR

This vulnerability allows attackers to include local files on the server through improper filename control in PHP include/require statements. It affects WordPress sites running the PluginEver Product Category Slider for WooCommerce plugin. Attackers can potentially read sensitive files or execute code depending on server configuration.

💻 Affected Systems

Products:
  • Product Category Slider for WooCommerce by PluginEver
Versions: All versions up to and including 4.3.4
Operating Systems: Any OS running PHP
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce and the vulnerable plugin installed.

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

Remote code execution leading to complete server compromise, data theft, and website defacement.

🟠

Likely Case

Local file inclusion allowing reading of sensitive files like configuration files, logs, or password files.

🟢

If Mitigated

Limited impact if proper file permissions and security controls restrict file access.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation is straightforward with publicly available details.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.3.5 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/woo-category-slider-by-pluginever/vulnerability/wordpress-product-category-slider-for-woocommerce-plugin-4-3-4-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched

wp plugin deactivate woo-category-slider-by-pluginever

Restrict PHP file functions

linux

Use PHP configuration to disable dangerous functions

Add 'disable_functions = include,require,include_once,require_once' to php.ini (not recommended for production)

🧯 If You Can't Patch

  • Remove the plugin entirely if not essential
  • Implement web application firewall rules to block file inclusion patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Product Category Slider for WooCommerce version

Check Version:

wp plugin get woo-category-slider-by-pluginever --field=version

Verify Fix Applied:

Confirm plugin version is 4.3.5 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual file access patterns in PHP/Apache logs
  • Requests with suspicious file paths in parameters

Network Indicators:

  • HTTP requests containing file paths like ../../../etc/passwd in query parameters

SIEM Query:

web.url:*woo-category-slider* AND (web.uri:*..* OR web.uri:*etc* OR web.uri:*proc*)

🔗 References

📤 Share & Export