CVE-2026-0926

9.8 CRITICAL

📋 TL;DR

The Prodigy Commerce WordPress plugin has a Local File Inclusion vulnerability that allows unauthenticated attackers to read arbitrary files or execute PHP code on the server. This affects all WordPress sites using Prodigy Commerce versions up to 3.2.9. Attackers can bypass access controls, steal sensitive data, or achieve remote code execution.

💻 Affected Systems

Products:
  • Prodigy Commerce WordPress Plugin
Versions: All versions up to and including 3.2.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions installed and activated.

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

Full server compromise via remote code execution, data exfiltration, and complete site takeover.

🟠

Likely Case

Sensitive file disclosure (configuration files, database credentials) leading to further exploitation.

🟢

If Mitigated

Limited impact if proper file permissions and web application firewalls block malicious requests.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires minimal technical skill due to public details and unauthenticated access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.3.0 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/prodigy-commerce

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Prodigy Commerce and update to version 3.3.0 or later. 4. Verify update completes successfully.

🔧 Temporary Workarounds

Web Application Firewall Rule

all

Block requests containing malicious file inclusion patterns in the parameters[template_name] parameter.

WAF-specific configuration required

Disable Plugin

linux

Temporarily disable Prodigy Commerce plugin until patched.

wp plugin deactivate prodigy-commerce

🧯 If You Can't Patch

  • Remove the plugin entirely from production systems.
  • Implement strict file system permissions to limit PHP file access.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Prodigy Commerce version 3.2.9 or earlier.

Check Version:

wp plugin list --name=prodigy-commerce --field=version

Verify Fix Applied:

Confirm Prodigy Commerce version is 3.3.0 or later in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests with parameters[template_name] containing path traversal sequences (../, /etc/passwd, etc.)
  • Unusual file access patterns in web server logs

Network Indicators:

  • Incoming requests to WordPress endpoints with suspicious template parameters

SIEM Query:

source="web_logs" AND (uri_path="*prodigy*" AND parameters CONTAINS "template_name")

🔗 References

📤 Share & Export