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

CVE-2026-5512: GitHub Enterprise Server Info Leak Flaw

CVE-2026-5512 is an information disclosure vulnerability in GitHub Enterprise Server that allows attackers to discover private repository names. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-5512 Overview

An improper authorization vulnerability was identified in GitHub Enterprise Server that allows an authenticated attacker to determine the names of private repositories by their numeric ID. The mobile upload policy API endpoint did not perform an early authorization check, and validation error messages included the full repository name for repositories the caller did not have access to. This information disclosure vulnerability enables attackers with valid authentication to enumerate private repository names across the organization, potentially exposing sensitive project information and organizational structure.

Critical Impact

Authenticated users can discover private repository names through numeric ID enumeration, potentially revealing confidential project codenames, internal tooling, and organizational structure to unauthorized parties.

Affected Products

  • GitHub Enterprise Server versions prior to 3.21
  • GitHub Enterprise Server versions 3.14.x prior to 3.14.26
  • GitHub Enterprise Server versions 3.15.x prior to 3.15.21
  • GitHub Enterprise Server versions 3.16.x prior to 3.16.17
  • GitHub Enterprise Server versions 3.17.x prior to 3.17.14
  • GitHub Enterprise Server versions 3.18.x prior to 3.18.8
  • GitHub Enterprise Server versions 3.19.x prior to 3.19.5
  • GitHub Enterprise Server versions 3.20.x prior to 3.20.1

Discovery Timeline

  • 2026-04-21 - CVE-2026-5512 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-5512

Vulnerability Analysis

This vulnerability (CWE-201: Insertion of Sensitive Information Into Sent Data) exists within the mobile upload policy API endpoint of GitHub Enterprise Server. The fundamental issue stems from improper authorization sequencing where the application validates input parameters before verifying the user's access rights to the requested resource. When validation fails, the error message includes the full repository name, inadvertently disclosing private repository information to unauthorized authenticated users.

The attack requires only low privileges (authenticated user status) and can be executed remotely over the network without any user interaction. While the confidentiality impact is limited to repository name disclosure rather than repository contents, this information leakage can facilitate further targeted attacks by revealing organizational structure and confidential project names.

Root Cause

The root cause is an improper authorization check sequence in the mobile upload policy API endpoint. The endpoint performs input validation before conducting authorization checks, creating a window where error messages generated during validation inadvertently include sensitive repository name information. This violates the security principle of "fail securely" where authorization should be verified before any processing that could leak information about the resource.

The authorization logic should have been implemented as an early check before any validation that references the target repository by name. Instead, the validation routine retrieved repository metadata (including the name) to validate the request, then included this metadata in error responses even when the caller lacked access permissions.

Attack Vector

The attack leverages the network-accessible mobile upload policy API endpoint. An authenticated attacker can systematically enumerate repository IDs by making requests to the vulnerable endpoint with incremental numeric identifiers. For each request targeting a repository the attacker lacks access to, the validation error response discloses the full repository name.

This enumeration attack can be automated to discover all private repository names across the GitHub Enterprise Server instance, requiring only standard authenticated API access. The attacker does not gain access to repository contents, but the disclosed names may reveal sensitive information about projects, clients, or internal initiatives.

Detection Methods for CVE-2026-5512

Indicators of Compromise

  • Unusual volume of requests to the mobile upload policy API endpoint from a single authenticated user
  • Sequential or patterned numeric repository ID values in API request parameters
  • High rate of validation error responses (4xx status codes) from the mobile upload policy endpoint
  • API access patterns showing rapid requests across many repository IDs the user does not have access to

Detection Strategies

  • Monitor API access logs for abnormal request patterns to the mobile upload policy endpoint
  • Implement rate limiting alerts for endpoints returning validation errors with repository metadata
  • Deploy anomaly detection to identify authenticated users accessing large numbers of repositories they lack permissions for
  • Review authentication logs for accounts exhibiting enumeration behavior patterns

Monitoring Recommendations

  • Enable verbose logging for the mobile upload policy API endpoint to capture request parameters
  • Configure alerting for unusual API error rate increases from individual user sessions
  • Implement baseline monitoring for normal mobile upload policy endpoint usage patterns
  • Integrate GitHub Enterprise Server audit logs with SIEM solutions for centralized monitoring

How to Mitigate CVE-2026-5512

Immediate Actions Required

  • Identify your current GitHub Enterprise Server version and verify if it is affected
  • Plan emergency maintenance window to apply security patches
  • Review API access logs for any signs of exploitation prior to patching
  • Consider temporarily restricting access to the mobile upload policy endpoint if exploitation evidence is found

Patch Information

GitHub has released security patches across multiple supported version branches. Organizations should upgrade to the appropriate fixed version based on their current deployment:

  • Version 3.20.x: Upgrade to 3.20.1 - GitHub Release Notes 3.20.1
  • Version 3.19.x: Upgrade to 3.19.5 - GitHub Release Notes 3.19.5
  • Version 3.18.x: Upgrade to 3.18.8 - GitHub Release Notes 3.18.8
  • Version 3.17.x: Upgrade to 3.17.14 - GitHub Release Notes 3.17.14
  • Version 3.16.x: Upgrade to 3.16.17 - GitHub Release Notes 3.16.17
  • Version 3.15.x: Upgrade to 3.15.21 - GitHub Release Notes 3.15.21
  • Version 3.14.x: Upgrade to 3.14.26 - GitHub Release Notes 3.14.26

This vulnerability was reported via the GitHub Bug Bounty program, indicating responsible disclosure practices were followed prior to patch availability.

Workarounds

  • Implement network-level access controls to restrict API endpoint access to trusted IP ranges
  • Deploy a web application firewall (WAF) with rules to rate-limit and monitor mobile upload policy API requests
  • Enable enhanced audit logging to detect enumeration attempts while awaiting patch deployment
  • Review and restrict authenticated user accounts to minimize potential attack surface
bash
# Example: Check current GitHub Enterprise Server version
ghe-version

# Example: Apply security update (backup first)
ghe-upgrade -y /path/to/github-enterprise-3.20.1.pkg

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGithub Enterprise Server

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:L/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-201
  • Technical References
  • GitHub Release Notes 3.14.26

  • GitHub Release Notes 3.15.21

  • GitHub Release Notes 3.16.17

  • GitHub Release Notes 3.17.14

  • GitHub Release Notes 3.18.8

  • GitHub Release Notes 3.19.5

  • GitHub Release Notes 3.20.1
  • Related CVEs
  • CVE-2026-4821: GitHub Enterprise Server RCE Vulnerability

  • CVE-2026-4296: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2026-3307: GitHub Enterprise Server Auth Bypass Flaw

  • CVE-2026-5921: GitHub Enterprise Server SSRF 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