The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-5396

CVE-2026-5396: Fluent Forms Auth Bypass Vulnerability

CVE-2026-5396 is an authorization bypass vulnerability in Fluent Forms for WordPress that allows authenticated attackers to access, modify, and delete submissions from unauthorized forms. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 14, 2026

CVE-2026-5396 Overview

CVE-2026-5396 is an authorization bypass vulnerability in the Fluent Forms plugin for WordPress, affecting all versions up to and including 6.1.21. The flaw resides in the SubmissionPolicy class, which authorizes submission-level actions based on a user-supplied form_id query parameter. Authenticated users assigned Fluent Forms Manager access restricted to specific forms can spoof the form_id to access submissions from forms they should not control. The vulnerability is classified under CWE-639: Authorization Bypass Through User-Controlled Key.

Critical Impact

Authenticated attackers with restricted Fluent Forms Manager access can read, modify status, add notes to, and permanently delete form submissions belonging to any other form on the site.

Affected Products

  • Fluent Forms plugin for WordPress, versions up to and including 6.1.21
  • Fixed in Fluent Forms version 6.2.0
  • WordPress sites granting Fluent Forms Manager role to non-administrative users

Discovery Timeline

  • 2026-05-14 - CVE-2026-5396 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-5396

Vulnerability Analysis

The Fluent Forms plugin enforces form-scoped permissions for users assigned the Fluent Forms Manager role. Administrators can restrict a manager to a subset of forms, allowing the manager to handle only submissions for those specific forms. The SubmissionPolicy class enforces these checks by reading the form_id parameter from the incoming HTTP request and comparing it against the user's authorized forms.

The authorization logic trusts the client-supplied form_id without validating it against the actual submission being acted upon. An attacker passes a form_id they legitimately control while targeting submission identifiers belonging to a different form. The policy check passes because the supplied form_id is authorized, but the underlying database operation executes against the targeted submission. This pattern matches CWE-639, where access decisions rely on a user-controlled key.

Root Cause

The root cause is the separation between the authorization key (form_id from the query string) and the resource identifier (submission ID) used by the action handler. The SubmissionPolicy validates the former but acts on the latter, breaking the relationship between authorization scope and the resource manipulated. The WordPress plugin changeset shows the corrected policy now resolves the parent form from the submission record itself before authorization.

Attack Vector

Exploitation requires authenticated access with the Fluent Forms Manager role scoped to at least one form. The attacker crafts requests to submission endpoints (read, status update, add note, delete) and supplies a form_id query parameter matching a form they are authorized for, while referencing submission IDs from other forms. No user interaction is required, and the attack is delivered over the network through standard plugin admin endpoints.

Detection Methods for CVE-2026-5396

Indicators of Compromise

  • Fluent Forms admin requests where the form_id query parameter does not match the parent form of the referenced submission ID in database logs.
  • Unexpected DELETE or status-change actions on submissions by non-administrator users with Fluent Forms Manager role.
  • New submission notes authored by Fluent Forms Manager accounts on forms outside their assigned scope.

Detection Strategies

  • Audit WordPress access logs for admin-ajax.php and REST API calls targeting fluentform submission endpoints from non-administrator accounts.
  • Cross-reference the form_id parameter in request logs with the actual form ownership of the targeted submission record.
  • Review the fluentform_submissions and fluentform_submission_meta tables for unexpected deletions or status changes correlated to manager-level user IDs.

Monitoring Recommendations

  • Enable WordPress audit logging for plugin role assignments and submission CRUD operations.
  • Alert on bulk submission deletions or rapid status changes performed by non-administrator users.
  • Track changes to user role capabilities granting Fluent Forms Manager access.

How to Mitigate CVE-2026-5396

Immediate Actions Required

  • Update the Fluent Forms plugin to version 6.2.0 or later on all WordPress installations.
  • Review all users assigned the Fluent Forms Manager role and remove access for accounts that no longer require it.
  • Restore any submissions deleted during the exposure window from backups if unauthorized deletions are confirmed.

Patch Information

The vendor fixed the vulnerability in Fluent Forms 6.2.0. The patch modifies the SubmissionPolicy class to derive the authoritative form_id from the submission record itself rather than the request parameter. See the WordPress plugin changeset and the Wordfence Vulnerability Report for technical details.

Workarounds

  • Restrict the Fluent Forms Manager role to trusted administrators only until the plugin is upgraded.
  • Deploy a web application firewall rule to block requests where the submitted form_id parameter does not match the form associated with the referenced submission ID.
  • Temporarily revoke submission delete and modify capabilities from non-administrator roles through a custom capability filter.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFluent Forms

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • WordPress Changeset Details

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-5395: Fluent Forms Auth Bypass Vulnerability

  • CVE-2026-4160: Fluent Forms Auth Bypass Vulnerability

  • CVE-2026-2428: Fluent Forms Pro Auth Bypass Vulnerability

  • CVE-2025-13722: Fluent Forms Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English