CVE-2025-49368
Published: 18 December 2025
Description
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.
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.
Security SummaryAI
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.
Details
- CWE(s)
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).