Cyber Posture

CVE-2025-64373

High

Published: 18 December 2025

Published
18 December 2025
Modified
27 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 shinetheme Traveler traveler allows PHP Local File Inclusion.This issue affects Traveler: from n/a through < 3.2.6.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the PHP Local File Inclusion vulnerability by requiring timely installation of the vendor patch in Traveler theme version 3.2.6.

prevent

Mandates validation of untrusted inputs to PHP include/require statements, directly addressing the improper filename control that enables local file inclusion.

prevent

Enforces restrictive PHP configuration settings such as open_basedir or disable_functions to limit file access paths and mitigate LFI exploitation even if the application flaw persists.

Security SummaryAI

CVE-2025-64373 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, known as PHP Remote File Inclusion, which allows PHP Local File Inclusion in the shinetheme Traveler WordPress theme. This issue affects Traveler versions from n/a through those prior to 3.2.6, as documented in the CVE description published on 2025-12-18.

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), indicating exploitation is possible by unauthenticated remote attackers requiring high attack complexity but no user interaction. Attackers can achieve high impacts on confidentiality, integrity, and availability, enabling local file inclusion that may lead to arbitrary file reads, data disclosure, or potential code execution depending on server configuration.

Patchstack advisories detail the vulnerability in the Traveler theme and note it is addressed in version 3.2.6, recommending updates to this or later versions for mitigation. See https://patchstack.com/database/Wordpress/Theme/traveler/vulnerability/wordpress-traveler-theme-3-2-6-local-file-inclusion-vulnerability?_s_id=cve for full details.

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?

T1190 for exploiting the public-facing WordPress theme vulnerability (LFI via improper filename control in PHP include/require). T1005 enabled by LFI allowing arbitrary local file reads and data disclosure.

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

References