CVE-2026-27988
Published: 05 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Equadio equadio allows PHP Local File Inclusion.This issue affects Equadio: from n/a through <= 1.1.3.
Mitigating Controls (NIST 800-53 r5)AI
Directly validates and sanitizes user-supplied filenames before PHP include/require operations to prevent local file inclusion in the Equadio theme.
Identifies, patches, or remediates the specific improper filename control flaw in vulnerable Equadio theme versions up to 1.1.3.
Enforces secure PHP configuration settings like open_basedir to restrict file system access and limit the scope of local file inclusion exploits.
Security SummaryAI
CVE-2026-27988 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified under CWE-98 and commonly known as PHP Remote File Inclusion, that enables PHP Local File Inclusion in the ThemeREX Equadio WordPress theme. This issue affects all versions of Equadio from n/a through 1.1.3. The vulnerability was published on 2026-03-05 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 despite requiring high attack complexity.
Remote, unauthenticated attackers can exploit this vulnerability over the network without user interaction. Successful exploitation allows attackers to perform local file inclusion, potentially leading to high confidentiality, integrity, and availability impacts, such as unauthorized access to sensitive files or system compromise depending on the included files.
The Patchstack advisory provides details on this WordPress Equadio theme vulnerability, including mitigation guidance, available at https://patchstack.com/database/Wordpress/Theme/equadio/vulnerability/wordpress-equadio-theme-1-1-3-local-file-inclusion-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
LFI vulnerability in a public-facing WordPress theme enables unauthenticated remote exploitation of a public-facing application.