LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1525: Authentication Bypass Using an Alternate Path or Channel in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions starting from 16.1 before 16.7.6, all versions starting from 16.8 before 16.8.3, all versions starting from 16.9 before 16.9.1. Under some specialized conditions, an LDAP user may be able to reset their password using their verified secondary email address and sign-in using direct authentication with the reset password, bypassing LDAP.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

GitLab CE/EE versions in the listed 16.x ranges may let an LDAP user reset a password through a verified secondary email and then sign in directly, bypassing LDAP controls. This is a medium-severity integrity risk, not a confirmed active exploitation case.

Executive priority

Treat as a timely maintenance and identity-control issue. Prioritize patching affected GitLab instances that rely on LDAP for access governance, because the weakness can undermine centralized account enforcement even without evidence of broad exploitation.

Technical view

CWE-288 authentication bypass via alternate path or channel. Under specialized conditions, an LDAP-backed GitLab user can use secondary-email password reset to establish direct authentication. CVSS 3.1 is 5.3 with network access, high complexity, low privileges, no user interaction, and high integrity impact.

Likely exposure

Exposure is limited to GitLab CE/EE deployments using affected versions: 16.1 before 16.7.6, 16.8 before 16.8.3, and 16.9 before 16.9.1, especially where LDAP users have verified secondary email addresses.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The described scenario requires specialized conditions and an existing low-privilege LDAP user, so it is not an unauthenticated mass-exploitation issue based on available evidence.

Researcher notes

Evidence is limited to the CVE description and GitLab issue reference. The key exposure question is whether LDAP users can use verified secondary email password reset to obtain direct credentials on affected versions. Avoid assuming broader GitLab products or unsupported versions are affected.

Mitigation direction

  • Upgrade affected GitLab CE/EE instances to 16.7.6, 16.8.3, 16.9.1, or later fixed releases.
  • Check GitLab’s issue and CVE guidance for any deployment-specific recommendations.
  • Inventory LDAP-backed GitLab users with verified secondary email addresses.
  • Review whether direct authentication is permitted for LDAP-managed accounts.

Validation and detection

  • Confirm the running GitLab version is outside the affected ranges.
  • Verify whether LDAP authentication is enabled on the GitLab instance.
  • Review audit records for LDAP users performing password resets through secondary emails.
  • Review sign-in records for LDAP users authenticating directly after password reset.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-288: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-1525 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
2ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N1.63.6GitLab

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2024-1525Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GitLabGitLab16.1, 16.8, 16.9unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-288 · source CWE mapping

Authentication Bypass Using an Alternate Path or Channel

Authentication Bypass Using an Alternate Path or Channel represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.