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

CVE-2026-0573: GitHub Enterprise Server Auth Bypass Flaw

CVE-2026-0573 is an authentication bypass vulnerability in GitHub Enterprise Server that allows attackers to leak sensitive JWT tokens via URL redirects. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-0573 Overview

A URL redirection vulnerability (CWE-601) has been identified in GitHub Enterprise Server that allows attacker-controlled redirects to leak sensitive authorization tokens. The repository_pages API insecurely follows HTTP redirects when fetching artifact URLs, preserving the authorization header containing a privileged JWT. An authenticated user could redirect these requests to an attacker-controlled domain, exfiltrate the Actions.ManageOrgs JWT, and leverage it for potential remote code execution.

This vulnerability was reported via the GitHub Bug Bounty program and affects all versions of GitHub Enterprise Server prior to 3.19.

Critical Impact

Successful exploitation allows authenticated attackers to steal privileged JWT tokens, potentially enabling remote code execution on GitHub Enterprise Server instances.

Affected Products

  • GitHub Enterprise Server versions prior to 3.19
  • GitHub Enterprise Server versions prior to 3.18.4
  • GitHub Enterprise Server versions prior to 3.17.10
  • GitHub Enterprise Server versions prior to 3.16.13
  • GitHub Enterprise Server versions prior to 3.15.17
  • GitHub Enterprise Server versions prior to 3.14.22

Discovery Timeline

  • 2026-02-18 - CVE-2026-0573 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-0573

Vulnerability Analysis

The vulnerability resides in the repository_pages API endpoint within GitHub Enterprise Server. When this API fetches artifact URLs, it follows HTTP redirects without properly sanitizing the destination or stripping sensitive headers. The authorization header, which contains a privileged Actions.ManageOrgs JWT, is preserved and sent along with redirected requests to external domains.

This open redirect behavior allows an authenticated attacker who can manipulate the redirect destination to receive the JWT token on their controlled server. The Actions.ManageOrgs JWT carries elevated privileges within the GitHub Enterprise Server environment, making token exfiltration particularly dangerous as it can be leveraged for further attacks including potential remote code execution.

Root Cause

The root cause is improper URL validation in the repository_pages API's HTTP redirect handling logic. The API fails to implement safe redirect policies that would either:

  1. Restrict redirects to trusted domains only
  2. Strip sensitive authorization headers when following redirects to external domains
  3. Validate redirect destinations against an allowlist

This is classified as CWE-601 (URL Redirection to Untrusted Site), commonly known as an "Open Redirect" vulnerability. The combination of insecure redirect following with authorization header preservation creates a token leakage vector.

Attack Vector

Exploitation requires the attacker to have authenticated access to the target GitHub Enterprise Server instance. The attack flow involves:

  1. The attacker identifies or creates a scenario where the repository_pages API will fetch an artifact URL
  2. The attacker manipulates the artifact URL to redirect to an attacker-controlled domain via a legacy redirect mechanism
  3. When the API follows the redirect, it preserves the Authorization header containing the privileged JWT
  4. The attacker's server captures the JWT token from the incoming request
  5. The attacker uses the stolen Actions.ManageOrgs JWT to perform privileged operations, potentially achieving remote code execution

The vulnerability exploits a legacy redirect functionality, meaning older redirect patterns or specific URL constructs may be required to trigger the insecure behavior.

Detection Methods for CVE-2026-0573

Indicators of Compromise

  • Unexpected outbound HTTP requests from the GitHub Enterprise Server to external domains containing authorization headers
  • Anomalous access patterns using Actions.ManageOrgs JWT from unusual source IPs or at unusual times
  • Web server logs showing redirects from internal repository_pages API calls to external domains
  • Authentication logs indicating JWT token usage from geographic locations inconsistent with legitimate users

Detection Strategies

  • Monitor outbound network traffic from GitHub Enterprise Server for requests to unexpected external domains, particularly those carrying authorization headers
  • Implement web application firewall rules to detect and alert on open redirect patterns in API requests
  • Review GitHub Enterprise Server audit logs for suspicious activity related to the repository_pages API endpoint
  • Configure network intrusion detection systems to identify HTTP requests with JWT tokens directed to non-GitHub domains

Monitoring Recommendations

  • Enable verbose logging for the repository_pages API and related artifact fetching operations
  • Set up alerting for any outbound connections from the GitHub Enterprise Server that include JWT or Bearer tokens to external domains
  • Monitor for unusual privilege escalation or organization management activities that could indicate stolen JWT token abuse
  • Implement egress filtering to restrict which external domains the GitHub Enterprise Server can communicate with

How to Mitigate CVE-2026-0573

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version immediately: 3.19.2, 3.18.4, 3.17.10, 3.16.13, 3.15.17, or 3.14.22
  • Review audit logs for any suspicious repository_pages API activity prior to patching
  • Rotate any potentially compromised JWT tokens or credentials if exploitation is suspected
  • Implement network egress controls to limit outbound connections from the GitHub Enterprise Server

Patch Information

GitHub has released security patches addressing this vulnerability in multiple supported versions. Organizations should upgrade to the following fixed versions based on their current deployment:

  • Version 3.19.x: Upgrade to 3.19.2
  • Version 3.18.x: Upgrade to 3.18.4
  • Version 3.17.x: Upgrade to 3.17.10
  • Version 3.16.x: Upgrade to 3.16.13
  • Version 3.15.x: Upgrade to 3.15.17
  • Version 3.14.x: Upgrade to 3.14.22

Workarounds

  • Implement strict network egress filtering to prevent the GitHub Enterprise Server from making outbound requests to untrusted external domains
  • Deploy a reverse proxy or web application firewall in front of the GitHub Enterprise Server to inspect and block suspicious redirect patterns
  • Limit authenticated user access to only trusted personnel until patching can be completed
  • Monitor and audit all repository_pages API usage for anomalous behavior
bash
# Example: Implement egress filtering using iptables to restrict outbound connections
# Allow connections only to trusted GitHub/internal domains
iptables -A OUTPUT -p tcp --dport 443 -d github.com -j ACCEPT
iptables -A OUTPUT -p tcp --dport 443 -d api.github.com -j ACCEPT
iptables -A OUTPUT -p tcp --dport 443 -d your-internal-domain.com -j ACCEPT
# Log and drop other outbound HTTPS connections from the server
iptables -A OUTPUT -p tcp --dport 443 -j LOG --log-prefix "GHES-Egress-Blocked: "
iptables -A OUTPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGithub

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/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-601
  • Technical References
  • GitHub Release Notes 3.14.22

  • GitHub Release Notes 3.15.17

  • GitHub Release Notes 3.16.13

  • GitHub Release Notes 3.17.10

  • GitHub Release Notes 3.18.4

  • GitHub Release Notes 3.19.2
  • Related CVEs
  • CVE-2025-23369: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2024-7711: GitHub Enterprise Server Auth Bypass Issue

  • CVE-2026-23654: zero-shot-scfoundation RCE Vulnerability

  • CVE-2023-36867: GitHub Pull Requests RCE Vulnerability
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