CVE-2026-32537
Published: 25 March 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-15911
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
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).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
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.
Scans for and identifies the presence of CVE-2026-32537 in installed WordPress plugins, enabling proactive flaw remediation.
Prevents exploitation of the improper filename control by validating and sanitizing user-supplied inputs to PHP include/require statements in the plugin.