CVE-2026-22498
Local File Inclusion in Laurent Plugin β€ 3.1 Enables Code Execution
Publication date: 2026-03-25
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| elated_themes | laurent | to 3.1 (inc) |
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 an improper control of filename for include/require statements in a PHP program, specifically in the Elated-Themes Laurent plugin. It is a PHP Local File Inclusion (LFI) vulnerability, which means that an attacker can manipulate the filename parameter used in include or require statements to include local files on the server.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to include and execute arbitrary local files on the server, potentially leading to unauthorized access to sensitive information, code execution, or further exploitation of the system.