CVE-2026-22504
Published: 25 March 2026
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX ProLingua prolingua allows PHP Local File Inclusion.This issue affects ProLingua: from n/a through <= 1.1.12.
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the CVE by requiring timely identification, reporting, and patching of the LFI flaw in ProLingua theme versions through 1.1.12.
Prevents exploitation by validating user-supplied filenames prior to use in PHP include/require statements to block arbitrary local file inclusion.
Enforces secure PHP configuration settings like open_basedir restrictions to limit the scope of local file access even if input validation fails.
Security SummaryAI
CVE-2026-22504 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified under CWE-98 and described as enabling PHP Local File Inclusion, in the ThemeREX ProLingua WordPress theme. It affects ProLingua versions from an unspecified starting point through 1.1.12. The issue was published on 2026-03-25 with 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).
The vulnerability can be exploited remotely by unauthenticated attackers over the network without requiring user interaction, though it demands high attack complexity. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, potentially allowing attackers to include and execute arbitrary local files on the server.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/prolingua/vulnerability/wordpress-prolingua-theme-1-1-12-local-file-inclusion-vulnerability?_s_id=cve.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables exploitation of a public-facing WordPress application (T1190) via LFI, directly facilitating data collection from local system files such as configs or source code (T1005).