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

CVE-2026-29023: Keygraph Shannon Auth Bypass Vulnerability

CVE-2026-29023 is an authentication bypass vulnerability in Keygraph Shannon caused by a hard-coded API key. Attackers can proxy requests using victim credentials, leading to unauthorized API usage and data exposure.

Published: March 13, 2026

CVE-2026-29023 Overview

CVE-2026-29023 is a hardcoded credentials vulnerability affecting Keygraph Shannon, an API routing component. The vulnerability exists because the router configuration contains a hard-coded API key that, when the router component is enabled and exposed to the network, allows unauthenticated attackers to authenticate using the publicly known static key.

An attacker who can reach the router port can proxy requests through the Shannon instance using the victim's configured upstream provider API credentials. This results in unauthorized API usage and potential disclosure of proxied request and response data, essentially allowing attackers to piggyback on legitimate API integrations.

Critical Impact

Attackers can abuse victim API credentials to make unauthorized requests through exposed Shannon router instances, leading to potential API quota exhaustion, unauthorized data access, and exposure of sensitive proxied traffic.

Affected Products

  • Keygraph Shannon (versions prior to commit 023cc95)

Discovery Timeline

  • 2026-03-09 - CVE CVE-2026-29023 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29023

Vulnerability Analysis

This vulnerability falls under CWE-798 (Use of Hard-coded Credentials), a common security weakness where developers embed static authentication credentials directly in source code or configuration files. In the case of Keygraph Shannon, the router component ships with a default API key that remains unchanged across installations.

The fundamental security issue is that any attacker who discovers this hard-coded key—whether through source code review, reverse engineering, or public disclosure—can authenticate to any exposed Shannon router instance. Since the key is static and identical across all installations, compromise of one instance effectively compromises all instances using the default configuration.

The network-accessible nature of the router component means that any Shannon instance with the router enabled and reachable over the network is potentially vulnerable. The attacker does not require any prior access or special privileges to exploit this vulnerability.

Root Cause

The root cause is the inclusion of a static, hard-coded API key in the Shannon router configuration. This key was likely intended for development or testing purposes but was shipped in production code without requiring administrators to generate unique credentials during deployment. This design flaw violates the security principle of unique, per-instance credentials and allows attackers to leverage publicly available information to gain unauthorized access.

Attack Vector

The attack vector is network-based and requires no user interaction. An attacker must be able to reach the Shannon router port over the network. The attack flow involves:

  1. The attacker identifies a Shannon instance with the router component enabled and exposed
  2. The attacker uses the publicly known hard-coded API key to authenticate to the router
  3. Once authenticated, the attacker can proxy requests through the Shannon instance
  4. These proxied requests use the victim's configured upstream API credentials, allowing unauthorized API access and potential data exfiltration

The vulnerability allows both unauthorized usage of the victim's API quotas and potential interception of request/response data flowing through the proxy.

Detection Methods for CVE-2026-29023

Indicators of Compromise

  • Unexpected authentication attempts to the Shannon router port using the default API key
  • Unusual volume of API requests being proxied through Shannon instances
  • Requests originating from unexpected source IP addresses being routed through the Shannon proxy
  • Log entries showing successful authentications from unknown or suspicious network locations

Detection Strategies

  • Monitor Shannon router logs for authentication events, particularly those using the default hard-coded key
  • Implement network intrusion detection rules to alert on connections to Shannon router ports from untrusted networks
  • Audit deployed Shannon instances to identify which are running vulnerable configurations
  • Review API usage metrics for upstream providers to detect anomalous consumption patterns

Monitoring Recommendations

  • Enable detailed logging for Shannon router authentication events
  • Configure alerts for any successful authentication using the default API key
  • Monitor network traffic to Shannon router ports for unusual patterns or source IPs
  • Implement rate limiting on the router component to detect and mitigate abuse attempts

How to Mitigate CVE-2026-29023

Immediate Actions Required

  • Update Keygraph Shannon to a version containing commit 023cc95 or later
  • If unable to update immediately, disable the router component until patching is possible
  • Restrict network access to the Shannon router port using firewall rules
  • Rotate any API credentials that may have been exposed through compromised Shannon instances

Patch Information

The vulnerability has been addressed in commit 023cc95, which modifies the router authentication mechanism to require unique, user-configured credentials rather than relying on the hard-coded default key. Organizations should update to a version of Shannon that includes this commit.

For detailed information about the fix, refer to the GitHub Pull Request #224 and the specific commit changes. Additional context is available in the GitHub Issue #186 and the VulnCheck Security Advisory.

Workarounds

  • Disable the Shannon router component entirely if it is not required for operations
  • Implement network segmentation to ensure the router port is not accessible from untrusted networks
  • Deploy a reverse proxy or firewall in front of Shannon to add an additional authentication layer
  • Monitor for and block connections attempting to use the known default API key

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKeygraph

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-798
  • Technical References
  • GitHub Issue #186

  • GitHub Pull Request #224

  • GitHub Pull Request Changes

  • VulnCheck Security Advisory
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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