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

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

CVE-2026-3306 is an authorization bypass flaw in GitHub Enterprise Server allowing users to modify issue and pull request metadata without proper permissions. This article covers technical details, affected versions, and fixes.

Published: March 13, 2026

CVE-2026-3306 Overview

An improper authorization vulnerability was identified in GitHub Enterprise Server that allows users with read access to a repository and write access to a project to modify issue and pull request metadata through the project interface without proper permission verification. When adding an item to a project that already existed, column value updates were applied without verifying the actor's repository write permissions, enabling unauthorized modification of repository metadata.

Critical Impact

Attackers with limited repository access can bypass authorization controls to modify issue and pull request metadata, potentially disrupting project workflows, altering issue tracking data, and compromising the integrity of development processes.

Affected Products

  • GitHub Enterprise Server versions prior to 3.14.24
  • GitHub Enterprise Server versions prior to 3.15.19
  • GitHub Enterprise Server versions prior to 3.16.15
  • GitHub Enterprise Server versions prior to 3.17.12
  • GitHub Enterprise Server versions prior to 3.18.6
  • GitHub Enterprise Server versions prior to 3.19.3

Discovery Timeline

  • 2026-03-10 - CVE-2026-3306 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-3306

Vulnerability Analysis

This vulnerability represents an authorization bypass flaw (CWE-639: Authorization Bypass Through User-Controlled Key) in GitHub Enterprise Server's project management functionality. The core issue lies in the insufficient permission validation when users interact with project items that reference existing repository issues or pull requests.

When a user with read-only access to a repository but write access to an associated project attempts to add or manipulate items, the system fails to properly verify that the user has the necessary write permissions on the underlying repository before allowing metadata modifications. This creates a privilege escalation scenario where users can perform unauthorized write operations on repository data through the project interface.

The vulnerability is network-accessible and requires low privileges (read access to the repository plus write access to a project), making it exploitable by authenticated users with limited permissions. The impact is primarily on data integrity, as attackers can manipulate issue and pull request metadata including labels, milestones, assignees, and custom field values.

Root Cause

The root cause of CVE-2026-3306 is improper authorization checking in the code path that handles project item updates. When an item is added to a project that already exists in the system, the authorization logic only validates the user's project-level permissions without confirming that the user has write access to the associated repository. This oversight allows the column value updates to be applied without the required repository write permissions, effectively bypassing the intended access control model.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an authenticated attacker with:

  1. Read access to the target repository
  2. Write access to a project that references items from that repository

The attacker can exploit this vulnerability by adding existing issues or pull requests to a project they have write access to, then modifying the column values associated with those items. The system processes these modifications without verifying repository-level write permissions, allowing unauthorized changes to issue and pull request metadata.

The vulnerability mechanism involves manipulating the project interface to update repository item metadata. When a project item referencing an existing issue or pull request is modified, the system fails to re-validate the actor's write permissions on the source repository, allowing the unauthorized changes to persist. For detailed technical information, refer to the GitHub Enterprise Server Release Notes.

Detection Methods for CVE-2026-3306

Indicators of Compromise

  • Unexpected modifications to issue or pull request metadata (labels, milestones, assignees, custom fields) by users who should only have read access
  • Audit log entries showing project-based updates to repository items by users without repository write permissions
  • Anomalous patterns of project item additions followed by immediate metadata changes

Detection Strategies

  • Review GitHub Enterprise Server audit logs for actions where users with read-only repository access are modifying issue or pull request metadata through project interfaces
  • Implement alerting on metadata changes to critical repositories where the actor's repository-level permissions don't include write access
  • Monitor for patterns of users adding items to projects and immediately modifying field values, especially for repositories where they lack write access

Monitoring Recommendations

  • Enable comprehensive audit logging for all project and repository actions in GitHub Enterprise Server
  • Configure alerts for any metadata modifications on sensitive repositories
  • Periodically review user permissions across projects and repositories to identify potential authorization inconsistencies
  • Monitor for unusual patterns of project activity from users with limited repository access

How to Mitigate CVE-2026-3306

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to a patched version immediately: 3.14.24, 3.15.19, 3.16.15, 3.17.12, 3.18.6, or 3.19.3
  • Review audit logs for any suspicious project-based modifications to repository items that may indicate exploitation
  • Audit project permissions to ensure users with project write access are appropriately authorized for associated repositories
  • Consider temporarily restricting project write access for users who only have repository read access until patching is complete

Patch Information

GitHub has released patches addressing this vulnerability across all supported GitHub Enterprise Server version branches. Organizations should update to one of the following patched versions:

Version BranchPatched VersionRelease Notes
3.14.x3.14.24GitHub Enterprise Release Notes 3.14.24
3.15.x3.15.19GitHub Enterprise Release Notes 3.15.19
3.16.x3.16.15GitHub Enterprise Release Notes 3.16.15
3.17.x3.17.12GitHub Enterprise Release Notes 3.17.12
3.18.x3.18.6GitHub Enterprise Release Notes 3.18.6
3.19.x3.19.3GitHub Enterprise Release Notes 3.19.3

This vulnerability was reported via the GitHub Bug Bounty program.

Workarounds

  • Restrict project write access to users who also have write access to associated repositories
  • Implement organizational policies requiring matching permission levels between projects and linked repositories
  • Use repository branch protection and required reviews to detect unauthorized metadata changes
  • Consider temporarily disabling the ability to link projects to repositories containing sensitive data until patching is applied
bash
# Verify current GitHub Enterprise Server version
ghe-version

# Check for available updates
ghe-update-check

# Apply the security update
ghe-upgrade <package-path-to-patched-version>

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • 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 Enterprise Release Notes 3.14.24

  • GitHub Enterprise Release Notes 3.15.19

  • GitHub Enterprise Release Notes 3.16.15

  • GitHub Enterprise Release Notes 3.17.12

  • GitHub Enterprise Release Notes 3.18.6

  • GitHub Enterprise Release Notes 3.19.3
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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