Cyber Posture

CVE-2025-67515

High

Published: 09 December 2025

Published
09 December 2025
Modified
27 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0014 33.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Wilmër wilmer allows PHP Local File Inclusion.This issue affects Wilmër: from n/a through < 3.5.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Validates filenames used in PHP include/require statements to prevent local file inclusion by rejecting invalid or malicious inputs.

prevent

Remediates the specific flaw in the Wilmër theme by applying patches or updates to version 3.5 or later.

prevent

Enforces secure configuration settings for PHP, such as restricting file paths or disabling dangerous functions, to limit local file inclusion exploitation.

Security SummaryAI

CVE-2025-67515 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as PHP Local File Inclusion (CWE-98), affecting the Wilmër WordPress theme developed by Mikado-Themes. The flaw enables local file inclusion through inadequate validation of filenames used in PHP include or require statements. It impacts all versions of the Wilmër theme from n/a through those prior to 3.5, with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility and significant impacts on confidentiality, integrity, and availability.

An attacker with low privileges, such as an authenticated WordPress user, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to include and potentially execute arbitrary local files on the server, leading to high-level compromise including data exfiltration, code execution, or system disruption.

The Patchstack advisory for this vulnerability, available at the referenced URL, details the local file inclusion issue in the Wilmër theme and recommends updating to version 3.5 or later, where the flaw has been addressed.

Details

CWE(s)

Affected Products

qodeinteractive
wilmer
≤ 3.5

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?

Unauthenticated remote LFI in public-facing WordPress theme enables exploitation of public-facing application (T1190) and reading sensitive local files (T1005).

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

References