CVE-2025-69034
Published: 30 December 2025
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Lekker lekker allows PHP Local File Inclusion.This issue affects Lekker: from n/a through <= 1.8.
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates CVE-2025-69034 by requiring identification, testing, and installation of patches for the PHP LFI flaw in the Lekker WordPress theme.
Prevents exploitation of the improper filename control in PHP include/require by enforcing input validation mechanisms at entry points to block path traversal payloads.
Facilitates detection of the LFI vulnerability through vulnerability scanning and supports remediation response for affected Lekker theme versions.
Security SummaryAI
CVE-2025-69034 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion but enabling PHP Local File Inclusion, affecting the Lekker WordPress theme developed by Mikado-Themes. This issue impacts all versions of the Lekker theme from n/a through 1.8 inclusive. The vulnerability is associated with CWE-98 and 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 network accessibility despite high attack complexity.
Unauthenticated attackers can exploit this vulnerability remotely without user interaction. Successful exploitation allows PHP Local File Inclusion, enabling high-impact compromise of confidentiality, integrity, and availability, such as unauthorized access to local files or potential code execution via included PHP files.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/lekker/vulnerability/wordpress-lekker-theme-1-8-local-file-inclusion-vulnerability?_s_id=cve. The vulnerability was published on 2025-12-30.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
T1190 directly matches exploitation of a public-facing WordPress theme vulnerability; T1005 is facilitated by Local File Inclusion allowing unauthorized access to local system files.