CVE-2026-0996
Stored XSS in Fluent Forms AI Module Allows Script Injection
Publication date: 2026-02-10
Last updated on: 2026-02-10
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wpbeaverbuilder | fluent_forms | to 6.1.14 (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 Fluent Forms plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in its AI Form Builder module in all versions up to and including 6.1.14. This vulnerability arises due to missing authorization checks, a leaked nonce, and insufficient input sanitization.
Subscriber-level users can trigger AI form generation through a protected endpoint. The AI services typically return bare JavaScript code without <script> tags, which bypasses the plugin's sanitization mechanisms.
This stored JavaScript code executes whenever anyone views the generated form, allowing authenticated attackers with Subscriber-level access or higher to inject arbitrary web scripts that run in the context of any user accessing the form.
How can this vulnerability impact me? :
This vulnerability allows attackers with Subscriber-level access to inject and store malicious JavaScript code within forms generated by the AI Form Builder module.
When other users view these forms, the malicious scripts execute in their browsers, potentially leading to theft of sensitive information, session hijacking, or other malicious actions performed in the context of the affected users.
Because the attack can be performed by low-privileged users and affects all users who view the form, it poses a significant security risk to the website and its users.
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?
I don't know