CVE-2026-1092

7.5

GitLab · GitLab CE/EE

GitLab CE/EE is vulnerable to a denial of service attack via improper input validation of JSON payloads, allowing unauthenticated remote users to trigger system instability.

Executive summary

An unauthenticated denial of service vulnerability in GitLab CE and EE poses a significant risk to service availability and requires immediate patching.

Vulnerability

This vulnerability is an improper validation of specified quantity in input (CWE-1284), which occurs when the application fails to properly sanitize JSON payloads. An unauthenticated attacker can exploit this flaw to cause a denial of service condition.

Business impact

The vulnerability carries a CVSS score of 7.5 (High), indicating that it can significantly disrupt business operations. By crashing the service, an attacker can cause unplanned downtime for development teams and CI/CD pipelines, resulting in lost productivity and potential delays in software delivery.

Remediation

Immediate Action: Upgrade all instances of GitLab CE/EE to version 18.8.9, 18.9.5, 18.10.3, or higher to implement the necessary input validation fixes.

Proactive Monitoring: Monitor system logs for repeated connection drops or abnormal resource spikes that may indicate an ongoing attempt to exploit the JSON parsing mechanism.

Compensating Controls: Deploy a Web Application Firewall (WAF) configured to inspect and block malformed or excessively large JSON payloads directed at the GitLab instance.

Exploitation status

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

Analyst recommendation

Given the ease of exploitation and the potential for service disruption, administrators should prioritize this update within the standard emergency patching window. Applying the vendor-supplied patch is the only definitive method to resolve the underlying input validation flaw and restore the availability of the GitLab environment.

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.