CVE-2025-54003
Published: 22 January 2026
Summary
CVE-2025-54003 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
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.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-4094
Vulnerability details
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.
- CWE(s)
Related Threats
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.
CVEs Like This One
Affected Assets
Mitigating Controls
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.