CVE-2026-18325: Forminator Forms <= 1.56.1 - Unauthenticated Stored Cross-Site Scripting via Forged Upload Record via Select Field
The Forminator Forms – Contact Form, Payment Form & Custom Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Forged Upload Record via Select Field in all versions up to, and including, 1.56.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The exploit is possible because ForminatorCore::sanitizearray() skips all filtering for keys prefixed with 'select-', and setfielddata() treats a submitted 'return' member as a trusted internal flag — allowing an unauthenticated attacker to forge and persist a complete upload field record with an arbitrary fileurl value without any sanitization or validation.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Forminator Forms (WordPress plugin)to a version that resolves this vulnerability.Fixed in 1.56.1
Event History
Frequently Asked Questions
What is the severity of CVE-2026-18325?
CVE-2026-18325 has a high severity rating of 7.2.
How do I fix CVE-2026-18325?
To fix CVE-2026-18325, update the Forminator Forms plugin to version 1.56.2 or later.
What type of vulnerability is CVE-2026-18325?
CVE-2026-18325 is classified as an Unauthenticated Stored Cross-Site Scripting vulnerability.
What versions of Forminator Forms are affected by CVE-2026-18325?
All versions of Forminator Forms up to and including 1.56.1 are affected by CVE-2026-18325.
What causes the vulnerability in CVE-2026-18325?
CVE-2026-18325 is caused by insufficient input sanitization and output escaping in the Forminator Forms plugin.