CVE-2025-10497
7.5GitLab · GitLab CE/EE
GitLab CE/EE contains a resource exhaustion vulnerability that allows an unauthenticated attacker to trigger a denial of service condition via specially crafted payloads.
Executive summary
An unauthenticated remote denial of service vulnerability in GitLab CE/EE poses a significant risk to service availability.
Vulnerability
This vulnerability is caused by improper resource allocation (CWE-770), specifically the lack of limits on resource consumption. An unauthenticated attacker can exploit this by sending specially crafted payloads to the application, resulting in a denial of service condition.
Business impact
The ability for an unauthenticated attacker to cause a denial of service condition directly threatens the uptime and reliability of critical development infrastructure. With a CVSS score of 7.5, this high-severity flaw could lead to significant operational disruption, hindering CI/CD pipelines and team productivity.
Remediation
Immediate Action: Upgrade to GitLab versions 18.3.5, 18.4.3, 18.5.1, or later to implement necessary resource throttling.
Proactive Monitoring: Monitor server resource utilization, specifically CPU and memory spikes, and review access logs for repetitive or unusual request patterns that might indicate payload testing.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to identify and block malformed or oversized payloads targeting the GitLab instance.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the HackerOne report.
Analyst recommendation
Given the high CVSS score and the existence of a public proof-of-concept, organizations should prioritize patching their GitLab environments. Immediate deployment of the provided security updates is the only effective way to prevent potential denial of service attacks against your CI/CD infrastructure.
More GitLab CVEs
Sources
Originally found and disclosed by Thanks [a92847865](https://hackerone.com/a92847865) for reporting this vulnerability through our HackerOne bug bounty pr, per the CVE Program record.
- about.gitlab.com
- GitLab Issue #570336 Issue tracker
- HackerOne Bug Bounty Report #3338151 Exploit / PoC