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-2026-3307

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

CVE-2026-3307 is an authorization bypass vulnerability in GitHub Enterprise Server that lets attackers modify secret scanning settings across repositories. This article covers the technical details, affected versions, and patches.

Published: April 23, 2026

CVE-2026-3307 Overview

An authorization bypass vulnerability was identified in GitHub Enterprise Server that allows an attacker with admin access on one repository to modify the secret scanning push protection delegated bypass reviewer list on another repository. The vulnerability stems from improper authorization verification where the system validates permissions against the repository specified in the URL, but applies actions to a different repository specified via the owner_id parameter in the request body.

Critical Impact

Attackers with repository admin privileges can manipulate secret scanning bypass reviewer configurations across repositories they don't have permission to modify, potentially weakening security controls on sensitive repositories.

Affected Products

  • GitHub Enterprise Server versions prior to 3.21
  • GitHub Enterprise Server 3.14.x (prior to 3.14.25)
  • GitHub Enterprise Server 3.15.x (prior to 3.15.20)
  • GitHub Enterprise Server 3.16.x (prior to 3.16.16)
  • GitHub Enterprise Server 3.17.x (prior to 3.17.13)
  • GitHub Enterprise Server 3.18.x (prior to 3.18.7)
  • GitHub Enterprise Server 3.19.x (prior to 3.19.4)
  • GitHub Enterprise Server 3.20.x (prior to 3.20.1)

Discovery Timeline

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

Technical Details for CVE-2026-3307

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key. The flaw occurs in the API endpoint responsible for managing secret scanning push protection delegated bypass reviewers. When processing requests, the authorization check validates the user's admin privileges against the repository ID contained in the URL path. However, the actual modification operation uses the owner_id parameter from the request body, creating a mismatch between the authorized and affected resources.

The network-accessible attack vector requires low privileges (repository admin access on at least one repository) and no user interaction. While the impact on integrity is limited—attackers can only assign existing trusted users as bypass reviewers rather than adding arbitrary external users—this still represents a significant security boundary violation that could be leveraged to weaken secret scanning protections on critical repositories.

Root Cause

The root cause is an Insecure Direct Object Reference (IDOR) vulnerability where the application fails to verify that the owner_id parameter in the request body corresponds to the same repository that was authorized in the URL path. This disconnect between authorization verification and action execution creates a classic authorization bypass scenario where an attacker can manipulate request parameters to affect resources outside their authorized scope.

Attack Vector

The attack is network-based and requires an authenticated user with admin privileges on at least one repository within the GitHub Enterprise Server instance. The attacker crafts a malicious API request targeting a repository they have admin access to, but includes a different repository's identifier in the owner_id parameter of the request body. Since authorization only checks the URL-specified repository, the attacker can modify the bypass reviewer list of the target repository without proper authorization.

The vulnerability allows an attacker to assign existing trusted users as bypass reviewers on repositories they don't administer. This could be exploited to either add bypass reviewers (potentially allowing unauthorized users to bypass secret scanning) or to manipulate the security workflow of critical repositories.

Detection Methods for CVE-2026-3307

Indicators of Compromise

  • Audit log entries showing modifications to secret scanning bypass reviewer lists where the acting user is not an admin of the affected repository
  • API requests to secret scanning configuration endpoints where the URL repository ID differs from the owner_id in the request body
  • Unexpected changes to bypass reviewer configurations across multiple repositories from a single user account

Detection Strategies

  • Implement monitoring for GitHub Enterprise Server audit logs specifically tracking changes to secret scanning push protection settings
  • Create alerts for API requests where discrepancies exist between URL path parameters and request body identifiers
  • Review repository security configurations periodically to identify unauthorized changes to bypass reviewer lists

Monitoring Recommendations

  • Enable verbose API logging on GitHub Enterprise Server to capture full request bodies for security-sensitive endpoints
  • Deploy network-level monitoring to inspect API traffic for parameter manipulation patterns
  • Establish baseline configurations for bypass reviewer settings and alert on deviations

How to Mitigate CVE-2026-3307

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version immediately: 3.14.25, 3.15.20, 3.16.16, 3.17.13, 3.18.7, 3.19.4, or 3.20.1
  • Audit existing bypass reviewer configurations across all repositories to identify any unauthorized modifications
  • Review audit logs for suspicious API activity targeting secret scanning configuration endpoints
  • Temporarily restrict API access to secret scanning configuration endpoints if unable to patch immediately

Patch Information

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

  • Version 3.14.x: Upgrade to 3.14.25
  • Version 3.15.x: Upgrade to 3.15.20
  • Version 3.16.x: Upgrade to 3.16.16
  • Version 3.17.x: Upgrade to 3.17.13
  • Version 3.18.x: Upgrade to 3.18.7
  • Version 3.19.x: Upgrade to 3.19.4
  • Version 3.20.x: Upgrade to 3.20.1

This vulnerability was reported via the GitHub Bug Bounty program.

Workarounds

  • Restrict repository admin privileges to only essential personnel until patching is complete
  • Implement network-level access controls to limit API endpoint access to trusted IP ranges
  • Enable enhanced audit logging and actively monitor for parameter manipulation attempts
  • Consider temporarily disabling API access to secret scanning configuration endpoints if the feature is not actively used
bash
# Verify your GitHub Enterprise Server version
ghe-version

# Check current bypass reviewer configurations across repositories
ghe-config --get app.github.secret-scanning-bypass-reviewers

# Review audit logs for secret scanning configuration changes
ghe-support-bundle -c security -o /tmp/security-audit

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 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:N/VI:L/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-639
  • Technical References
  • GitHub Release Notes 3.14.25

  • GitHub Release Notes 3.15.20

  • GitHub Release Notes 3.16.16

  • GitHub Release Notes 3.17.13

  • GitHub Release Notes 3.18.7

  • GitHub Release Notes 3.19.4

  • GitHub Release Notes 3.20.1
  • Related CVEs
  • CVE-2026-4296: GitHub Enterprise Server Auth Bypass Flaw

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

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

  • CVE-2026-1355: 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