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-2022-0735

CVE-2022-0735: GitLab Information Disclosure Vulnerability

CVE-2022-0735 is an information disclosure vulnerability in GitLab CE/EE that allows unauthorized users to steal runner registration tokens through quick actions commands. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-0735 Overview

An information disclosure vulnerability has been discovered in GitLab CE/EE affecting all versions starting from 12.10 before 14.6.5, all versions starting from 14.7 before 14.7.4, and all versions starting from 14.8 before 14.8.2. This vulnerability allows an unauthorized user to steal runner registration tokens through an information disclosure vulnerability using quick actions commands.

Critical Impact

Attackers can steal GitLab Runner registration tokens without authentication, potentially allowing them to register malicious runners that could execute arbitrary code within CI/CD pipelines, access sensitive repository data, and compromise the entire software delivery chain.

Affected Products

  • GitLab Community Edition (CE) versions 12.10 to 14.6.4
  • GitLab Enterprise Edition (EE) versions 12.10 to 14.6.4
  • GitLab CE/EE versions 14.7.0 to 14.7.3
  • GitLab CE/EE versions 14.8.0 to 14.8.1

Discovery Timeline

  • 2022-03-28 - CVE-2022-0735 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0735

Vulnerability Analysis

This vulnerability represents a significant information disclosure flaw in GitLab's quick actions feature. Quick actions are text-based shortcuts that allow users to perform common actions within GitLab issues, merge requests, and other components. The vulnerability enables unauthorized users to extract sensitive runner registration tokens through these quick action commands.

GitLab Runners are agents that execute CI/CD jobs defined in .gitlab-ci.yml files. Each runner requires a registration token to authenticate with the GitLab instance. When an attacker obtains this token, they can register their own malicious runners to the target GitLab instance without proper authorization.

The root cause stems from insufficient access control validation when processing quick action commands. The system fails to properly verify whether the requesting user has the necessary permissions to access runner registration tokens before exposing them through the quick actions interface.

Root Cause

The vulnerability exists due to improper authorization checks in the quick actions processing logic. When certain quick actions commands are executed, the system inadvertently exposes runner registration tokens to users who should not have access to this sensitive information. This represents a failure in the principle of least privilege, where sensitive credentials are accessible beyond their intended scope.

Attack Vector

The attack vector is network-based and requires no authentication, making it particularly dangerous for publicly accessible GitLab instances. An attacker can exploit this vulnerability remotely by:

  1. Interacting with the GitLab instance through normal user interfaces
  2. Crafting specific quick action commands that trigger the information disclosure
  3. Extracting runner registration tokens from the response
  4. Using the stolen tokens to register malicious runners

The vulnerability allows attackers to leverage the stolen registration tokens to register rogue runners. These malicious runners can then intercept CI/CD jobs, inject malicious code into build processes, exfiltrate secrets stored in CI/CD variables, and potentially compromise downstream systems and deployments.

For detailed technical information about this vulnerability, refer to the GitLab CVE-2022-0735 Data and the GitLab Issue Discussion #353529.

Detection Methods for CVE-2022-0735

Indicators of Compromise

  • Unexpected or unauthorized runner registrations appearing in GitLab admin interface
  • Anomalous API requests targeting runner registration endpoints
  • Unusual quick action command patterns in issue or merge request activity logs
  • New runners appearing from unknown IP addresses or geographic locations

Detection Strategies

  • Monitor GitLab audit logs for runner registration events and correlate with authorized change requests
  • Implement alerting for any new runner registrations, requiring manual approval for production instances
  • Review web server access logs for unusual patterns of requests to quick action endpoints
  • Deploy network intrusion detection signatures for known exploitation patterns

Monitoring Recommendations

  • Enable comprehensive audit logging in GitLab and forward logs to a SIEM solution
  • Configure alerts for any runner registration activities outside of approved maintenance windows
  • Regularly audit the list of registered runners against an approved inventory
  • Monitor for CI/CD job failures or unexpected behavior that may indicate malicious runner activity

How to Mitigate CVE-2022-0735

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 14.6.5, 14.7.4, or 14.8.2 or later immediately
  • Rotate all existing runner registration tokens after patching
  • Audit current registered runners and remove any unauthorized entries
  • Review CI/CD job history for any suspicious activity during the exposure window

Patch Information

GitLab has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • GitLab 14.6.5 for users on the 14.6.x branch
  • GitLab 14.7.4 for users on the 14.7.x branch
  • GitLab 14.8.2 for users on the 14.8.x branch

After applying the patch, it is critical to reset all runner registration tokens as existing tokens may have been compromised. Detailed patch information is available in the GitLab CVE-2022-0735 Data.

Workarounds

  • Restrict network access to GitLab instances using firewall rules until patches can be applied
  • Disable runner registration temporarily if CI/CD functionality is not immediately required
  • Implement additional authentication layers such as VPN access for GitLab administration
  • Enable IP allowlisting for runner registration endpoints if supported by your network infrastructure
bash
# Configuration example - Reset runner registration tokens after patching
# For project runners, navigate to Settings > CI/CD > Runners and reset token
# For group runners, navigate to Group Settings > CI/CD > Runners and reset token

# Verify GitLab version after upgrade
gitlab-rake gitlab:env:info | grep "GitLab"

# List all registered runners for audit
gitlab-rails runner "Ci::Runner.all.each { |r| puts \"#{r.id}: #{r.description} - #{r.ip_address}\" }"

# Review runner activity in logs
grep -i "runner" /var/log/gitlab/gitlab-rails/production.log

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGitlab

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability57.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • GitLab Issue Discussion #353529
  • Vendor Resources
  • GitLab CVE-2022-0735 Data
  • Related CVEs
  • CVE-2026-1516: GitLab EE Information Disclosure Vulnerability

  • CVE-2025-9484: GitLab EE Information Disclosure Flaw

  • CVE-2026-1732: GitLab Information Disclosure Vulnerability

  • CVE-2025-12697: GitLab Information Disclosure 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