CVE-2026-27078
Published: 25 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Mikado-Themes Emaurri emaurri allows PHP Local File Inclusion.This issue affects Emaurri: from n/a through <= 1.0.1.
Mitigating Controls (NIST 800-53 r5)AI
Remediates the PHP Local File Inclusion vulnerability in the Emaurri WordPress theme by applying patches or updates to versions beyond 1.0.1.
Validates user-supplied filenames and paths in PHP include/require statements to block arbitrary local file inclusion by remote unauthenticated attackers.
Scans the system for known vulnerabilities like CVE-2026-27078 in WordPress themes to identify and prioritize remediation.
Security SummaryAI
CVE-2026-27078 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified as a PHP Remote File Inclusion issue, in the Mikado-Themes Emaurri WordPress theme. It enables PHP Local File Inclusion and affects all versions of the Emaurri theme from n/a through 1.0.1. The vulnerability 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 its potential for significant impact over the network.
Remote unauthenticated attackers (PR:N) can exploit this vulnerability over the network (AV:N) with high attack complexity (AC:H) and without requiring user interaction (UI:N). Successful exploitation allows attackers to achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), such as unauthorized access to local files or potential code execution depending on the included files.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/emaurri/vulnerability/wordpress-emaurri-theme-1-0-1-local-file-inclusion-vulnerability?_s_id=cve provides details on this WordPress theme vulnerability, including mitigation guidance.
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) for unauthenticated network access and facilitates reading arbitrary local files (T1005).