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-4647

CVE-2023-4647: GitLab Projects API DoS Vulnerability

CVE-2023-4647 is a denial of service flaw in GitLab that allows API pagination bypass, potentially causing DoS on certain instances. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-4647 Overview

A Denial of Service (DoS) vulnerability has been discovered in GitLab affecting the projects API pagination mechanism. This vulnerability allows an attacker to bypass pagination controls in the projects API, potentially causing resource exhaustion and service disruption on affected GitLab instances. The issue stems from improper resource allocation without proper limits (CWE-770), enabling malicious actors to overwhelm server resources through uncontrolled API requests.

Critical Impact

Attackers can bypass API pagination controls to trigger resource exhaustion, potentially causing Denial of Service on GitLab instances and disrupting development workflows for all users.

Affected Products

  • GitLab Community Edition versions 15.2 to 16.1.4
  • GitLab Enterprise Edition versions 15.2 to 16.1.4
  • GitLab Community Edition versions 16.2 to 16.2.4
  • GitLab Enterprise Edition versions 16.2 to 16.2.4
  • GitLab Community Edition version 16.3.0
  • GitLab Enterprise Edition version 16.3.0

Discovery Timeline

  • 2023-09-01 - CVE-2023-4647 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2023-4647

Vulnerability Analysis

This vulnerability affects GitLab's projects API pagination functionality. Under normal operation, pagination controls limit the amount of data returned per API request to prevent server overload. However, the vulnerability allows these pagination safeguards to be bypassed, enabling attackers to request excessive amounts of data in a single request or series of rapid requests.

The flaw is classified as CWE-770 (Allocation of Resources Without Limits or Throttling), which occurs when the application does not properly constrain the allocation of resources requested by an actor. In this case, the projects API fails to enforce proper pagination boundaries, allowing an attacker to consume excessive server resources including CPU, memory, and database connections.

Root Cause

The root cause lies in insufficient validation of pagination parameters in the GitLab projects API. The API implementation does not properly enforce mandatory pagination or validate user-supplied pagination parameters, allowing requests that circumvent normal resource allocation controls. This enables an unauthenticated network attacker to trigger resource exhaustion by crafting API requests that bypass pagination entirely.

Attack Vector

The vulnerability is exploitable over the network without authentication or user interaction. An attacker can craft malicious API requests to the projects endpoint that bypass pagination controls. By sending these requests, the attacker can force the GitLab server to process and return large amounts of data, consuming server resources and potentially causing service degradation or complete unavailability.

The attack can be particularly effective against GitLab instances with large numbers of projects, as bypassing pagination on such instances would require the server to process significantly more data, amplifying the denial of service impact.

Technical details regarding the specific exploitation method can be found in the GitLab Issue Discussion.

Detection Methods for CVE-2023-4647

Indicators of Compromise

  • Unusual volume of requests to /api/v4/projects or similar projects API endpoints
  • API requests with abnormal or missing pagination parameters (per_page, page)
  • Elevated server resource utilization (CPU, memory, database connections) correlating with API activity
  • Error logs indicating database timeouts or memory exhaustion during API request processing

Detection Strategies

  • Monitor API access logs for requests to the projects endpoint with unusually large per_page values or missing pagination parameters
  • Implement rate limiting alerts on API endpoints to detect anomalous request patterns
  • Configure application performance monitoring (APM) to alert on resource spikes associated with API activity
  • Deploy web application firewall (WAF) rules to detect and block malformed pagination requests

Monitoring Recommendations

  • Enable detailed logging for GitLab API requests, particularly for the projects API endpoints
  • Set up alerting thresholds for API response times exceeding normal baselines
  • Monitor database query performance for slow or resource-intensive queries originating from API handlers
  • Implement real-time dashboards tracking API request volume and server resource consumption

How to Mitigate CVE-2023-4647

Immediate Actions Required

  • Upgrade GitLab to version 16.1.5, 16.2.5, or 16.3.1 or later immediately
  • Implement rate limiting on API endpoints if not already configured
  • Monitor system resources and API logs for signs of exploitation attempts
  • Consider temporarily restricting access to the projects API for untrusted networks if immediate patching is not possible

Patch Information

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

  • GitLab 16.1.5 for the 16.1.x branch
  • GitLab 16.2.5 for the 16.2.x branch
  • GitLab 16.3.1 for the 16.3.x branch

Organizations should upgrade to these patched versions or later releases as soon as possible. For detailed patch information, refer to the GitLab Issue Discussion.

Workarounds

  • Configure a reverse proxy or WAF to enforce strict pagination parameters on projects API requests
  • Implement rate limiting at the network or application level to restrict the number of API requests from a single source
  • Restrict access to the projects API to authenticated users only if anonymous access is not required
  • Consider network-level restrictions to limit API access to trusted IP ranges until patching is complete
bash
# Example: Rate limiting configuration for nginx reverse proxy
# Add to nginx configuration to limit API request rates

limit_req_zone $binary_remote_addr zone=api_limit:10m rate=10r/s;

location /api/v4/projects {
    limit_req zone=api_limit burst=20 nodelay;
    proxy_pass http://gitlab_upstream;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGitlab

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Vendor Resources
  • GitLab Issue Discussion
  • Related CVEs
  • CVE-2025-0186: GitLab Denial of Service Vulnerability

  • CVE-2025-3922: GitLab GraphQL API DOS Vulnerability

  • CVE-2025-6016: GitLab Denial of Service Vulnerability

  • CVE-2026-1660: GitLab Denial of Service 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