Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-0200

CVE-2024-0200: GitHub Enterprise Server RCE Vulnerability

CVE-2024-0200 is a remote code execution flaw in GitHub Enterprise Server caused by unsafe reflection. Attackers with organization owner access can execute arbitrary code. This article covers technical details, affected versions, and patches.

Published: April 15, 2026

CVE-2024-0200 Overview

An unsafe reflection vulnerability was identified in GitHub Enterprise Server that could lead to reflection injection. This vulnerability could lead to the execution of user-controlled methods and remote code execution. To exploit this bug, an actor would need to be logged into an account on the GHES instance with the organization owner role. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.12 and was fixed in versions 3.8.13, 3.9.8, 3.10.5, and 3.11.3. This vulnerability was reported via the GitHub Bug Bounty program.

Critical Impact

This unsafe reflection vulnerability enables authenticated attackers with organization owner privileges to execute arbitrary code on GitHub Enterprise Server instances, potentially leading to complete system compromise and unauthorized access to all hosted repositories and sensitive data.

Affected Products

  • GitHub Enterprise Server versions prior to 3.8.13
  • GitHub Enterprise Server versions prior to 3.9.8
  • GitHub Enterprise Server versions prior to 3.10.5
  • GitHub Enterprise Server versions prior to 3.11.3

Discovery Timeline

  • 2024-01-16 - CVE-2024-0200 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0200

Vulnerability Analysis

The unsafe reflection vulnerability (CWE-470) in GitHub Enterprise Server allows attackers to manipulate the reflection mechanism to invoke arbitrary methods. Reflection injection occurs when an application uses untrusted input to dynamically resolve class names, method names, or other reflection-related parameters without proper validation. In this case, an authenticated attacker with organization owner privileges can craft malicious input that is processed by the reflection mechanism, allowing them to invoke methods that were not intended to be accessible through normal application flow.

The vulnerability requires the attacker to hold organization owner role privileges within the GHES instance, which somewhat limits the attack surface. However, organizations often have multiple owners, and compromised credentials of any organization owner could be leveraged to exploit this vulnerability. Once exploited, the attacker gains the ability to execute arbitrary code on the server, potentially compromising the entire GitHub Enterprise Server installation along with all hosted repositories and secrets.

Root Cause

The root cause of CVE-2024-0200 is improper validation of user-supplied input that is used in reflection operations. When the application dynamically resolves and invokes methods based on user-controllable data, it fails to adequately restrict which methods can be called. This allows an attacker to specify arbitrary class and method names, bypassing intended access controls and executing sensitive operations that should not be reachable through the normal application interface.

Attack Vector

The attack vector for this vulnerability is network-based and requires authenticated access with organization owner privileges. An attacker must first obtain valid credentials for an account with the organization owner role on the target GHES instance. Once authenticated, the attacker can craft specially formatted requests that inject malicious reflection parameters, causing the server to invoke arbitrary methods. This can ultimately lead to remote code execution, allowing the attacker to execute system commands, access sensitive data, or establish persistence on the compromised server.

The exploitation process involves identifying endpoints that utilize reflection and then manipulating the input parameters to control the reflected method invocation. While specific technical details have not been publicly disclosed, the general attack pattern involves supplying class and method names that the application will resolve and execute, enabling the attacker to call sensitive internal functions or system-level operations.

Detection Methods for CVE-2024-0200

Indicators of Compromise

  • Unusual API requests from organization owner accounts targeting reflection-related endpoints
  • Unexpected method invocations or system calls originating from the GHES application process
  • Anomalous network connections or process spawns initiated by the GHES server
  • Evidence of unauthorized repository access or data exfiltration from the GHES instance

Detection Strategies

  • Monitor authentication logs for suspicious organization owner account activity, particularly from unusual IP addresses or during off-hours
  • Implement application-level logging to capture reflection operations and flag unexpected method invocations
  • Deploy behavioral analysis to detect anomalous patterns in GHES application behavior
  • Utilize endpoint detection and response (EDR) solutions to identify post-exploitation activities

Monitoring Recommendations

  • Enable comprehensive audit logging on the GitHub Enterprise Server instance
  • Configure alerting for privileged account actions, especially those involving administrative or owner-level operations
  • Review GHES application logs regularly for signs of injection attempts or unusual error patterns
  • Implement network monitoring to detect unexpected outbound connections from the GHES server

How to Mitigate CVE-2024-0200

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version (3.8.13, 3.9.8, 3.10.5, 3.11.3, or later) immediately
  • Audit organization owner accounts to ensure all are legitimate and review recent activity
  • Rotate credentials for any accounts with organization owner privileges as a precautionary measure
  • Review GHES logs for any signs of exploitation prior to patching

Patch Information

GitHub has released security patches addressing this vulnerability in multiple supported versions. Organizations should update to the following versions or later:

  • GitHub Enterprise Server 3.8.13
  • GitHub Enterprise Server 3.9.8
  • GitHub Enterprise Server 3.10.5
  • GitHub Enterprise Server 3.11.3

Organizations running versions prior to 3.12 should prioritize this update given the critical severity and potential for remote code execution.

Workarounds

  • Restrict network access to the GHES instance to trusted IP ranges only until patching is complete
  • Implement additional authentication controls such as multi-factor authentication for organization owner accounts
  • Temporarily reduce the number of organization owner accounts to minimize the attack surface
  • Consider placing the GHES instance behind a web application firewall (WAF) with rules to detect reflection injection attempts
bash
# Verify your current GitHub Enterprise Server version
ghe-version

# Upgrade to a patched version (example for 3.11.3)
# Follow GitHub's official upgrade documentation for your environment
ghe-upgrade -y GitHub-Enterprise-3.11.3.pkg

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGithub Enterprise Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability70.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-470
  • Technical References
  • GitHub Enterprise Release Notes 3.10.5

  • GitHub Enterprise Release Notes 3.11.3

  • GitHub Enterprise Release Notes 3.8.13

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

  • CVE-2026-3854: GitHub Enterprise Server RCE Vulnerability

  • CVE-2025-3509: GitHub Enterprise Server RCE Vulnerability

  • CVE-2026-4296: GitHub Enterprise Server Auth Bypass Flaw
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