Cyber Resilience

CVE-2026-5192

High

Published: 05 May 2026

Published
05 May 2026
Modified
05 May 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0006 19.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5192 is a high-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). 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 19.4th 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-5192 is a Path Traversal vulnerability (CWE-22) affecting the Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress in versions up to and including 1.52.1. The flaw occurs via the 'upload-1[file][file_path]' parameter, enabling unauthenticated attackers to read the contents of arbitrary files on the server, which may contain sensitive information. Published on 2026-05-05, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with low attack complexity.

Unauthenticated attackers can exploit this vulnerability on sites running vulnerable plugin versions where a publicly accessible form includes a File Upload field with "Save and Continue" enabled in the form's Behavior settings, and the "Save and Continue" email notification is configured to attach uploaded files. Exploitation allows remote reading of arbitrary server files, potentially exposing sensitive data such as configuration files or other non-public information.

Advisories point to mitigation via plugin updates, with a patch committed in WordPress plugin trac changeset 3500671 at https://plugins.trac.wordpress.org/changeset/3500671/forminator. Further details on the vulnerability and remediation are provided in the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/788422c4-e070-48aa-a85d-a5d5a25a6a1d?source=cve.

EU & UK References

Vulnerability details

The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Path Traversal in versions up to, and including, 1.52.1 via the 'upload-1[file][file_path]' parameter. This makes it possible for unauthenticated attackers to read…

more

the contents of arbitrary files on the server, which can contain sensitive information. Successful exploitation requires a publicly accessible form with a File Upload field where Save and Continue is enabled in that form's Behavior settings and the Save and Continue email notification is configured to attach uploaded files in Email Notifications.

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?

Path traversal in public-facing WordPress plugin directly enables remote unauthenticated file read (T1005 Data from Local System) via exploitation of an Internet-facing application (T1190).

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

CVEs Like This One

CVE-2025-12824Shared CWE-22
CVE-2026-25965Shared CWE-22
CVE-2025-30567Shared CWE-22
CVE-2025-27098Shared CWE-22
CVE-2024-55457Shared CWE-22
CVE-2026-35485Shared CWE-22
CVE-2024-54909Shared CWE-22
CVE-2026-3405Shared CWE-22
CVE-2025-41368Shared CWE-22
CVE-2026-23850Shared CWE-22

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates the 'upload-1[file][file_path]' parameter to block path traversal sequences like '../' from accessing arbitrary server files.

prevent

Remediates the specific path traversal flaw by updating the Forminator plugin to patched versions beyond 1.52.1.

prevent

Enforces least privilege on the web server process to restrict read access to sensitive files even if path traversal succeeds.

References