Cyber Posture

CVE-2025-49368

High

Published: 18 December 2025

Published
18 December 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0022 44.7th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Directly addresses improper filename control in PHP include/require by validating user-supplied inputs to prevent local file inclusion.

prevent

Remediates the specific flaw in Palladio WordPress theme versions through <=1.1.10 by identifying, prioritizing, and applying patches.

preventdetect

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References