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
    • 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-2020-10977

CVE-2020-10977: GitLab Path Traversal Vulnerability

CVE-2020-10977 is a path traversal vulnerability in GitLab EE/CE versions 8.5 to 12.9 that occurs when moving issues between projects. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-10977 Overview

CVE-2020-10977 is a path traversal vulnerability affecting GitLab Enterprise Edition (EE) and Community Edition (CE) versions 8.5 through 12.9. The vulnerability exists in the issue moving functionality, allowing authenticated attackers to read arbitrary files from the GitLab server by exploiting improper path validation when transferring issues between projects.

Critical Impact

Authenticated attackers can leverage this path traversal flaw to read sensitive files from the GitLab server, potentially exposing configuration files, secrets, and other confidential data. This vulnerability has been documented with remote code execution possibilities when chained with other techniques.

Affected Products

  • GitLab Community Edition versions 8.5 to 12.9
  • GitLab Enterprise Edition versions 8.5 to 12.9

Discovery Timeline

  • 2020-03-26 - GitLab releases security patch version 12.9.1
  • 2020-04-08 - CVE-2020-10977 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-10977

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists within GitLab's issue management system, specifically in the functionality that allows users to move issues between different projects. The flaw stems from insufficient input validation when processing file paths during the issue migration process.

An authenticated attacker with the ability to create and move issues can craft malicious requests that include directory traversal sequences (such as ../) to escape the intended directory structure. This allows the attacker to access files outside of the expected scope, potentially reading sensitive system files, configuration data, or application secrets stored on the GitLab server.

The vulnerability has been documented in conjunction with remote code execution techniques, as referenced in the Packet Storm Security advisory, where arbitrary file read capabilities can potentially be chained with other attack vectors to achieve code execution on the target system.

Root Cause

The root cause of CVE-2020-10977 is improper input validation in the issue move functionality. When a user moves an issue from one project to another, GitLab fails to properly sanitize file path inputs, allowing directory traversal sequences to be processed. This lack of path canonicalization or validation enables attackers to reference files outside the intended directory boundaries.

Attack Vector

The attack requires an authenticated user with permissions to create issues and move them between projects. The attacker crafts a specially formatted request containing path traversal sequences (e.g., ../../../etc/passwd) within the issue move operation. When processed by GitLab, these sequences are not properly sanitized, allowing the server to read and potentially expose files from arbitrary locations on the file system.

The attack flow typically involves:

  1. Attacker authenticates to the GitLab instance with valid credentials
  2. Creates or identifies an issue in a project where they have write access
  3. Initiates an issue move operation with crafted path traversal payloads
  4. GitLab processes the malicious path without proper sanitization
  5. Contents of the targeted file are exposed to the attacker

For detailed technical analysis and exploitation techniques, refer to the Packet Storm Security exploit documentation.

Detection Methods for CVE-2020-10977

Indicators of Compromise

  • Unusual issue move operations containing path traversal patterns such as ../ or encoded variants (%2e%2e%2f)
  • Web server logs showing requests with directory traversal sequences targeting the issue move API endpoints
  • Unexpected file access attempts in system logs for sensitive files like /etc/passwd, configuration files, or secrets
  • Anomalous user activity involving rapid creation and movement of issues across projects

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in issue-related API endpoints
  • Monitor GitLab application logs for issue move operations with suspicious file path references
  • Deploy file integrity monitoring on critical system and configuration files to detect unauthorized access attempts
  • Enable detailed audit logging for issue management operations to track user activities

Monitoring Recommendations

  • Configure alerting for any API requests to issue move endpoints containing traversal sequences or encoded path manipulation attempts
  • Monitor for unusual patterns of issue creation and movement by single users, which may indicate exploitation attempts
  • Implement network-level monitoring to detect outbound data exfiltration following potential file read operations
  • Review GitLab access logs regularly for anomalous user behavior patterns

How to Mitigate CVE-2020-10977

Immediate Actions Required

  • Upgrade GitLab CE/EE to version 12.9.1 or later immediately
  • Review audit logs for any suspicious issue move operations that may have exploited this vulnerability
  • Implement network segmentation to limit potential impact if exploitation has occurred
  • Temporarily restrict issue move permissions to trusted users until patching is complete

Patch Information

GitLab has released a security update addressing this vulnerability. Users should upgrade to GitLab version 12.9.1 or later. The official security release announcement is available in the GitLab Security Release Notes.

Organizations running affected versions should prioritize this update, especially for internet-facing GitLab instances. The complete list of GitLab releases can be found at the GitLab Release Category page.

Workarounds

  • If immediate patching is not possible, restrict the ability to move issues between projects by adjusting user permissions at the project or group level
  • Implement additional input validation at the web application firewall level to block requests containing path traversal patterns
  • Monitor and audit all issue move operations closely until the patch can be applied
  • Consider temporarily disabling the issue move functionality if it is not critical to business operations
bash
# Verify GitLab version after patching
gitlab-rake gitlab:env:info | grep "GitLab information"

# Check current GitLab version
cat /opt/gitlab/embedded/service/gitlab-rails/VERSION

# Review GitLab audit logs for suspicious activity
gitlab-rake gitlab:check SANITIZE=true

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechGitlab

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability5.87%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Packet Storm Security Exploit
  • Vendor Resources
  • GitLab Security Release Note

  • GitLab Release Category Overview
  • Related CVEs
  • CVE-2024-0402: GitLab Path Traversal Vulnerability

  • CVE-2026-5173: GitLab Auth Bypass Vulnerability

  • CVE-2026-4916: GitLab Privilege Escalation Vulnerability

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