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

CVE-2026-40563: Apache Atlas RCE Vulnerability

CVE-2026-40563 is a remote code execution vulnerability in Apache Atlas allowing attackers to manipulate Gremlin traversal logic and access unintended data. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-40563 Overview

CVE-2026-40563 is a code injection vulnerability in Apache Atlas, the open-source metadata management and data governance platform. The flaw resides in the Domain Specific Language (DSL) search endpoint, which accepts user-supplied query strings and passes them into Gremlin graph traversal logic. An authenticated attacker can craft queries that manipulate traversal logic using grammar-allowed characters to access data outside their authorization scope. The issue is tracked under CWE-94: Improper Control of Generation of Code.

Critical Impact

Authenticated attackers can alter Gremlin traversal logic through the DSL search endpoint to access unintended data, compromising confidentiality and integrity of metadata managed by Apache Atlas.

Affected Products

  • Apache Atlas versions 0.8 through 2.4.0
  • Apache Atlas 2.0 and later are only affected when deployed with the non-default configuration atlas.dsl.executor.traversal=false
  • Apache Atlas versions prior to 2.0 are affected in default configurations

Discovery Timeline

  • 2026-05-04 - CVE-2026-40563 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-40563

Vulnerability Analysis

Apache Atlas exposes a DSL search endpoint that translates user-supplied query strings into Gremlin graph traversal operations against the underlying graph database. The endpoint fails to enforce sufficient boundaries between user-controlled query fragments and the traversal logic generated server-side. Attackers with valid credentials can submit query strings that, while remaining within the DSL grammar, alter the structure of the resulting Gremlin traversal. This allows the traversal to navigate to graph nodes and edges that the requesting user is not authorized to view. The vulnerability is network-reachable and requires only low-privilege authentication, making it accessible to any account with search capability.

Root Cause

The root cause is improper control of generated code, classified under CWE-94. Atlas constructs Gremlin traversals from DSL input without isolating user data from executable traversal grammar. Because the input is composed into the traversal rather than parameterized, characters permitted by the DSL grammar can change the meaning of the traversal itself. In Atlas 2.0 and later, the default executor mitigates this behavior, but environments that disable it via atlas.dsl.executor.traversal=false remain exposed.

Attack Vector

The attack vector is network-based and requires authenticated low-privilege access to the Atlas REST API. An attacker submits a crafted DSL query to the search endpoint that injects additional traversal steps. The modified Gremlin traversal returns metadata, lineage, classifications, or entity attributes outside the authenticated user's authorization scope. No user interaction is required beyond the attacker's own request. Exploitation does not require uploading files or modifying configuration. Because Atlas centralizes metadata across data lakes and Hadoop ecosystems, successful exploitation can expose information about sensitive datasets, schemas, and lineage relationships.

No public proof-of-concept code is currently available. See the Apache mailing list advisory and the Openwall OSS Security update for vendor details.

Detection Methods for CVE-2026-40563

Indicators of Compromise

  • Unusual DSL query strings submitted to the Atlas search endpoint containing unexpected traversal operators, brackets, or chained predicates beyond typical user query patterns.
  • Authenticated user accounts retrieving metadata for entities, classifications, or lineage outside their normal job function or business unit.
  • Spikes in DSL search request volume from a single account or session, particularly with iteratively varied query syntax suggesting query probing.

Detection Strategies

  • Enable verbose audit logging on the Apache Atlas REST API and capture full DSL query bodies submitted to /api/atlas/v2/search/dsl for offline review.
  • Baseline normal DSL query structures per user role, then alert on queries that deviate in length, operator usage, or returned entity counts.
  • Correlate Atlas access logs with downstream data platform access events to identify reconnaissance patterns followed by direct data access.

Monitoring Recommendations

  • Forward Atlas application logs and HTTP access logs to a centralized SIEM and retain them for incident reconstruction.
  • Monitor authentication telemetry for low-privilege accounts performing high-volume search activity that diverges from historical norms.
  • Track configuration drift on the atlas.dsl.executor.traversal setting to detect environments that disable the safer default executor.

How to Mitigate CVE-2026-40563

Immediate Actions Required

  • Upgrade Apache Atlas to version 2.5.0, which contains the official fix for CVE-2026-40563.
  • Audit the atlas-application.properties configuration and confirm atlas.dsl.executor.traversal is not set to false on Atlas 2.0 through 2.4.0 deployments.
  • Restrict network access to the Atlas REST API to trusted internal networks and authenticated service accounts only.
  • Review recent Atlas audit logs for anomalous DSL query activity by low-privilege accounts.

Patch Information

Apache has released Apache Atlas 2.5.0 to remediate this vulnerability. The fix is documented in the Apache Atlas mailing list advisory and the Openwall OSS Security disclosure. Operators of versions 0.8 through 2.4.0 should plan upgrades. There is no vendor-supplied backport for earlier branches.

Workarounds

  • For Atlas 2.0 through 2.4.0, ensure the default configuration is preserved by removing or commenting out atlas.dsl.executor.traversal=false so the safer default executor remains active.
  • Apply role-based access control to limit which users can invoke the DSL search endpoint, reducing the population of accounts able to exploit the issue.
  • Place a reverse proxy or web application firewall in front of Atlas to inspect and constrain DSL query payloads pending the upgrade to 2.5.0.
bash
# Verify the DSL executor configuration is at the safer default
grep -E '^atlas\.dsl\.executor\.traversal' /opt/atlas/conf/atlas-application.properties

# If the line returns 'false', remove or set it to the default
sed -i 's/^atlas\.dsl\.executor\.traversal=false/#&/' /opt/atlas/conf/atlas-application.properties

# Restart Atlas to apply the change
systemctl restart atlas

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Atlas

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-94
  • Technical References
  • Openwall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Thread
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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