CVE-2026-5192
Published: 05 May 2026
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
- 🇪🇺 ENISA EUVD: EUVD-2026-27229
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
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).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Validates the 'upload-1[file][file_path]' parameter to block path traversal sequences like '../' from accessing arbitrary server files.
Remediates the specific path traversal flaw by updating the Forminator plugin to patched versions beyond 1.52.1.
Enforces least privilege on the web server process to restrict read access to sensitive files even if path traversal succeeds.