CVE-2025-13928

7.5

GitLab · GitLab CE/EE

GitLab CE/EE is vulnerable to a denial of service attack due to improper authorization validation in API endpoints, allowing unauthenticated users to disrupt service availability.

Executive summary

An unauthenticated denial of service vulnerability in GitLab CE and EE allows remote attackers to disrupt system availability by exploiting incorrect authorization validation in API endpoints.

Vulnerability

This vulnerability is categorized as CWE-863 (Incorrect Authorization). It stems from a flaw in API endpoint authorization logic, which permits unauthenticated remote attackers to trigger a denial of service (DoS) condition.

Business impact

The ability for an unauthenticated attacker to cause a denial of service poses a significant risk to development workflows and continuous integration pipelines. With a CVSS score of 7.5, this high severity flaw could lead to substantial operational downtime, hindering software delivery and impacting business productivity.

Remediation

Immediate Action: Upgrade all instances of GitLab CE/EE to versions 18.6.4, 18.7.2, 18.8.2, or newer as specified in the vendor security release.

Proactive Monitoring: Monitor API traffic patterns for unusual spikes or malformed requests directed at GitLab endpoints, which may indicate attempted exploitation.

Compensating Controls: Implement rate limiting on API endpoints via a Web Application Firewall (WAF) or load balancer to mitigate the impact of potential DoS attempts until patches are deployed.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the linked HackerOne report.

Analyst recommendation

Given the ease of exploitability and the potential for service disruption, organizations should prioritize the immediate application of the provided security patches. Upgrading to the latest versions is the only definitive way to resolve the underlying authorization flaw and restore the integrity of the API access controls.

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.