CVE-2026-2002
Stored XSS in Forminator Forms Plugin Allows Admin-Level Script Injection
Publication date: 2026-02-17
Last updated on: 2026-02-17
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wpforms | forminator | to 1.50.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Forminator Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the form_name parameter in all versions up to and including 1.50.2. This vulnerability exists because the plugin does not properly sanitize input or escape output. Authenticated attackers with administrator-level access can inject arbitrary web scripts into pages, which will execute whenever a user accesses those pages. Additionally, since the plugin allows admins to grant form management permissions to lower-level users, such as subscribers, these users might also exploit this vulnerability.
How can this vulnerability impact me? :
This vulnerability can allow attackers with certain access privileges to inject malicious scripts into the website. These scripts can execute in the context of users visiting the affected pages, potentially leading to theft of sensitive information, session hijacking, or unauthorized actions performed on behalf of users. Since the vulnerability requires administrator-level or delegated form management permissions, it could be exploited by trusted users with lower privileges if those permissions are granted.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
The vulnerability affects all versions of the Forminator Forms plugin up to and including 1.50.2. Immediate mitigation involves updating the plugin to a version later than 1.50.2 where the vulnerability is fixed.
Additionally, restrict administrator-level access and carefully manage form management permissions given to lower-level users to reduce the risk of exploitation.