Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-25517

CVE-2026-25517: Wagtail CMS Information Disclosure Flaw

CVE-2026-25517 is an information disclosure vulnerability in Wagtail CMS that allows authenticated admin users to preview unauthorized content through crafted form submissions. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-25517 Overview

CVE-2026-25517 is a Missing Authorization vulnerability (CWE-862) affecting Wagtail, an open source content management system built on Django. Due to a missing permission check on the preview endpoints, authenticated users with access to the Wagtail admin interface can craft form submissions to obtain preview renderings of pages, snippets, or site settings without proper authorization.

This authorization bypass allows attackers to render arbitrary data through Wagtail's preview functionality, potentially exposing database contents that would normally require edit-level access to view.

Critical Impact

Authenticated admin users can bypass authorization controls to preview arbitrary model data, potentially leaking sensitive database contents through template rendering without requiring edit permissions.

Affected Products

  • Wagtail versions prior to 6.3.6
  • Wagtail versions 7.0.x prior to 7.0.4
  • Wagtail versions 7.1.x prior to 7.1.3
  • Wagtail versions 7.2.x prior to 7.2.2
  • Wagtail versions prior to 7.3

Discovery Timeline

  • 2026-02-04 - CVE-2026-25517 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25517

Vulnerability Analysis

This vulnerability stems from inadequate authorization enforcement in Wagtail's preview endpoint functionality. Wagtail provides preview capabilities for pages, snippets, and site settings, allowing content editors to see how changes will appear before publishing. However, the affected versions fail to verify that the requesting user has appropriate permissions to access or edit the specific model being previewed.

The authorization gap allows any authenticated user with basic Wagtail admin access to construct malicious form submissions targeting preview endpoints. By manipulating the request parameters, an attacker can inject arbitrary data into the preview rendering pipeline. While this does not directly expose the existing stored data of the target object, the template rendering process may inadvertently reveal other database contents through template context variables, related object lookups, or dynamic content inclusion.

The attack requires knowledge of the target model's field structure to craft a valid preview request. This information could be obtained through reconnaissance, documentation review, or prior legitimate access to similar models.

Root Cause

The root cause is a Missing Authorization vulnerability (CWE-862) where the preview endpoints fail to implement proper permission checks before processing preview requests. The application does not verify that the authenticated user has the necessary permissions (such as add, edit, or view rights) for the specific model type being previewed, relying solely on basic admin authentication.

Attack Vector

The attack is network-based and requires an authenticated session with Wagtail admin access. An attacker must:

  1. Authenticate to the Wagtail admin interface with any valid credentials
  2. Identify a target model type that supports preview functionality
  3. Determine the field structure of the target model
  4. Craft a POST request to the preview endpoint with attacker-controlled data
  5. Analyze the rendered preview response for potentially sensitive information

The vulnerability can be exploited by crafting HTTP POST requests to preview endpoints with manipulated form data. Attackers can include arbitrary field values that, when rendered through the model's template, may trigger lookups or display logic that exposes protected data. The preview functionality renders the submitted data as if it were a legitimate object, potentially including related objects, computed properties, or other database content in the output.

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-4qvv-g3vr-m348.

Detection Methods for CVE-2026-25517

Indicators of Compromise

  • Unusual or high-volume POST requests to Wagtail preview endpoints from users without edit permissions
  • Preview requests containing field values that reference objects the user should not have access to
  • Authentication logs showing admin users accessing preview functionality for models outside their normal scope

Detection Strategies

  • Monitor Wagtail admin access logs for preview endpoint requests (/admin/pages/*/preview/, /admin/snippets/*/preview/) from users without corresponding edit permissions
  • Implement application-layer logging to capture the model types and user context for all preview operations
  • Deploy web application firewall rules to flag preview requests with suspicious or unexpected field patterns

Monitoring Recommendations

  • Enable detailed Django request logging for the Wagtail admin namespace
  • Configure alerting for preview endpoint access by users lacking model-specific permissions
  • Review audit logs periodically for patterns of preview abuse across different model types

How to Mitigate CVE-2026-25517

Immediate Actions Required

  • Upgrade Wagtail to patched versions: 6.3.6, 7.0.4, 7.1.3, 7.2.2, or 7.3 or later
  • Audit admin user accounts and restrict access to only those who require it
  • Review recent access logs for any suspicious preview endpoint activity

Patch Information

Wagtail has released patched versions that address this vulnerability by implementing proper permission checks on preview endpoints:

  • Version 6.3.6 for the 6.3.x branch
  • Version 7.0.4 for the 7.0.x branch
  • Version 7.1.3 for the 7.1.x branch
  • Version 7.2.2 for the 7.2.x branch
  • Version 7.3 and later

The fix ensures that users must have appropriate permissions (add or edit) for the target model before preview requests are processed. Multiple commits implement this security improvement:

  • Wagtail Commit Fix
  • Wagtail Commit Patch
  • Wagtail Commit Change

Workarounds

  • Restrict Wagtail admin access to only trusted users who require content management capabilities
  • Disable preview functionality for sensitive models by overriding the preview_modes attribute
  • Implement network-level access controls to limit admin interface access to trusted IP ranges
bash
# Upgrade Wagtail to a patched version
pip install --upgrade wagtail>=7.3

# Or for specific branch versions:
pip install wagtail==6.3.6
pip install wagtail==7.0.4
pip install wagtail==7.1.3
pip install wagtail==7.2.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 Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Wagtail Commit Update

  • Wagtail Commit Fix

  • Wagtail Commit Improvement

  • Wagtail Commit Patch

  • Wagtail Commit Change

  • GitHub Security Advisory GHSA-4qvv-g3vr-m348
  • Related CVEs
  • CVE-2026-28223: Wagtail CMS Stored XSS Vulnerability

  • CVE-2026-28222: Wagtail CMS TableBlock XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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