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-2023-4812

CVE-2023-4812: GitLab CODEOWNERS Auth Bypass Vulnerability

CVE-2023-4812 is an authorization bypass flaw in GitLab EE that allows attackers to bypass required CODEOWNERS approvals in merge requests. This article covers technical details, affected versions, and mitigation steps.

Published: February 4, 2026

CVE-2023-4812 Overview

An authorization bypass vulnerability has been discovered in GitLab Enterprise Edition (EE) that allows attackers to circumvent the required CODEOWNERS approval mechanism. This vulnerability affects GitLab EE versions starting from 15.3 before 16.5.6, all versions starting from 16.6 before 16.6.4, and all versions starting from 16.7 before 16.7.2. The flaw enables malicious actors to bypass the mandatory CODEOWNERS approval process by adding changes to a previously approved merge request.

Critical Impact

Attackers can bypass code review controls by modifying approved merge requests, potentially allowing unauthorized or malicious code to be merged into protected branches without required CODEOWNERS approval.

Affected Products

  • GitLab Enterprise Edition versions 15.3 to 16.5.5
  • GitLab Enterprise Edition versions 16.6 to 16.6.3
  • GitLab Enterprise Edition versions 16.7.0 and 16.7.1

Discovery Timeline

  • 2024-01-12 - CVE CVE-2023-4812 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-4812

Vulnerability Analysis

This vulnerability is classified as Improper Authorization (CWE-863), representing a significant weakness in GitLab's access control implementation for the CODEOWNERS feature. The CODEOWNERS functionality is designed to enforce mandatory code review from designated team members before code can be merged into protected branches. However, a logic flaw in the approval validation process allows this security control to be bypassed.

The vulnerability exists in how GitLab handles approval state persistence for merge requests. When a merge request receives the required CODEOWNERS approval, that approval state is not properly invalidated when subsequent changes are pushed to the merge request. This creates a race condition where an attacker can obtain initial approval for benign changes, then push malicious modifications while retaining the previously granted approval status.

Root Cause

The root cause lies in the improper validation of approval state when changes are added to an already-approved merge request. GitLab's merge request approval logic fails to re-evaluate the CODEOWNERS approval requirements when new commits are pushed to a previously approved merge request. The system should invalidate existing approvals and require re-approval from designated CODEOWNERS when the merge request content changes, but this validation step is bypassed under certain conditions.

Attack Vector

The attack can be executed remotely over the network without requiring authentication in certain configurations. An attacker with write access to a repository can exploit this vulnerability through the following attack flow:

  1. The attacker creates a merge request with legitimate, non-malicious changes
  2. The merge request receives the required CODEOWNERS approval
  3. After approval is granted, the attacker pushes additional malicious commits to the same merge request
  4. The approval state persists despite the new changes, bypassing the CODEOWNERS review requirement
  5. The merge request can now be merged with malicious code that was never reviewed by the designated CODEOWNERS

This vulnerability is particularly concerning in environments where CODEOWNERS is used as a critical security control for sensitive code paths or configuration files. Technical details and the original security report can be found in the HackerOne Security Report and the GitLab Issue Report.

Detection Methods for CVE-2023-4812

Indicators of Compromise

  • Merge requests that were merged with commits added after the final CODEOWNERS approval timestamp
  • Audit logs showing merge request approvals followed by additional commits from different users
  • Protected branches with merged code that lacks proper CODEOWNERS sign-off for all changes
  • Unusual patterns of rapid approval-then-push activity on sensitive repositories

Detection Strategies

  • Review GitLab audit logs for merge requests where commits were added after approval was granted
  • Implement custom webhooks to monitor for post-approval commits on merge requests targeting protected branches
  • Use GitLab's API to audit merge request history and compare approval timestamps against commit timestamps
  • Configure alerts for merge requests that are merged within a short timeframe after receiving approval and new commits

Monitoring Recommendations

  • Enable comprehensive audit logging for all merge request activities including approvals and commit pushes
  • Monitor protected branch merge events and cross-reference with CODEOWNERS approval records
  • Implement automated compliance checks to verify all merged code received proper CODEOWNERS approval
  • Set up alerts for any merge request modifications occurring after approval has been granted

How to Mitigate CVE-2023-4812

Immediate Actions Required

  • Upgrade GitLab Enterprise Edition to version 16.5.6, 16.6.4, or 16.7.2 or later depending on your current version branch
  • Audit recent merge requests to identify any that may have been merged using this bypass technique
  • Review code merged during the vulnerable period for any unauthorized or malicious changes
  • Enable additional branch protection rules as a defense-in-depth measure

Patch Information

GitLab has released security patches addressing this vulnerability in the following versions:

  • GitLab EE 16.5.6 for the 16.5.x branch
  • GitLab EE 16.6.4 for the 16.6.x branch
  • GitLab EE 16.7.2 for the 16.7.x branch

Organizations should upgrade to the latest patched version corresponding to their current deployment branch. The fix ensures that CODEOWNERS approval is properly invalidated when new commits are pushed to a merge request, requiring re-approval before merge.

Workarounds

  • Implement a policy requiring manual verification of all commits in a merge request before final merge approval
  • Use GitLab's merge request approval rules to require multiple approvers, reducing single point of failure
  • Configure CI/CD pipelines to validate that the last commit timestamp predates the approval timestamp
  • Temporarily restrict merge permissions to trusted administrators until patches can be applied
bash
# Configuration example - Enable strict approval requirements
# In gitlab.rb, ensure these settings are configured:
gitlab_rails['approval_rules_require_all_approvals'] = true

# Verify GitLab version to ensure patched release
gitlab-rake gitlab:env:info | grep "GitLab information"

# Check current GitLab EE version
cat /opt/gitlab/embedded/service/gitlab-rails/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/TechGitlab

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863

  • NVD-CWE-noinfo
  • Technical References
  • GitLab Issue Report

  • HackerOne Security Report
  • Related CVEs
  • CVE-2025-9957: GitLab Authorization Bypass Vulnerability

  • CVE-2026-6515: GitLab Authentication Bypass Vulnerability

  • CVE-2026-5173: GitLab Auth Bypass Vulnerability

  • CVE-2026-2619: GitLab EE 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