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

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

CVE-2026-1355 is an authorization bypass flaw in GitHub Enterprise Server allowing attackers to upload unauthorized content to migration exports. This article covers technical details, affected versions, and patches.

Published: February 20, 2026

CVE-2026-1355 Overview

A Missing Authorization vulnerability was identified in GitHub Enterprise Server that allowed an attacker to upload unauthorized content to another user's repository migration export due to a missing authorization check in the repository migration upload endpoint. By supplying the migration identifier, an attacker could overwrite or replace a victim's migration archive, potentially causing victims to download attacker-controlled repository data during migration restores or automated imports. An attacker would require authentication to the victim's GitHub Enterprise Server instance.

Critical Impact

Authenticated attackers can overwrite victim migration archives with malicious content, enabling supply chain attacks through compromised repository imports.

Affected Products

  • GitHub Enterprise Server versions prior to 3.20
  • GitHub Enterprise Server versions prior to 3.19.2, 3.18.5, 3.17.11, 3.16.14, 3.15.18, 3.14.23
  • All GitHub Enterprise Server installations with repository migration features enabled

Discovery Timeline

  • February 18, 2026 - CVE-2026-1355 published to NVD
  • February 19, 2026 - Last updated in NVD database

This vulnerability was reported via the GitHub Bug Bounty program.

Technical Details for CVE-2026-1355

Vulnerability Analysis

This vulnerability stems from CWE-862 (Missing Authorization), a critical access control weakness where the application fails to verify that a user has the necessary permissions before allowing access to a protected resource or functionality. In this case, the repository migration upload endpoint accepts migration identifiers without validating whether the authenticated user owns or has permission to modify that specific migration.

The attack scenario enables authenticated users to hijack other users' migration exports by supplying arbitrary migration identifiers. When victims subsequently download or restore these compromised migration archives, they unknowingly import attacker-controlled repository data. This creates a significant integrity impact, as malicious code, backdoors, or compromised dependencies could be injected into the victim's development workflow.

Root Cause

The root cause is a missing authorization check in the repository migration upload endpoint. The endpoint accepts and processes migration upload requests based solely on the migration identifier provided in the request, without verifying that the authenticated user is the owner of that migration or has explicit permission to modify it. This breaks the principle of least privilege and allows any authenticated user to tamper with migrations belonging to other users.

Attack Vector

The attack requires network access and authentication to the target GitHub Enterprise Server instance. An attacker must:

  1. Obtain valid authentication credentials to the GitHub Enterprise Server instance
  2. Identify or enumerate valid migration identifiers belonging to target victims
  3. Upload malicious repository content to the migration upload endpoint using the victim's migration identifier
  4. Wait for the victim to restore or import their compromised migration archive

The vulnerability is particularly dangerous in enterprise environments where migration operations may be automated through CI/CD pipelines or scheduled scripts, as the malicious content would be imported without manual inspection. The attack could enable supply chain compromise by injecting backdoored code, malicious dependencies, or compromised configurations into victim repositories.

Detection Methods for CVE-2026-1355

Indicators of Compromise

  • Unexpected or unauthorized uploads to repository migration endpoints by users who do not own the migration
  • Migration archive checksums that do not match expected values after upload operations
  • Audit log entries showing migration upload requests with migration identifiers belonging to different users
  • Anomalous repository content appearing after migration restore operations

Detection Strategies

  • Monitor GitHub Enterprise Server audit logs for migration upload events and correlate with migration ownership
  • Implement alerting on migration upload requests where the authenticated user does not match the migration owner
  • Review repository content integrity after migration restores, especially for automated import workflows
  • Audit user permissions and access patterns related to migration endpoints

Monitoring Recommendations

  • Enable comprehensive audit logging for all repository migration operations
  • Implement integrity verification for migration archives before restoration
  • Configure alerts for unusual patterns in migration API usage across user accounts
  • Review automated migration scripts and CI/CD pipelines for potential exposure to compromised archives

How to Mitigate CVE-2026-1355

Immediate Actions Required

  • Upgrade GitHub Enterprise Server to patched versions: 3.19.2, 3.18.5, 3.17.11, 3.16.14, 3.15.18, or 3.14.23
  • Audit recent migration operations for signs of unauthorized uploads or tampering
  • Verify integrity of any recently restored migration archives
  • Review audit logs for suspicious migration upload activity across different user accounts

Patch Information

GitHub has released security patches across multiple supported branches of GitHub Enterprise Server. Organizations should upgrade to one of the following fixed versions based on their current branch:

  • Version 3.19.2 - GitHub Enterprise Release Notes 3.19.2
  • Version 3.18.5 - GitHub Enterprise Release Notes 3.18.5
  • Version 3.17.11 - GitHub Enterprise Release Notes 3.17.11
  • Version 3.16.14 - GitHub Enterprise Release Notes 3.16.14
  • Version 3.15.18 - GitHub Enterprise Release Notes 3.15.18
  • Version 3.14.23 - GitHub Enterprise Release Notes 3.14.23

Upgrading to version 3.20 or later is recommended to receive the latest security updates.

Workarounds

  • Restrict access to repository migration features to only trusted administrators until patches can be applied
  • Implement network-level controls to limit access to migration API endpoints
  • Manually verify migration archive integrity using checksums before restoring
  • Temporarily disable automated migration restore workflows until the environment is patched
bash
# Verify GitHub Enterprise Server version
ghe-config --get 'core.package-version'

# Check audit logs for migration activity (example query)
ghe-support-bundle --category audit-log | grep -i "migration"

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 Score6.0

  • EPSS Probability0.09%

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

  • GitHub Enterprise Release Notes 3.15.18

  • GitHub Enterprise Release Notes 3.16.14

  • GitHub Enterprise Release Notes 3.17.11

  • GitHub Enterprise Release Notes 3.18.5

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

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

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

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