CVE-2026-2745
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedGitLab has remediated an issue in GitLab CE/EE affecting all versions from 7.11 before 18.8.7, 18.9 before 18.9.3, and 18.10 before 18.10.1 that could have allowed an unauthenticated user to bypass WebAuthn two-factor authentication and gain unauthorized access to user accounts due to inconsistent input validation in the authentication process.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceGitLab CE/EE contains an authentication bypass vulnerability where inconsistent input validation in the WebAuthn two-factor authentication flow allows unauthenticated attackers to bypass 2FA and gain unauthorized access to user accounts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 7.11.0, < 18.8.7>= 18.9.0, < 18.9.3= 18.10.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine your installed GitLab versionRun `sudo gitlab-rake gitlab:env:info` or check the version file at `/opt/gitlab/VERSION` (Omnibus) or `cat /var/opt/gitlab/gitlab-rails/VERSION` (Self-compiled)Affected if The version falls within one of these ranges: 7.11.0 to 18.8.6, 18.9.0 to 18.9.2, or exactly 18.10.0
-
Confirm WebAuthn is enabled as a 2FA methodNavigate to Admin Area > Settings > Authentication & Authorization > Two-factor authentication, or query the GitLab API endpoint `/api/v4/application/settings` and look for the `webauthn` settingAffected if WebAuthn is listed as an enabled two-factor authentication method
-
Check if any users have WebAuthn configuredQuery the database: `sudo gitlab-rails dbconsole` then `SELECT COUNT(*) FROM u2f_registrations;` or check via API: `curl --header "PRIVATE-TOKEN: <token>" "https://gitlab.example.com/api/v4/users" | jq '.[] | select(.two_factor_enabled == true)'`Affected if Any user accounts have WebAuthn/U2F devices registered as a second factor
-
Verify 2FA enforcement settingsCheck Admin Area > Settings > Authentication & Authorization > Require two-factor authentication for all users, or query the API `/api/v4/application/settings` for `require_two_factor_authentication`Affected if Two-factor authentication is enforced organization-wide (though the vulnerability affects any WebAuthn-enabled user regardless of enforcement)
You are affected if your GitLab version is within the vulnerable ranges AND WebAuthn is enabled as a 2FA method in your instance.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped18.8.718.9.3
Upgrade to GitLab versions 18.8.7, 18.9.3, or 18.10.1 or later. If immediate patching is not feasible, temporarily disable WebAuthn as a 2FA method and enforce alternative authentication factors.
18.8.7, 18.9.3, or 18.10.1 (or later)
- Ensure you have a complete backup of your GitLab instance data, including the database and Git repositories
- Review GitLab upgrade documentation for your current version to understand the upgrade path
- For package-based installations (Omnibus), update your package repository and run: sudo apt-get update && sudo apt-get install gitlab-ee (or gitlab-ce)
- For source installations, clone the specific tagged release (e.g., v18.10.1) and follow the upgrade instructions in the GitLab repository
- After upgrade, verify that GitLab services are running: sudo gitlab-ctl status
- Log in and confirm WebAuthn two-factor authentication is working correctly
- Review audit logs to ensure no unauthorized access occurred during the vulnerability window
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-2745 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-2745 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data