Cyber Posture

CVE-2025-69040

High

Published: 22 January 2026

Published
22 January 2026
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.0017 38.1th 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 goalthemes Bfres bfres allows PHP Local File Inclusion.This issue affects Bfres: from n/a through <= 1.2.1.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly remediates the specific PHP Local File Inclusion flaw in the Bfres WordPress theme by applying patches or removing vulnerable versions up to 1.2.1.

prevent

Requires validation of inputs controlling PHP include/require filenames to block path traversal and arbitrary local file inclusion attempts.

prevent

Enforces secure PHP configuration settings like open_basedir and disabling allow_url_include to restrict file access even if code flaws persist.

Security SummaryAI

CVE-2025-69040 is an Improper Control of Filename for Include/Require Statement vulnerability, classified as PHP Remote File Inclusion, in the goalthemes Bfres WordPress theme. The flaw enables PHP Local File Inclusion and affects Bfres versions from n/a through 1.2.1. It is associated with CWE-98 and 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 high severity due to network accessibility, high attack complexity, no privileges or user interaction required, and high impacts on confidentiality, integrity, and availability.

Unauthenticated remote attackers can exploit this vulnerability over the network. Successful exploitation allows PHP Local File Inclusion, potentially enabling attackers to include and execute arbitrary local files on the server, leading to unauthorized access, data disclosure, or code execution depending on the targeted files and server configuration.

Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/bfres/vulnerability/wordpress-bfres-theme-1-2-1-local-file-inclusion-vulnerability?_s_id=cve, which covers the vulnerability in the Bfres WordPress theme version 1.2.1.

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 directly matches exploitation of a public-facing WordPress theme vulnerability. T1005 is facilitated by LFI enabling arbitrary local file inclusion for data disclosure.

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

References