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

CVE-2026-44198: Wagtail CMS Information Disclosure Flaw

CVE-2026-44198 is an information disclosure vulnerability in Torchbox Wagtail CMS that allows unauthorized users to access page history reports. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-44198 Overview

CVE-2026-44198 is an information disclosure vulnerability in Wagtail, an open source content management system built on Django. The flaw allows a CMS user without page edit permissions to access the history report for that page. This access can expose sensitive information contained in prior page revisions and edit metadata.

The vulnerability is tracked under [CWE-280: Improper Handling of Insufficient Permissions or Privileges]. Torchbox addressed the issue in Wagtail versions 7.0.7, 7.3.2, and 7.4. The vulnerability requires low-privileged authenticated access over the network and impacts confidentiality only.

Critical Impact

An authenticated CMS user lacking edit rights can retrieve the page history report, potentially disclosing sensitive revision data and editorial workflow information.

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-44198 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-44198

Vulnerability Analysis

Wagtail provides per-page permissions that govern who can view, edit, or publish content. The history report view exposes page revision metadata, including timestamps, editing users, and change descriptions. Prior to the fixed releases, the permission check on the history report did not enforce the edit permission required to access this view.

As a result, a low-privileged authenticated user could request the history report for a page they were not authorized to edit. The response disclosed editorial activity for that page. The issue is restricted to information disclosure and does not allow modification of content or escalation of privileges.

Root Cause

The root cause is improper handling of insufficient permissions on the page history report endpoint. The view checked for general CMS authentication rather than verifying that the requesting user held edit rights on the specific page. This permission gap maps to [CWE-280].

Attack Vector

Exploitation requires an authenticated CMS account with any level of access to the Wagtail admin. The attacker navigates to the history report URL for a target page they cannot edit. The server returns the report, exposing revision metadata. No user interaction beyond the authenticated request is required, and the attack is performed over the network.

No verified public proof-of-concept code is available. Refer to the Wagtail GitHub Security Advisory GHSA-c4mr-889m-vgf6 for technical details.

Detection Methods for CVE-2026-44198

Indicators of Compromise

  • Access log entries showing authenticated requests to Wagtail admin history report URLs (paths containing /admin/pages/*/history/) from accounts that lack edit permissions on the requested page.
  • Repeated history report requests from a single user account targeting multiple pages outside their assigned workflow.
  • Unexpected enumeration patterns against page IDs in admin history endpoints.

Detection Strategies

  • Audit Wagtail admin access logs and correlate user IDs with their assigned page permissions to identify mismatches against history endpoint requests.
  • Review Django request logs for HTTP 200 responses to history report paths from low-privileged users.
  • Inspect the Wagtail audit log for unusual viewing patterns by editors or contributors who do not own the pages queried.

Monitoring Recommendations

  • Forward Wagtail and Django application logs to a centralized logging platform for query and alerting.
  • Create alerts for any user account that requests history reports across an unusually large set of page IDs in a short window.
  • Track user-to-page permission mappings and flag deviations between assigned permissions and accessed admin views.

How to Mitigate CVE-2026-44198

Immediate Actions Required

  • Upgrade Wagtail to version 7.0.7, 7.3.2, or 7.4 depending on the deployed release branch.
  • Audit CMS user accounts and remove unnecessary admin access for users who do not require it.
  • Review page-level permission assignments to ensure least privilege across editors, moderators, and contributors.

Patch Information

Torchbox released fixed versions 7.0.7, 7.3.2, and 7.4 of Wagtail. See the Wagtail GitHub Security Advisory GHSA-c4mr-889m-vgf6 for the official remediation details and upgrade guidance.

Workarounds

  • If immediate upgrade is not possible, restrict access to the Wagtail admin interface using network-level controls such as IP allowlisting or VPN-only access.
  • Reduce the number of accounts with any CMS admin access until patching is complete.
  • Monitor history report endpoint access and revoke credentials of any account showing suspicious enumeration behavior.
bash
# Upgrade Wagtail to a patched version using pip
pip install --upgrade "wagtail>=7.4"

# Or pin to the appropriate fixed release for your branch
pip install "wagtail==7.0.7"
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
  • TypeInformation Disclosure

  • Vendor/TechWagtail

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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-25517: Wagtail CMS Information Disclosure Flaw

  • CVE-2026-44199: Wagtail CMS 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