Cyber Resilience

CVE-2026-32537

High

Published: 25 March 2026

Published
25 March 2026
Modified
24 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-32537 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-32537 is an Improper Control of Filename for Include/Require Statement in PHP Program vulnerability, classified under CWE-98, affecting the WordPress plugin Visual Portfolio, Photo Gallery & Post Grid (visual-portfolio) by nK. The issue enables PHP Local File Inclusion and impacts all versions from n/a through 3.5.1. It was published on 2026-03-25 with a CVSS v3.1 base score of 7.5 (High).

Attackers with low privileges (PR:L) can exploit this vulnerability over the network (AV:N), though it requires high attack complexity (AC:H) and no user interaction (UI:N). Successful exploitation allows high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H) within unchanged scope (S:U), enabling low-privileged authenticated users to perform local file inclusion on the targeted WordPress site.

The Patchstack advisory provides details on this vulnerability, including mitigation guidance, at https://patchstack.com/database/Wordpress/Plugin/visual-portfolio/vulnerability/wordpress-visual-portfolio-photo-gallery-post-grid-plugin-3-5-1-local-file-inclusion-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in nK Visual Portfolio, Photo Gallery & Post Grid visual-portfolio allows PHP Local File Inclusion.This issue affects Visual Portfolio, Photo Gallery & Post Grid: from…

more

n/a through <= 3.5.1.

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.
Why these techniques?

LFI vuln in public-facing WordPress plugin directly enables T1190 (exploitation of the web app by low-priv authenticated users) and T1005 (arbitrary local file reads via include/require).

Confidence: HIGH · 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 remediates the PHP Local File Inclusion vulnerability in the Visual Portfolio WordPress plugin by identifying, reporting, and patching affected versions through 3.5.1.

detect

Scans for and identifies the presence of CVE-2026-32537 in installed WordPress plugins, enabling proactive flaw remediation.

prevent

Prevents exploitation of the improper filename control by validating and sanitizing user-supplied inputs to PHP include/require statements in the plugin.

References