CVE-2026-0723
7.4GitLab · GitLab CE/EE
A vulnerability in GitLab CE/EE allows an attacker with knowledge of a victim's credential ID to bypass two-factor authentication by submitting forged device responses.
Executive summary
An authentication bypass vulnerability in GitLab CE/EE allows attackers to circumvent two-factor authentication, posing a severe risk to account integrity.
Vulnerability
This flaw, categorized as an unchecked return value (CWE-252), permits an unauthenticated attacker to bypass two-factor authentication protocols if they possess specific knowledge of a target's credential ID.
Business impact
The ability to bypass two-factor authentication significantly degrades the security posture of the GitLab instance, potentially allowing unauthorized access to sensitive source code, project management data, and CI/CD pipelines. With a CVSS score of 7.4, this high-severity vulnerability represents a substantial risk of account takeover and potential lateral movement within the development environment.
Remediation
Immediate Action: Upgrade all instances of GitLab CE/EE to versions 18.6.4, 18.7.2, 18.8.2, or newer to apply the security patch.
Proactive Monitoring: Monitor authentication logs for unusual login patterns or repeated failed attempts followed by successful access using Two-Factor Authentication methods.
Compensating Controls: Ensure that network-level access controls restrict exposure of the GitLab instance to untrusted networks, and consider enforcing strict IP allowlisting for administrative access.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the linked HackerOne report (3476052).
Analyst recommendation
Given the high CVSS score and the availability of a published proof-of-concept, this vulnerability should be prioritized for immediate remediation. Organizations running the affected versions of GitLab must apply the vendor-provided patches without delay to prevent unauthorized access and protect critical intellectual property stored within the platform.
More GitLab CVEs
Sources
Originally found and disclosed by Thanks [ahacker1](https://hackerone.com/ahacker1) for reporting this vulnerability through our HackerOne bug bounty prog, per the CVE Program record.
- GitLab Issue #585333 Issue tracker
- HackerOne Bug Bounty Report #3476052 Exploit / PoC
- about.gitlab.com