CVE-2025-68537
Published: 24 December 2025
Summary
CVE-2025-68537 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.8th 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-68537 is an Improper Control of Filename for Include/Require Statement vulnerability, classified as PHP Remote File Inclusion, in the Zota WordPress theme by thembay. The flaw allows PHP Local File Inclusion and affects Zota versions from n/a through 1.3.14 inclusive. It is associated with CWE-98 and received a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).
An attacker with low privileges can exploit this vulnerability over the network, though it requires high attack complexity and no user interaction. Successful exploitation enables high-impact compromise of confidentiality, integrity, and availability on the affected system.
Patchstack documents this local file inclusion vulnerability in the Zota WordPress theme version 1.3.14 within their database.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-205188
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in thembay Zota zota allows PHP Local File Inclusion.This issue affects Zota: from n/a through <= 1.3.14.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
T1190 for exploiting the public-facing WordPress theme vulnerability (LFI via improper PHP include); T1005 for reading sensitive local files enabled by LFI.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the known PHP Remote File Inclusion flaw in Zota theme versions <=1.3.14 by requiring timely identification, reporting, and patching of system vulnerabilities.
Mandates information input validation mechanisms at entry points to block improper filenames supplied to PHP include/require statements, preventing LFI/RFI exploitation.
Enforces restrictive PHP configuration settings like allow_url_include=Off and open_basedir to limit arbitrary file access even if code validation is flawed.