CVE-2025-11722
BaseFortify
Publication date: 2025-10-15
Last updated on: 2025-10-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | accordion-panel-for-category-and-products | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Local File Inclusion (LFI) issue in the Woocommerce Category and Products Accordion Panel plugin for WordPress, affecting all versions up to and including 1.0. It allows authenticated users with Contributor-level access or higher to include and execute arbitrary PHP files on the server via the 'categoryaccordionpanel' shortcode. This means attackers can run any PHP code contained in those files, potentially bypassing access controls and executing malicious code.
How can this vulnerability impact me? :
The vulnerability can lead to serious impacts including bypassing access controls, unauthorized access to sensitive data, and remote code execution on the server. Attackers with Contributor-level access can exploit this to run arbitrary PHP code, which could compromise the entire website and underlying server.