CVE-2026-2365: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in techjewel Fluent Forms Pro Add On Pack
CVE-2026-2365 is a high-severity stored Cross-Site Scripting (XSS) vulnerability in the Fluent Forms Pro Add On Pack for WordPress, affecting all versions up to 6. 1. 17. The flaw arises because the draft form submission AJAX endpoint is publicly accessible without authentication or nonce verification, allowing unauthenticated attackers to inject malicious scripts. These scripts execute when an administrator views the partial form entries, potentially compromising admin accounts and site integrity. The vulnerability stems from improper input sanitization and output escaping of form field data. Exploitation requires no user interaction or privileges, and the vulnerability has a CVSS score of 7. 2. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent unauthorized script execution and potential administrative compromise.
AI Analysis
Technical Summary
CVE-2026-2365 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Fluent Forms Pro Add On Pack plugin for WordPress, affecting all versions up to and including 6.1.17. The vulnerability exists in the AJAX action `fluentform_step_form_save_data`, which handles draft form submissions. This endpoint is publicly accessible without requiring authentication or nonce verification, allowing unauthenticated attackers to submit crafted form data containing malicious JavaScript payloads. Due to insufficient input sanitization and lack of proper output escaping when rendering partial form entries, these scripts are stored and executed in the context of the administrator's browser when they view the affected entries. This stored XSS can lead to session hijacking, privilege escalation, or other malicious actions performed with the administrator's privileges. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The CVSS v3.1 base score is 7.2, reflecting network attack vector, low attack complexity, no privileges required, no user interaction, and a scope change with partial confidentiality and integrity impact but no availability impact. Although no public exploits are currently known, the vulnerability poses a significant risk due to the ease of exploitation and potential impact on site administration and data integrity.
Potential Impact
The exploitation of this vulnerability can have serious consequences for organizations using the Fluent Forms Pro Add On Pack on WordPress sites. An attacker can inject malicious scripts that execute in the administrator's browser, potentially leading to theft of administrative session cookies, unauthorized actions performed with admin privileges, defacement, data theft, or further compromise of the web application and backend systems. Since the vulnerability allows unauthenticated remote attackers to exploit it, the attack surface is broad, increasing the risk of automated attacks. Organizations relying on this plugin for critical forms or data collection may face data integrity issues and loss of trust. Additionally, compromised admin accounts can be leveraged to deploy further malware or pivot within the network, amplifying the impact. The vulnerability affects the confidentiality and integrity of the site and its data but does not directly affect availability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately update the Fluent Forms Pro Add On Pack plugin to a version where the vulnerability is patched once available. Until a patch is released, administrators should restrict access to the draft form submission endpoint by implementing web application firewall (WAF) rules that block unauthenticated requests to the `fluentform_step_form_save_data` AJAX action. Additionally, applying strict input validation and output encoding on form data can reduce risk. Monitoring and logging access to this endpoint can help detect exploitation attempts. Administrators should also review partial form entries for suspicious content and sanitize or remove any injected scripts. Employing Content Security Policy (CSP) headers can help mitigate the impact of XSS by restricting script execution sources. Finally, limiting administrative access to trusted IP addresses and enforcing multi-factor authentication can reduce the risk of session hijacking.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, France, Netherlands, Brazil, Japan
CVE-2026-2365: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in techjewel Fluent Forms Pro Add On Pack
Description
CVE-2026-2365 is a high-severity stored Cross-Site Scripting (XSS) vulnerability in the Fluent Forms Pro Add On Pack for WordPress, affecting all versions up to 6. 1. 17. The flaw arises because the draft form submission AJAX endpoint is publicly accessible without authentication or nonce verification, allowing unauthenticated attackers to inject malicious scripts. These scripts execute when an administrator views the partial form entries, potentially compromising admin accounts and site integrity. The vulnerability stems from improper input sanitization and output escaping of form field data. Exploitation requires no user interaction or privileges, and the vulnerability has a CVSS score of 7. 2. No known exploits are currently reported in the wild. Organizations using this plugin should prioritize patching or mitigating this vulnerability to prevent unauthorized script execution and potential administrative compromise.
AI-Powered Analysis
Technical Analysis
CVE-2026-2365 is a stored Cross-Site Scripting (XSS) vulnerability identified in the Fluent Forms Pro Add On Pack plugin for WordPress, affecting all versions up to and including 6.1.17. The vulnerability exists in the AJAX action `fluentform_step_form_save_data`, which handles draft form submissions. This endpoint is publicly accessible without requiring authentication or nonce verification, allowing unauthenticated attackers to submit crafted form data containing malicious JavaScript payloads. Due to insufficient input sanitization and lack of proper output escaping when rendering partial form entries, these scripts are stored and executed in the context of the administrator's browser when they view the affected entries. This stored XSS can lead to session hijacking, privilege escalation, or other malicious actions performed with the administrator's privileges. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The CVSS v3.1 base score is 7.2, reflecting network attack vector, low attack complexity, no privileges required, no user interaction, and a scope change with partial confidentiality and integrity impact but no availability impact. Although no public exploits are currently known, the vulnerability poses a significant risk due to the ease of exploitation and potential impact on site administration and data integrity.
Potential Impact
The exploitation of this vulnerability can have serious consequences for organizations using the Fluent Forms Pro Add On Pack on WordPress sites. An attacker can inject malicious scripts that execute in the administrator's browser, potentially leading to theft of administrative session cookies, unauthorized actions performed with admin privileges, defacement, data theft, or further compromise of the web application and backend systems. Since the vulnerability allows unauthenticated remote attackers to exploit it, the attack surface is broad, increasing the risk of automated attacks. Organizations relying on this plugin for critical forms or data collection may face data integrity issues and loss of trust. Additionally, compromised admin accounts can be leveraged to deploy further malware or pivot within the network, amplifying the impact. The vulnerability affects the confidentiality and integrity of the site and its data but does not directly affect availability.
Mitigation Recommendations
To mitigate this vulnerability, organizations should immediately update the Fluent Forms Pro Add On Pack plugin to a version where the vulnerability is patched once available. Until a patch is released, administrators should restrict access to the draft form submission endpoint by implementing web application firewall (WAF) rules that block unauthenticated requests to the `fluentform_step_form_save_data` AJAX action. Additionally, applying strict input validation and output encoding on form data can reduce risk. Monitoring and logging access to this endpoint can help detect exploitation attempts. Administrators should also review partial form entries for suspicious content and sanitize or remove any injected scripts. Employing Content Security Policy (CSP) headers can help mitigate the impact of XSS by restricting script execution sources. Finally, limiting administrative access to trusted IP addresses and enforcing multi-factor authentication can reduce the risk of session hijacking.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-02-11T19:40:03.465Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a90085d1a09e29cbba97ad
Added to database: 3/5/2026, 4:03:17 AM
Last enriched: 3/5/2026, 4:17:33 AM
Last updated: 3/5/2026, 5:36:35 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-3072: CWE-862 Missing Authorization in dglingren Media Library Assistant
MediumCVE-2026-30777: Authentication Bypass Using an Alternate Path or Channel in EC-CUBE CO.,LTD. EC-CUBE 4.1 series
MediumCVE-2026-29128: CWE-522 Insufficiently Protected Credentials in International Datacasting Corporation SFX2100 Satellite Receiver
HighCVE-2026-27982: URL redirection to untrusted site ('Open Redirect') in allauth django-allauth
MediumCVE-2026-3523: CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in blobfolio Apocalypse Meow
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.