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-44199

CVE-2026-44199: Wagtail CMS Auth Bypass Vulnerability

CVE-2026-44199 is an authentication bypass flaw in Torchbox Wagtail CMS that allows limited-access users to delete form submissions outside their permissions. This article covers technical details, affected versions, and patches.

Published: May 18, 2026

CVE-2026-44199 Overview

CVE-2026-44199 is an improper authorization vulnerability [CWE-280] in Wagtail, an open source content management system built on Django. The flaw allows an authenticated Wagtail admin user with limited permissions to delete form submissions belonging to form pages they do not have access to. An attacker crafts a deletion request targeting a page they do have access to while referencing submissions from a restricted page. The vulnerability requires Wagtail admin access and is not exploitable by anonymous site visitors. Maintainer Torchbox addressed the issue in Wagtail versions 7.0.7, 7.3.2, and 7.4.

Critical Impact

A low-privileged Wagtail admin user can delete form submission data from pages outside their authorized scope, resulting in loss of integrity for collected form data.

Affected Products

  • Torchbox Wagtail versions prior to 7.0.7
  • Torchbox Wagtail versions prior to 7.3.2 in the 7.3.x branch
  • Torchbox Wagtail versions prior to 7.4

Discovery Timeline

  • 2026-05-11 - CVE-2026-44199 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-44199

Vulnerability Analysis

The vulnerability resides in the form submission deletion workflow within the Wagtail admin interface. Wagtail allows site administrators to delegate access to form pages on a per-page basis. The deletion handler validates that the requesting user has permission to manage a form page referenced in the request, but it does not verify that the individual submission identifiers belong to that page. An attacker with access to any form page can submit a deletion request that references the accessible page while supplying submission IDs from form pages they do not control. The server then deletes those submissions, violating the page-level access boundary enforced by Wagtail's permission model.

Root Cause

The root cause is improper authorization handling on a specific resource [CWE-280]. The view enforces the permission check at the parent form page level but fails to re-validate that each targeted submission belongs to the authorized page before executing the delete operation. This represents a missing object-level authorization control on child resources.

Attack Vector

Exploitation occurs over the network through the authenticated Wagtail admin interface. The attacker must hold a valid Wagtail admin account with permission to manage at least one form page. The attacker crafts a POST request to the form submission deletion endpoint, supplying a page identifier they control and submission identifiers from a restricted page. Refer to the Wagtail GitHub Security Advisory GHSA-pwm3-7fv4-g6xx for further technical context.

Detection Methods for CVE-2026-44199

Indicators of Compromise

  • Unexpected disappearance of form submission records from Wagtail form pages without a corresponding administrative audit entry
  • HTTP POST requests to Wagtail admin form submission deletion endpoints where the referenced submission IDs do not belong to the page ID supplied in the request body
  • Form submission deletion actions performed by users whose group permissions do not include the affected form page

Detection Strategies

  • Review Wagtail admin audit logs for wagtail.delete or form submission deletion events and correlate the acting user against the page-level permissions assigned to that user
  • Enable Django request logging on admin URLs matching the form submission deletion path and alert on requests where the authenticated user lacks page permissions for the targeted submissions
  • Compare current form submission counts against backup snapshots to identify unauthorized deletions retroactively

Monitoring Recommendations

  • Forward Wagtail admin and Django application logs to a centralized logging platform with retention sufficient to investigate historical deletion events
  • Alert on high volumes of form submission deletions performed by a single user account within a short time window
  • Track changes to user group memberships and form page permission assignments to detect privilege manipulation that may precede exploitation

How to Mitigate CVE-2026-44199

Immediate Actions Required

  • Upgrade Wagtail to version 7.0.7, 7.3.2, or 7.4 depending on the deployed release branch
  • Audit the list of users with any Wagtail admin access and remove accounts that no longer require form page management
  • Review form submission data for unexplained deletions and restore from backups if integrity loss is identified

Patch Information

Torchbox released fixes in Wagtail 7.0.7, 7.3.2, and 7.4. Installations on the 7.0.x branch should upgrade to 7.0.7, installations on the 7.3.x branch should upgrade to 7.3.2, and installations tracking the latest release should move to 7.4. See the Wagtail GitHub Security Advisory GHSA-pwm3-7fv4-g6xx for full patch details.

Workarounds

  • Restrict Wagtail admin access to trusted users only until patching is complete, reducing the population of accounts capable of exploiting the flaw
  • Temporarily revoke form page permissions from non-essential admin users to minimize the attack surface
  • Increase the frequency of database backups covering the form submissions table to enable rapid recovery from unauthorized deletions
bash
# Upgrade Wagtail to a patched release using pip
pip install --upgrade "wagtail>=7.4"

# Or pin to the patched version for the 7.0.x branch
pip install "wagtail==7.0.7"

# Or pin to the patched version for the 7.3.x branch
pip install "wagtail==7.3.2"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWagtail

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-280
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44201: Wagtail Information Disclosure Flaw

  • CVE-2026-44197: Wagtail Information Disclosure Flaw

  • CVE-2026-44198: Wagtail CMS Information Disclosure Flaw

  • CVE-2026-28223: Wagtail CMS Stored XSS 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