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

CVE-2026-8606: GitHub Enterprise Server SSRF Vulnerability

CVE-2026-8606 is a Server-Side Request Forgery vulnerability in GitHub Enterprise Server allowing attackers to extract sensitive data through timing attacks. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-8606 Overview

CVE-2026-8606 is a Server-Side Request Forgery (SSRF) vulnerability in GitHub Enterprise Server (GHES). The flaw resides in the security advisories package lookup feature, which can be abused to force the server to issue arbitrary HTTP requests against internal services. By directing requests to an internal management service and measuring response timing, an attacker can infer values of sensitive environment variables, including signing secrets and private keys. Exploitation requires GitHub Packages to be enabled. On instances not running in private mode, the vulnerability is exploitable without authentication; otherwise, any authenticated user can exploit it. The issue is tracked under [CWE-918] and was reported via the GitHub Bug Bounty program.

Critical Impact

An unauthenticated or low-privileged attacker can extract signing secrets and private keys from internal services via timing-based SSRF inference.

Affected Products

  • GitHub Enterprise Server versions prior to 3.21.1
  • GitHub Enterprise Server 3.16.x, 3.17.x, 3.18.x, 3.19.x, 3.20.x release branches
  • Instances with GitHub Packages enabled (unauthenticated when not in private mode)

Discovery Timeline

  • 2026-05-27 - CVE-2026-8606 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-8606

Vulnerability Analysis

The vulnerability stems from improper validation of URLs processed by the security advisories package lookup feature in GHES. The feature accepts attacker-influenced input and dispatches HTTP requests on behalf of the server. Because outbound requests originate from the GHES host itself, they reach internal management endpoints that are not exposed externally.

Attackers cannot directly read the HTTP response bodies of these internal calls. Instead, they measure response timing differences to infer sensitive data character-by-character. This timing oracle exposes environment variables containing signing secrets and private keys, which can be used to forge tokens or compromise package integrity.

The issue is classified under [CWE-918] (Server-Side Request Forgery). The severity reflects high confidentiality impact on subsequent systems reached via the SSRF primitive, even though the vulnerable component itself only leaks limited data per request.

Root Cause

The package lookup handler does not enforce a strict allowlist for downstream request targets. Requests destined for the security advisories feature can be redirected to internal hostnames or loopback addresses. Combined with measurable timing variations in the internal management service, this produces a side-channel that leaks secret material.

Attack Vector

The attack is network-based and requires GitHub Packages to be enabled on the target GHES instance. On instances not configured in private mode, no authentication is required. On private-mode instances, any authenticated user can trigger exploitation. The attacker issues crafted lookup requests to the security advisories endpoint, encoding guesses for secret bytes into requests directed at the internal management service. Response latency reveals correct guesses, allowing iterative extraction of signing secrets and private keys.

No public proof-of-concept or in-the-wild exploitation has been reported. See the GitHub Enterprise 3.21.1 release notes for vendor details.

Detection Methods for CVE-2026-8606

Indicators of Compromise

  • High volumes of requests to the security advisories package lookup endpoint from a single source IP or user account
  • Outbound HTTP requests from GHES application processes to internal management service hostnames or loopback addresses
  • Repeated requests with small variations in package identifier parameters, consistent with byte-by-byte inference
  • Latency-sensitive request patterns showing consistent timing measurement attempts

Detection Strategies

  • Inspect GHES nginx and application logs for repetitive requests to security advisory and package lookup routes from the same client
  • Correlate inbound API requests with outbound internal HTTP calls originating from GHES service processes
  • Baseline normal package lookup volume per user and alert on statistical anomalies
  • Hunt for unauthenticated access to the affected endpoints on instances where GitHub Packages is enabled

Monitoring Recommendations

  • Forward GHES audit logs, web server logs, and host network telemetry to a centralized analytics platform
  • Enable network flow monitoring on the GHES management network segment to identify unexpected loopback or internal targets
  • Track environment variable and secret rotation events to confirm rapid response if exposure is suspected
  • Alert on access patterns matching SSRF timing-oracle behavior, such as identical requests with measured delays

How to Mitigate CVE-2026-8606

Immediate Actions Required

  • Upgrade GHES to a fixed version: 3.21.1, 3.20.3, 3.19.7, 3.18.10, 3.17.16, or 3.16.19
  • Rotate any signing secrets, private keys, and tokens stored in GHES environment variables that may have been exposed
  • If patching is not immediately possible, disable GitHub Packages on the instance to remove the exploitation prerequisite
  • Review web server and audit logs for prior abuse of the security advisories package lookup endpoint

Patch Information

GitHub fixed the vulnerability in GHES versions 3.21.1, 3.20.3, 3.19.7, 3.18.10, 3.17.16, and 3.16.19. Administrators should consult the relevant release notes: 3.16.19, 3.17.16, 3.18.10, 3.19.7, 3.20.3, and 3.21.1.

Workarounds

  • Disable GitHub Packages on the GHES instance until the upgrade is complete
  • Enforce private mode so that exploitation requires authentication, reducing the unauthenticated attack surface
  • Restrict network access to the GHES administrative interfaces using upstream firewall rules
  • Apply egress filtering to prevent GHES application processes from reaching unintended internal services
bash
# Configuration example: disable GitHub Packages via the GHES admin shell
ghe-config app.packages.enabled false
ghe-config-apply

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechGithub Enterprise

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Enterprise Release Notes 3.16.19

  • GitHub Enterprise Release Notes 3.17.16

  • GitHub Enterprise Release Notes 3.18.10

  • GitHub Enterprise Release Notes 3.19.7

  • GitHub Enterprise Release Notes 3.20.3

  • GitHub Enterprise Release Notes 3.21.1
  • Related CVEs
  • CVE-2026-3306: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2024-1372: GitHub Enterprise Server RCE Vulnerability
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