CVE-2025-49368
Published: 18 December 2025
Summary
CVE-2025-49368 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.9th 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-49368 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 AncoraThemes Palladio WordPress theme. It affects Palladio versions from n/a through 1.1.10. 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) and maps to CWE-98.
Unauthenticated remote attackers can exploit this vulnerability over the network with high attack complexity and no user interaction. Exploitation allows high confidentiality, integrity, and availability impacts, potentially permitting inclusion of local PHP files for code execution or sensitive data exposure.
The Patchstack advisory documents this local file inclusion vulnerability specifically in WordPress Palladio theme version 1.1.10.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-204235
Vulnerability details
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in AncoraThemes Palladio palladio allows PHP Local File Inclusion.This issue affects Palladio: from n/a through <= 1.1.10.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in public-facing WordPress theme enables exploitation of public-facing application (T1190) and facilitates collection of data from local system files (T1005).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses improper filename control in PHP include/require by validating user-supplied inputs to prevent local file inclusion.
Remediates the specific flaw in Palladio WordPress theme versions through <=1.1.10 by identifying, prioritizing, and applying patches.
Implements boundary protections such as web application firewalls to monitor and block network traffic containing LFI payloads targeting the vulnerable endpoint.