CVE-2025-58995
Published: 06 November 2025
Summary
CVE-2025-58995 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 31.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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-58995 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Remote File Inclusion but enabling PHP Local File Inclusion, in the Leblix WordPress theme developed by Creatives_Planet. The issue affects Leblix versions from n/a through 2.4, as documented with CWE-98 and published on 2025-11-06.
The vulnerability carries a CVSS 3.1 score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating exploitation is possible over the network by unauthenticated attackers with no user interaction required, though it demands high attack complexity. Successful attacks can result in high impacts to confidentiality, integrity, and availability, potentially allowing attackers to include and execute local files on the server.
Mitigation guidance is available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/leblix/vulnerability/wordpress-leblix-theme-2-4-local-file-inclusion-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-38134
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Creatives_Planet Leblix leblix allows PHP Local File Inclusion.This issue affects Leblix: from n/a through <= 2.4.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE-2025-58995 is a public-facing WordPress theme vulnerability exploitable remotely by unauthenticated attackers (T1190). It enables Local File Inclusion, allowing attackers to include and execute arbitrary local files, facilitating collection of data from the local system (T1005).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires identification, prioritization, and remediation of the PHP Local File Inclusion flaw in vulnerable Leblix WordPress theme versions <=2.4.
Enforces validation of untrusted filename inputs to PHP include/require statements, preventing exploitation of the improper filename control vulnerability.
Vulnerability scanning detects the CVE-2025-58995 in Leblix theme and triggers risk-based remediation to address the high-impact file inclusion flaw.