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-2024-8635

CVE-2024-8635: GitLab SSRF Vulnerability via Maven Proxy

CVE-2024-8635 is a server-side request forgery flaw in GitLab EE that allows attackers to access internal resources via Maven Dependency Proxy URLs. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-8635 Overview

A server-side request forgery (SSRF) vulnerability has been discovered in GitLab Enterprise Edition (EE) affecting multiple versions. This vulnerability allows an authenticated attacker to make unauthorized requests to internal resources by abusing the custom Maven Dependency Proxy URL functionality. The flaw enables attackers to potentially access internal services, metadata endpoints, and other resources that should not be externally accessible.

Critical Impact

Authenticated attackers can leverage the Maven Dependency Proxy URL feature to send crafted requests to internal network resources, potentially exposing sensitive configuration data, internal service endpoints, and cloud metadata services.

Affected Products

  • GitLab Enterprise Edition versions 16.8 prior to 17.1.7
  • GitLab Enterprise Edition versions 17.2 prior to 17.2.5
  • GitLab Enterprise Edition versions 17.3 prior to 17.3.2

Discovery Timeline

  • 2024-09-11 - GitLab releases security patch (versions 17.3.2, 17.2.5, 17.1.7)
  • 2024-09-12 - CVE-2024-8635 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-8635

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists within GitLab EE's Maven Dependency Proxy feature. The Maven Dependency Proxy is designed to cache Maven packages from external repositories to improve build performance and reliability. However, the implementation fails to properly validate and restrict the URLs that can be specified as custom proxy endpoints.

When a user configures a custom Maven Dependency Proxy URL, the GitLab server processes requests to that URL on behalf of the user. The vulnerability arises because the URL validation does not adequately prevent requests to internal network addresses, localhost, or cloud metadata endpoints. An authenticated attacker with access to configure package settings can exploit this to make the GitLab server send HTTP requests to arbitrary internal resources.

The attack could potentially expose sensitive information such as internal API responses, cloud instance metadata (including credentials on cloud platforms), and other internal service data that is accessible from the GitLab server's network position.

Root Cause

The root cause of this vulnerability is insufficient URL validation in the Maven Dependency Proxy feature. The application does not implement proper allowlist-based URL filtering or adequately block requests to internal network ranges (such as 127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, and cloud metadata endpoints like 169.254.169.254). This allows an attacker to specify internal URLs that the server will then access, effectively using the GitLab server as a proxy to reach internal resources.

Attack Vector

The attack requires an authenticated user with permissions to configure Maven Dependency Proxy settings within GitLab EE. The attacker would configure a malicious URL pointing to internal resources as the custom Maven Dependency Proxy endpoint.

When GitLab attempts to proxy Maven requests through this configured URL, it sends HTTP requests to the attacker-specified internal target. The responses from these internal resources may then be returned to the attacker or leaked through error messages, enabling information disclosure from otherwise inaccessible internal services.

The vulnerability is exploited over the network and requires low privilege (authenticated user access), with no user interaction needed beyond the initial configuration. The primary impact is confidentiality breach through unauthorized access to internal data.

Detection Methods for CVE-2024-8635

Indicators of Compromise

  • Unusual Maven Dependency Proxy URL configurations pointing to internal IP addresses (e.g., 127.0.0.1, 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Configuration entries referencing cloud metadata endpoints such as 169.254.169.254
  • Unexpected outbound requests from the GitLab server to internal services
  • Audit log entries showing repeated modification of Maven Dependency Proxy settings

Detection Strategies

  • Review GitLab audit logs for changes to package registry and dependency proxy configurations
  • Monitor network traffic from GitLab servers for requests to internal IP ranges that are not expected
  • Implement network segmentation monitoring to detect GitLab instances attempting to access restricted internal services
  • Deploy web application firewall (WAF) rules to detect and alert on SSRF patterns in configuration inputs

Monitoring Recommendations

  • Enable comprehensive audit logging in GitLab to track all configuration changes to package management features
  • Set up alerts for any Maven Dependency Proxy URL configurations containing RFC 1918 private addresses or localhost references
  • Monitor GitLab server egress traffic for anomalous requests to internal network segments
  • Regularly review dependency proxy configurations across all projects for suspicious entries

How to Mitigate CVE-2024-8635

Immediate Actions Required

  • Upgrade GitLab EE to patched versions: 17.3.2, 17.2.5, or 17.1.7 depending on your current version branch
  • Audit all existing Maven Dependency Proxy URL configurations for potentially malicious entries
  • Review access controls and limit which users can modify package registry settings
  • Implement network-level restrictions on outbound connections from GitLab servers where possible

Patch Information

GitLab has released patched versions that address this SSRF vulnerability. Organizations should upgrade to the following versions based on their current deployment:

  • For GitLab 17.3.x: Upgrade to version 17.3.2 or later
  • For GitLab 17.2.x: Upgrade to version 17.2.5 or later
  • For GitLab 17.1.x: Upgrade to version 17.1.7 or later

For detailed release information, see the GitLab Patch Release Announcement and the GitLab Issue #455273 for technical details.

Workarounds

  • If immediate patching is not possible, restrict access to Maven Dependency Proxy configuration to only trusted administrators
  • Implement network-level egress filtering to prevent the GitLab server from accessing internal metadata endpoints and sensitive internal services
  • Use a reverse proxy or WAF in front of GitLab to inspect and block requests containing internal IP addresses in proxy configurations
  • Consider temporarily disabling the Maven Dependency Proxy feature if it is not critical to your workflows until the patch can be applied
bash
# Network-level mitigation: Block GitLab from accessing cloud metadata endpoint
# Example iptables rule for Linux-based GitLab installations
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Verify GitLab version to confirm patch status
gitlab-rake gitlab:env:info | grep "GitLab version"

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechGitlab

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitLab Issue #455273

  • GitLab Patch Release Announcement
  • Related CVEs
  • CVE-2026-3848: GitLab CE/EE SSRF Vulnerability

  • CVE-2025-12575: GitLab EE SSRF Vulnerability

  • CVE-2025-12073: GitLab CE/EE SSRF Vulnerability

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