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

CVE-2026-44010: Craft CMS Information Disclosure Flaw

CVE-2026-44010 is an information disclosure vulnerability in Craft CMS that allows low-privilege GraphQL API tokens to access all user addresses, exposing sensitive PII. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-44010 Overview

CVE-2026-44010 is a missing authorization vulnerability [CWE-862] in Craft CMS, an open-source content management system. The GraphQL Address element resolver located at src/gql/resolvers/elements/Address.php performs no schema scope filtering on top-level queries. A GraphQL API token scoped to a single low-privilege user group can read every address record in the system. This includes addresses belonging to users in groups the token has no authorization to access. The exposed data includes personally identifiable information (PII) such as full names, postal addresses, organizations, and tax identification numbers. The flaw affects Craft CMS versions 4.0.0 through 4.17.11 and 5.x prior to 5.9.18.

Critical Impact

Any authenticated GraphQL token, regardless of its scoped user group, can enumerate all address records across the Craft CMS instance, exposing PII for every user.

Affected Products

  • Craft CMS versions 4.0.0 through 4.17.11
  • Craft CMS 5.x versions prior to 5.9.18
  • Deployments exposing the GraphQL API with multi-group user address data

Discovery Timeline

  • 2026-05-12 - CVE-2026-44010 published to NVD
  • 2026-05-13 - Last updated in NVD database
  • Fixed versions - Craft CMS 4.17.12 and 5.9.18 released with the security patch

Technical Details for CVE-2026-44010

Vulnerability Analysis

The vulnerability resides in the GraphQL Address element resolver at src/gql/resolvers/elements/Address.php. Craft CMS supports scoping GraphQL API tokens to specific schemas and user groups. Most element resolvers enforce that scope when building top-level queries. The Address resolver omits this enforcement step. Top-level queries for Address elements therefore return results across all user groups. The vulnerability is classified as Missing Authorization [CWE-862] and is exploitable over the network by an attacker holding any valid GraphQL token.

Root Cause

The Address resolver does not apply schema-aware filtering before executing the underlying AddressQuery. Other element types restrict results based on the token's allowed schema scopes, but Address records skip that check entirely. As a result, the database query returns every address regardless of which user owns it or which group that user belongs to.

Attack Vector

An attacker who obtains a low-privilege GraphQL API token issues a top-level addresses query through the Craft CMS GraphQL endpoint. The resolver returns all address records in the instance. The attacker harvests names, street addresses, organizations, and tax IDs for every user with an associated address. No additional privileges, user interaction, or chained vulnerabilities are required.

php
 namespace craft\gql\resolvers\elements;
 
+use Craft;
+use craft\db\Query;
+use craft\db\Table;
 use craft\elements\Address as AddressElement;
 use craft\elements\db\AddressQuery;
 use craft\elements\db\ElementQuery;
+use craft\elements\ElementCollection;
 use craft\gql\base\ElementResolver;
 use craft\helpers\Gql as GqlHelper;
 use Illuminate\Support\Collection;

Source: Craft CMS commit 834b2cf. The patch adds imports for Craft, Query, Table, and ElementCollection so that the resolver can apply schema scope filtering against the underlying address records before returning results.

Detection Methods for CVE-2026-44010

Indicators of Compromise

  • GraphQL requests containing top-level addresses queries from tokens scoped to a single low-privilege user group
  • Unusually large result sets returned from the Craft CMS GraphQL endpoint for address-related fields
  • Access log entries showing repeated POST requests to /api or the configured GraphQL endpoint from a single API token

Detection Strategies

  • Review Craft CMS web server logs for GraphQL queries referencing addresses, addressCount, or addressConnection root fields
  • Audit issued GraphQL tokens and correlate their scoped schemas with the address fields they have queried
  • Compare returned address counts against the number of users in a token's authorized groups to detect over-disclosure

Monitoring Recommendations

  • Enable verbose GraphQL request logging in Craft CMS to capture query bodies and token identifiers
  • Forward web access logs and Craft CMS application logs to a centralized log analytics platform for retention and search
  • Alert on any GraphQL query that requests address fields combined with PII attributes such as fullName, organizationTaxId, or addressLine1

How to Mitigate CVE-2026-44010

Immediate Actions Required

  • Upgrade Craft CMS to version 4.17.12 or 5.9.18 as soon as possible
  • Rotate all existing GraphQL API tokens after upgrading to invalidate any tokens that may have been used for unauthorized access
  • Audit user address data and notify affected users if exposure is confirmed under applicable data protection regulations

Patch Information

The maintainers fixed the vulnerability in Craft CMS 4.17.12 and 5.9.18. The fix is published in commit 834b2cf61ad0dcee9b03add44ed402ebf18db128 and detailed in GitHub Security Advisory GHSA-gj2p-p9m4-c8gw. The patch updates src/gql/resolvers/elements/Address.php to apply schema scope filtering before executing the address query.

Workarounds

  • Disable the GraphQL API entirely until the upgrade is applied if address data is in scope
  • Restrict network access to the Craft CMS GraphQL endpoint to trusted internal clients via firewall or reverse proxy rules
  • Revoke any public or third-party GraphQL tokens that have access to user-related schemas
bash
# Upgrade Craft CMS via Composer to a patched release
composer require craftcms/cms:^5.9.18 --update-with-dependencies
# Or for the 4.x branch
composer require craftcms/cms:^4.17.12 --update-with-dependencies

# Apply pending migrations after upgrade
php craft up

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 Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-862
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-gj2p-p9m4-c8gw
  • Related CVEs
  • CVE-2026-44012: Craft CMS Information Disclosure Flaw

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