Cyber Resilience

CVE-2026-32426

High

Published: 13 March 2026

Published
13 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0017 38.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32426 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-32426 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified under CWE-98, affecting the Medilazar Core WordPress plugin developed by themelexus. Specifically, it enables PHP Local File Inclusion despite being described as a PHP Remote File Inclusion issue. The vulnerability impacts all versions of Medilazar Core from n/a through those prior to 1.4.7. It carries a CVSS v3.1 base score of 7.5 (High), with vector AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H, indicating network accessibility but high attack complexity.

Attackers with low privileges, such as authenticated users with limited roles on a vulnerable WordPress site, can exploit this remotely over the network without user interaction. Successful exploitation allows high-impact confidentiality, integrity, and availability violations, potentially enabling attackers to read sensitive local files, execute arbitrary code via included files, modify site data, or disrupt service.

The Patchstack advisory confirms the Local File Inclusion vulnerability in the Medilazar Core plugin and recommends updating to version 1.4.7 or later to mitigate it, as prior versions remain susceptible.

EU & UK References

Vulnerability details

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in themelexus Medilazar Core medilazar-core allows PHP Local File Inclusion.This issue affects Medilazar Core: from n/a through < 1.4.7.

CWE(s)

Related Threats

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

LFI in public-facing WordPress plugin directly enables remote exploitation (T1190), local file reads for data access (T1005), and privilege escalation from low-priv authenticated user to full C/I/A impact via code execution (T1068).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-68537Shared CWE-98
CVE-2026-28079Shared CWE-98
CVE-2026-28061Shared CWE-98
CVE-2026-28048Shared CWE-98
CVE-2026-22516Shared CWE-98
CVE-2026-28120Shared CWE-98
CVE-2025-67992Shared CWE-98
CVE-2025-31432Shared CWE-98
CVE-2026-39613Shared CWE-98
CVE-2025-26957Shared CWE-98

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2026-32426 by requiring timely patching of the vulnerable Medilazar Core plugin to version 1.4.7 or later.

prevent

Prevents exploitation of the PHP Local File Inclusion vulnerability by validating filenames and paths in include/require statements against improper user inputs.

prevent

Limits the impact of low-privilege (PR:L) attackers exploiting the vulnerability by enforcing least privilege access controls.

References