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
    • 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-28696

CVE-2026-28696: Craft CMS Information Disclosure Flaw

CVE-2026-28696 is an information disclosure vulnerability in Craft CMS that allows attackers to access sensitive element attributes via GraphQL. This article covers the technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2026-28696 Overview

CVE-2026-28696 is an authorization bypass vulnerability in Craft CMS, a popular content management system. The vulnerability exists in the GraphQL directive @parseRefs, which is designed to parse internal reference tags (e.g., {user:1:email}). Due to missing authorization checks in the Elements::parseRefs implementation, both authenticated users and unauthenticated guests (when a Public Schema is enabled) can exploit this flaw to access sensitive attributes of any element within the CMS.

This vulnerability allows attackers to read data they are not authorized to view, potentially exposing user email addresses, private content, and other sensitive information stored in the Craft CMS database.

Critical Impact

Unauthenticated attackers can extract sensitive data from any CMS element via GraphQL queries when Public Schema is enabled, leading to significant data exposure.

Affected Products

  • Craft CMS versions prior to 4.17.0-beta.1
  • Craft CMS versions prior to 5.9.0-beta.1
  • Craft CMS 4.x and 5.x release candidates and stable releases

Discovery Timeline

  • 2026-03-04 - CVE-2026-28696 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28696

Vulnerability Analysis

The vulnerability resides in Craft CMS's GraphQL implementation, specifically in how the @parseRefs directive processes internal reference tags. This directive is intended to resolve element references in a standardized format like {user:1:email} where the pattern represents {elementType:elementId:attribute}.

The core issue stems from CWE-639 (Authorization Bypass Through User-Controlled Key), where the Elements::parseRefs function fails to validate whether the requesting user has appropriate permissions to access the referenced element's attributes. When a Public Schema is enabled in Craft CMS, unauthenticated guests can send GraphQL queries that include these reference tags, effectively bypassing all access controls.

An attacker can iterate through element IDs and attribute names to systematically extract sensitive data from the CMS, including user credentials, email addresses, and private content fields.

Root Cause

The root cause is the absence of authorization checks within the Elements::parseRefs method. When processing reference tags via the @parseRefs GraphQL directive, the function directly resolves the requested element and attribute without verifying that the current user context has permission to access that data. This creates a direct object reference vulnerability that allows unauthorized data access.

Attack Vector

The attack is network-based and can be performed without any user interaction. If the Craft CMS instance has a Public Schema enabled for GraphQL queries, an unauthenticated attacker can craft malicious GraphQL queries containing the @parseRefs directive with reference tags targeting sensitive element attributes.

The attacker constructs GraphQL queries that include reference tags in the format {elementType:elementId:attribute}. For example, an attacker could use {user:1:email} to retrieve the email address of the first user in the system, or iterate through user IDs to extract a complete list of user email addresses. The vulnerability requires no authentication when Public Schema is enabled, making it highly exploitable in misconfigured environments.

Detection Methods for CVE-2026-28696

Indicators of Compromise

  • Unusual GraphQL query patterns containing @parseRefs directive with reference tag syntax
  • High volume of GraphQL requests from a single IP address targeting user or entry endpoints
  • Access logs showing sequential element ID enumeration patterns in GraphQL queries
  • Unexpected data access patterns for sensitive element attributes

Detection Strategies

  • Monitor GraphQL endpoint logs for queries containing @parseRefs directive usage
  • Implement rate limiting on GraphQL endpoints to detect enumeration attempts
  • Audit GraphQL query patterns for reference tag syntax ({type:id:attribute})
  • Review access logs for unauthenticated requests to the GraphQL API when Public Schema is enabled

Monitoring Recommendations

  • Enable detailed logging for all GraphQL queries in production environments
  • Set up alerts for anomalous GraphQL query volumes or patterns
  • Monitor for bulk data extraction attempts via the GraphQL API
  • Regularly audit Public Schema configurations and exposed fields

How to Mitigate CVE-2026-28696

Immediate Actions Required

  • Upgrade Craft CMS to version 4.17.0-beta.1 or 5.9.0-beta.1 or later immediately
  • If upgrading is not immediately possible, disable Public Schema for GraphQL until patched
  • Review and restrict GraphQL schema exposure to minimize attack surface
  • Audit logs for any potential exploitation attempts prior to patching

Patch Information

Craft CMS has released security patches that address this vulnerability. The fix is available in versions 4.17.0-beta.1 and 5.9.0-beta.1. The patch implements proper authorization checks within the Elements::parseRefs method to ensure that users can only access element attributes they are authorized to view.

For technical details on the fix, refer to the GitHub Commit and the GitHub Security Advisory.

Workarounds

  • Disable Public Schema for GraphQL API access until the patch can be applied
  • Implement Web Application Firewall (WAF) rules to block GraphQL queries containing @parseRefs directives
  • Restrict GraphQL endpoint access to authenticated users only via network-level controls
  • Remove sensitive fields from exposed GraphQL schemas as a temporary measure
bash
# Disable Public Schema in Craft CMS config/general.php
# Add or modify the following configuration:
'enableGql' => false,
# Or restrict to authenticated users only:
'enableGraphQlCaching' => false,
'allowPublicSchema' => false,

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCraft Cms

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/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-639
  • Vendor Resources
  • GitHub Commit Log

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33161: Craft CMS Information Disclosure Flaw

  • CVE-2026-33158: Craft CMS Information Disclosure Flaw

  • CVE-2026-27131: Craft CMS Sprig Information Disclosure Flaw

  • CVE-2026-32268: Craft CMS Azure Blob Storage Plugin Flaw
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