A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44200

CVE-2026-44200: Wagtail CMS Auth Bypass Vulnerability

CVE-2026-44200 is an authentication bypass vulnerability in Torchbox Wagtail CMS that allows limited-access users to copy and view restricted pages. This article covers technical details, affected versions, and patches.

Published: May 18, 2026

CVE-2026-44200 Overview

CVE-2026-44200 is a broken access control vulnerability in Wagtail, an open source content management system (CMS) built on Django. The flaw affects versions prior to 7.0.7, 7.3.2, and 7.4. A CMS user with limited page access can copy a page they do not have permission to view into an area of the site they do control. After the copy, the user can read the page contents and potentially publish them. Wagtail correctly validated permissions on the copy destination but failed to validate permissions on the source page. The issue is tracked under [CWE-280: Improper Handling of Insufficient Permissions or Privileges].

Critical Impact

Authenticated low-privileged CMS users can read and republish restricted page content by abusing the page copy function, breaking content confidentiality boundaries.

Affected Products

  • Torchbox Wagtail versions prior to 7.0.7
  • Torchbox Wagtail versions prior to 7.3.2
  • Torchbox Wagtail versions prior to 7.4

Discovery Timeline

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

Technical Details for CVE-2026-44200

Vulnerability Analysis

The vulnerability resides in the page copy workflow of the Wagtail admin interface. Wagtail uses a hierarchical permission model where each page can have distinct view, edit, and publish permissions assigned to user groups. When a CMS user invokes the copy action, the application must validate that the requesting user has permission to read the source page and permission to add pages under the destination parent.

The affected versions only enforced the second check. Permission validation on the destination parent was correctly applied, ensuring users could not copy content into restricted sections. However, the source page was never checked against the requesting user's read permissions. A user with limited access could therefore reference any source page by identifier and clone it into a section they control.

After cloning, the copied page lives within the attacker's permitted area and inherits permissions from the new parent. The user can read the duplicated content directly and, if their group holds publish rights in the destination, push the content live. This breaks confidentiality boundaries for draft pages, scheduled releases, and private content trees.

Root Cause

The root cause is a missing authorization check on the source object in the page copy handler. The code path validated write permissions on the target location but omitted the corresponding read check on the page being copied. This pattern matches [CWE-280], where insufficient privilege handling permits access to resources outside the user's authorization scope.

Attack Vector

Exploitation requires an authenticated CMS account with low privileges and access to at least one writable section. The attacker submits a copy request referencing a source page identifier outside their permitted tree. The Wagtail backend processes the copy without verifying source access. The attacker then browses the destination tree to view the cloned content. No user interaction beyond the attacker's own session is required. Refer to the Wagtail GHSA-67rv-mg8q-5pf3 advisory for vendor technical details.

Detection Methods for CVE-2026-44200

Indicators of Compromise

  • Wagtail admin audit log entries showing wagtail.copy actions where the acting user lacks historical edit activity on the source page tree.
  • Unexpected duplicate pages appearing under low-privilege user sections with titles or slugs matching restricted or draft content.
  • Page revisions created by accounts that previously had no interaction with the source content branch.

Detection Strategies

  • Review the Wagtail PageLogEntry table for wagtail.copy actions and cross-reference the acting user against the source page's group permissions.
  • Query the Django ORM for pages where the creating user does not have read permission on the original source path identified in the copy event.
  • Enable verbose admin logging and forward Wagtail application logs to a central SIEM for correlation with user session activity.

Monitoring Recommendations

  • Alert on any copy operations targeting destinations outside the source page's permission group.
  • Monitor for sudden spikes in page creation by accounts with restricted role assignments.
  • Track publish actions on newly copied pages within short time windows after creation, which indicates rapid content exfiltration attempts.

How to Mitigate CVE-2026-44200

Immediate Actions Required

  • Upgrade Wagtail to version 7.0.7, 7.3.2, or 7.4 depending on your current release line.
  • Audit existing pages and revision histories for unauthorized copies created prior to patching.
  • Review CMS user group memberships and remove unnecessary copy or add permissions on sensitive page trees.

Patch Information

Torchbox released fixes in Wagtail 7.0.7, 7.3.2, and 7.4. The patches add source-page permission validation to the copy handler. Full remediation details are available in the Wagtail Security Advisory GHSA-67rv-mg8q-5pf3.

Workarounds

  • Restrict the add permission on writable page trees to trusted editors only until the patch is applied.
  • Temporarily disable the copy action for low-privilege groups through custom admin permission policies.
  • Increase audit log review frequency to identify abuse of the copy workflow before upgrade completion.
bash
# Upgrade Wagtail using pip to a fixed version
pip install --upgrade "wagtail>=7.4"

# Or for the 7.3.x line
pip install --upgrade "wagtail>=7.3.2,<7.4"

# Or for the 7.0.x line
pip install --upgrade "wagtail>=7.0.7,<7.1"

# Verify installed version
python -c "import wagtail; print(wagtail.__version__)"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTorchbox Wagtail

  • 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:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-280
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass Flaw
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