CVE Catalog

CVE-2026-18325

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

The Forminator Forms plugin for WordPress up to version 1.56.1 is vulnerable to Stored Cross-Site Scripting via Forged Upload Record via Select Field due to insufficient input sanitization and output escaping. This allows unauthenticated attackers to inject arbitrary web scripts that execute when a user accesses an injected page.

Risk Assessment

An attacker can inject malicious scripts that execute in the browser of an administrator or user, potentially leading to session theft, account takeover, or malware distribution.

Recommendation

Update the Forminator Forms plugin to a patched version. Restrict file upload capabilities to trusted users.

Other vulnerabilities in Forminator Forms

See all
Original NVD description (English source)

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 Forminator_Core::sanitize_array() skips all filtering for keys prefixed with 'select-', and set_field_data() 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 file_url value without any sanitization or validation.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS