CVE-2025-14359
Published: 08 January 2026
Summary
CVE-2025-14359 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 32.0th 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-14359 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 (CWE-98), in the Oshine WordPress theme developed by brandexponents. This issue affects Oshine versions from n/a through 7.2.7.
Unauthenticated remote attackers can exploit the vulnerability over the network (AV:N) without user interaction (UI:N) or privileges (PR:N), though it requires high attack complexity (AC:H). Exploitation yields high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), with an overall CVSS 3.1 score of 8.1 (S:U), allowing local file inclusion that could expose sensitive server files.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/oshin/vulnerability/wordpress-oshine-theme-7-2-7-local-file-inclusion-vulnerability?_s_id=cve documents the local file inclusion flaw in Oshine theme version 7.2.7.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1537
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in brandexponents Oshine oshin allows PHP Local File Inclusion.This issue affects Oshine: from n/a through <= 7.2.7.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability is a critical unauthenticated remote file inclusion flaw in a public-facing WordPress theme, directly enabling exploitation of public-facing applications (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires timely remediation of flaws in third-party software like the vulnerable Oshine WordPress theme, directly preventing exploitation of the LFI vulnerability.
Mandates validation of filenames supplied to PHP include/require statements, blocking malicious paths that enable local file inclusion.
Establishes secure PHP configuration settings such as open_basedir restrictions to limit the scope of file inclusion and mitigate LFI impacts.