CVE-2025-11746
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 |
|---|---|---|
| 8theme | xstore | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
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 XStore WordPress theme up to version 9.5.4. It occurs via the function theet_ajax_required_plugins_popup(), allowing authenticated users with Subscriber-level access or higher to include and execute arbitrary PHP files on the server. This means an attacker can run any PHP code they upload, potentially bypassing access controls and executing malicious actions.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary PHP code on the server, which can lead to bypassing access controls, obtaining sensitive data, and full code execution. This can compromise the security and integrity of the affected website and server, potentially leading to data breaches, unauthorized access, and service disruption.