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
    • 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-0723

CVE-2026-0723: GitLab 2FA Authentication Bypass Vulnerability

CVE-2026-0723 is a two-factor authentication bypass flaw in GitLab CE/EE that allows attackers with credential ID knowledge to forge device responses. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-0723 Overview

A significant authentication bypass vulnerability has been identified in GitLab CE/EE that allows attackers to circumvent two-factor authentication (2FA) protections. The vulnerability affects all versions from 18.6 before 18.6.4, 18.7 before 18.7.2, and 18.8 before 18.8.2. An attacker with existing knowledge of a victim's credential ID can bypass two-factor authentication by submitting forged device responses, potentially gaining unauthorized access to protected user accounts.

Critical Impact

Attackers who obtain a victim's credential ID can completely bypass 2FA security controls, compromising accounts that should be protected by multi-factor authentication. This undermines a critical security layer for GitLab instances.

Affected Products

  • GitLab CE/EE versions 18.6 to 18.6.3
  • GitLab CE/EE versions 18.7 to 18.7.1
  • GitLab CE/EE versions 18.8 to 18.8.1

Discovery Timeline

  • 2026-01-21 - GitLab releases security patch addressing the vulnerability
  • 2026-01-22 - CVE CVE-2026-0723 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-0723

Vulnerability Analysis

This vulnerability is classified under CWE-252 (Unchecked Return Value), indicating that the underlying issue stems from improper validation of return values during the two-factor authentication process. The flaw allows an attacker who has already obtained knowledge of a victim's credential ID to craft and submit forged device responses that the system incorrectly accepts as valid authentication attempts.

The attack exploits weaknesses in how GitLab validates WebAuthn or similar device-based authentication responses. When the authentication system fails to properly verify the integrity and origin of device responses, an attacker can forge responses that appear legitimate to the server. This effectively neutralizes the security benefit of two-factor authentication, which is designed to protect accounts even when primary credentials are compromised.

Root Cause

The root cause of this vulnerability is the failure to properly check return values during the 2FA device response validation process (CWE-252). GitLab's authentication module did not adequately verify that device responses originated from legitimate enrolled authenticators, allowing forged responses to be accepted when combined with knowledge of the victim's credential ID.

Attack Vector

The attack requires network access and follows these general steps:

  1. The attacker must first obtain the victim's credential ID through some means (enumeration, data breach, or other information disclosure)
  2. With the credential ID, the attacker initiates an authentication session for the target account
  3. Instead of providing a legitimate device response, the attacker crafts a forged response
  4. Due to insufficient validation, GitLab accepts the forged response as valid
  5. The attacker gains access to the victim's account, bypassing 2FA entirely

The vulnerability mechanism involves improper validation of authentication device responses. When a user attempts to authenticate with 2FA, the server should verify that the response cryptographically proves possession of the registered authenticator device. In vulnerable versions, this validation was insufficient, allowing attackers who knew the credential ID to forge acceptable responses without access to the actual authentication device.

For detailed technical information, see the GitLab Issue Discussion and the HackerOne Report #3476052.

Detection Methods for CVE-2026-0723

Indicators of Compromise

  • Multiple failed 2FA authentication attempts followed by a successful login from unusual IP addresses or geolocations
  • Authentication logs showing successful 2FA validation without corresponding device challenge completion
  • Account access from new devices without legitimate device registration events
  • Anomalous patterns in WebAuthn authentication flows with unusual response characteristics

Detection Strategies

  • Implement monitoring for authentication events that show successful 2FA completion with abnormal timing patterns
  • Review GitLab audit logs for accounts with sudden access from previously unseen locations or devices
  • Deploy anomaly detection rules targeting the authentication endpoint for unusual request patterns
  • Cross-reference successful authentications with device fingerprinting data to identify inconsistencies

Monitoring Recommendations

  • Enable comprehensive logging of all authentication events including 2FA challenges and responses
  • Set up alerts for accounts exhibiting multiple authentication failures followed by successful access
  • Monitor for bulk authentication attempts targeting multiple accounts which may indicate exploitation
  • Implement real-time correlation between authentication events and user behavioral baselines

How to Mitigate CVE-2026-0723

Immediate Actions Required

  • Upgrade GitLab CE/EE to patched versions 18.6.4, 18.7.2, or 18.8.2 immediately
  • Review authentication logs for any signs of 2FA bypass attempts during the vulnerable period
  • Force password resets for high-privilege accounts as a precautionary measure
  • Consider temporarily restricting administrative access until patches are applied

Patch Information

GitLab has released patched versions that address this vulnerability. Organizations should upgrade to the following versions:

  • GitLab 18.6.4 (for the 18.6 branch)
  • GitLab 18.7.2 (for the 18.7 branch)
  • GitLab 18.8.2 (for the 18.8 branch)

Detailed patch information is available in the GitLab Patch Release Announcement.

Workarounds

  • Implement additional network-level access controls to restrict GitLab access to trusted networks
  • Enable IP-based access restrictions for administrative and high-privilege accounts
  • Deploy a Web Application Firewall (WAF) with rules to detect anomalous authentication patterns
  • Consider implementing additional authentication layers such as VPN requirements for sensitive operations
bash
# Configuration example - Restrict GitLab access by IP (gitlab.rb)
# Add trusted IP ranges to limit authentication attempts
gitlab_rails['rack_attack_git_basic_auth'] = {
  'enabled' => true,
  'ip_whitelist' => ["127.0.0.1", "10.0.0.0/8", "192.168.0.0/16"],
  'maxretry' => 5,
  'findtime' => 60,
  'bantime' => 3600
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGitlab

  • SeverityHIGH

  • CVSS Score7.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-252
  • Technical References
  • GitLab Patch Release Announcement

  • GitLab Issue Discussion

  • HackerOne Report #3476052
  • Related CVEs
  • CVE-2026-2370: GitLab Auth Bypass Vulnerability

  • CVE-2026-2745: GitLab WebAuthn 2FA Bypass Vulnerability

  • CVE-2026-2726: GitLab Auth Bypass Vulnerability

  • CVE-2025-14595: GitLab Auth Bypass 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