CVE-2025-54003
Published: 22 January 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Depot depot allows PHP Local File Inclusion.This issue affects Depot: from n/a through <= 1.16.
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the improper filename control flaw in the PHP include/require statement by applying patches to vulnerable Mikado-Themes Depot versions up to 1.16.
Validates filename inputs to PHP include/require statements, preventing path traversal attacks that enable local file inclusion.
Enforces restrictions on filename inputs to block invalid or malicious paths from being processed in the vulnerable WordPress theme's PHP code.
Security SummaryAI
CVE-2025-54003 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion, that enables PHP Local File Inclusion (CWE-98) in the Mikado-Themes Depot WordPress theme. This issue affects Depot versions from n/a through 1.16. The vulnerability carries a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.
Remote, unauthenticated attackers can exploit this vulnerability over the network without requiring user interaction, though it involves high attack complexity. Successful exploitation allows high-impact compromise of confidentiality, integrity, and availability, typically through local file inclusion that may enable attackers to read sensitive files or, in certain configurations, execute arbitrary code on the server.
The Patchstack advisory documents this as a Local File Inclusion vulnerability specifically in the WordPress Depot theme up to version 1.16.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress theme enables T1190 (exploit public-facing application) for remote unauthenticated access and T1005 (data from local system) by allowing reading of sensitive local files.