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

CVE-2026-3073: GitLab Authorization Bypass Vulnerability

CVE-2026-3073 is an authorization bypass flaw in GitLab CE/EE that allows developers to bypass PyPI package protection rules. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 14, 2026

CVE-2026-3073 Overview

CVE-2026-3073 is an authorization bypass vulnerability in GitLab Community Edition (CE) and Enterprise Edition (EE). The flaw affects all versions from 17.6 before 18.9.7, 18.10 before 18.10.6, and 18.11 before 18.11.3. An authenticated user holding the developer role can bypass Python Package Index (PyPI) package protection rules and upload restricted packages. The root cause is an improper authorization check classified as [CWE-639] (Authorization Bypass Through User-Controlled Key). GitLab remediated the issue in patch release 18.11.3 on May 13, 2026.

Critical Impact

An authenticated developer-role user can upload PyPI packages that organizational protection rules were intended to block, undermining supply chain controls in the GitLab Package Registry.

Affected Products

  • GitLab CE/EE versions 17.6 through 18.9.6
  • GitLab CE/EE versions 18.10 through 18.10.5
  • GitLab CE/EE versions 18.11 through 18.11.2

Discovery Timeline

  • 2026-05-13 - GitLab releases patch versions 18.9.7, 18.10.6, and 18.11.3
  • 2026-05-14 - CVE-2026-3073 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-3073

Vulnerability Analysis

GitLab's Package Registry supports protection rules that restrict which users or roles can publish packages matching specific name patterns. Package protection rules are a governance control intended to enforce supply chain integrity by preventing lower-privileged contributors from publishing or overwriting trusted package names.

The vulnerability resides in the authorization logic that evaluates PyPI package uploads against these protection rules. The check fails to fully validate the acting user's effective permissions against the rule, permitting a developer-role user to publish packages that should be restricted to maintainers or higher roles. The flaw maps to [CWE-639] because the authorization decision relies on inputs that an authenticated client can influence rather than on a strict server-side permission check.

The impact is limited to integrity of the package registry. Confidentiality and availability are not affected. Exploitation requires a valid authenticated session with at least developer permissions on the target project.

Root Cause

The PyPI upload handler enforces protection rules through an authorization path that does not correctly cross-check the requester's role against the rule's minimum access level. The protection rule evaluation accepts the operation when it should reject it for the developer role.

Attack Vector

An attacker with developer-role credentials issues an authenticated PyPI publish request to a project whose package name matches a protection rule. The request is processed through the GitLab API over the network. The server fails to deny the upload, and the restricted PyPI package is stored in the registry. Downstream consumers that resolve dependencies from this registry may pull the attacker-supplied artifact.

No verified public exploit code is available. See the HackerOne Security Report and GitLab Work Item Details for additional technical context.

Detection Methods for CVE-2026-3073

Indicators of Compromise

  • PyPI package uploads in the GitLab Package Registry authored by developer-role users where a matching package protection rule exists.
  • Unexpected new versions of protected PyPI package names appearing in project registries.
  • Audit events of type package_registry showing successful uploads from accounts that should not satisfy the protection rule's minimum access level.

Detection Strategies

  • Query the GitLab audit log and Package Registry API for PyPI publish events and correlate the actor's project role against active package protection rules.
  • Baseline the set of users who legitimately publish protected PyPI packages and alert on deviations.
  • Inspect CI/CD job logs for twine upload or pip publish commands executed under developer-token contexts targeting protected names.

Monitoring Recommendations

  • Forward GitLab audit events and Package Registry logs to a centralized SIEM for retention and correlation.
  • Alert on new PyPI package versions published outside approved release pipelines or service accounts.
  • Monitor for downstream consumers installing newly published versions of protected packages before publisher identity is verified.

How to Mitigate CVE-2026-3073

Immediate Actions Required

  • Upgrade self-managed GitLab instances to 18.9.7, 18.10.6, or 18.11.3 as appropriate for the deployed release branch.
  • Audit the Package Registry for PyPI uploads published by developer-role accounts since the deployment of version 17.6 and validate each package against its protection rule.
  • Rotate or revoke personal access tokens, deploy tokens, and CI job tokens that may have been used to bypass protection rules.

Patch Information

GitLab fixed the issue in versions 18.9.7, 18.10.6, and 18.11.3. Patch details are published in the GitLab Patch Release Announcement. GitLab.com SaaS instances are already running the patched release.

Workarounds

  • Restrict developer-role assignments on projects that maintain protected PyPI packages until patching is complete.
  • Tighten package protection rules to require maintainer or owner access for sensitive package name patterns and review rule coverage.
  • Require signed releases and dedicated service accounts for publishing protected PyPI packages so that anomalous publishers are easier to identify.
bash
# Verify the running GitLab version after upgrading
sudo gitlab-rake gitlab:env:info | grep -i "GitLab information" -A 5

# Example: list package protection rules via the GitLab API
curl --header "PRIVATE-TOKEN: $GITLAB_TOKEN" \
  "https://gitlab.example.com/api/v4/projects/<PROJECT_ID>/packages/protection/rules"

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 Score4.3

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

  • GitLab Work Item Details

  • HackerOne Security Report
  • Related CVEs
  • CVE-2026-8144: GitLab CE/EE Auth Bypass Vulnerability

  • CVE-2026-6883: GitLab EE Auth Bypass Vulnerability

  • CVE-2026-4524: GitLab CE/EE Auth Bypass Vulnerability

  • CVE-2026-3607: GitLab CE/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