CVE-2025-11722

7.5 HIGH

📋 TL;DR

The WooCommerce Category and Products Accordion Panel WordPress plugin contains a Local File Inclusion vulnerability in all versions up to 1.0. Authenticated attackers with Contributor-level access or higher can include and execute arbitrary PHP files, potentially leading to remote code execution, data theft, or access control bypass.

💻 Affected Systems

Products:
  • WooCommerce Category and Products Accordion Panel WordPress Plugin
Versions: All versions up to and including 1.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated and at least one user with Contributor role or higher.

⚠️ 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 persistent backdoor installation.

🟠

Likely Case

Unauthorized file access, privilege escalation, and limited code execution within the web server context.

🟢

If Mitigated

Limited impact if proper file upload restrictions and server hardening are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is straightforward once credentials are obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: Not available

Restart Required: No

Instructions:

1. Immediately disable and remove the plugin. 2. Check for any unauthorized file uploads or modifications. 3. Monitor for suspicious activity.

🔧 Temporary Workarounds

Remove vulnerable plugin

all

Completely remove the vulnerable plugin from WordPress installation

wp plugin deactivate accordion-panel-for-category-and-products
wp plugin delete accordion-panel-for-category-and-products

Restrict user roles

all

Temporarily restrict or review Contributor-level user accounts

🧯 If You Can't Patch

  • Implement strict file upload restrictions and disable PHP execution in upload directories
  • Add web application firewall rules to block Local File Inclusion patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel for plugin version 1.0 or earlier of 'WooCommerce Category and Products Accordion Panel'

Check Version:

wp plugin get accordion-panel-for-category-and-products --field=version

Verify Fix Applied:

Confirm plugin is completely removed from wp-content/plugins directory

📡 Detection & Monitoring

Log Indicators:

  • Unusual file inclusion patterns in web server logs
  • Multiple failed authentication attempts followed by successful login

Network Indicators:

  • HTTP requests containing 'categoryaccordionpanel' shortcode with file path parameters

SIEM Query:

web_access_logs WHERE uri CONTAINS 'categoryaccordionpanel' AND (uri CONTAINS '../' OR uri CONTAINS 'php://' OR uri CONTAINS '/etc/')

🔗 References

📤 Share & Export