CVE-2024-8393
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-08-18
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| woocommerce | blocks | * |
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 Blocks β Woolook plugin for WordPress, affecting all versions up to and including 1.7.0. It occurs via the 'tab' parameter, allowing authenticated users with Administrator-level access or higher to include and execute arbitrary files on the server. This means they can run any PHP code contained in those files. The vulnerability can also be exploited using Cross-Site Request Forgery (CSRF) techniques.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including bypassing access controls, obtaining sensitive data, and executing arbitrary code on the server. Attackers with administrator privileges can exploit this to run malicious PHP code, potentially compromising the entire server and the data it holds.