LiveActive security incident?Get immediate response
CVE Record

CVE-2024-0410: Improper Enforcement of Behavioral Workflow in GitLab

An authorization bypass vulnerability was discovered in GitLab affecting versions 15.1 prior to 16.7.6, 16.8 prior to 16.8.3, and 16.9 prior to 16.9.1. A developer could bypass CODEOWNERS approvals by creating a merge conflict.

HighCVSS 7.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A GitLab developer could use a merge conflict to bypass required CODEOWNERS approval, potentially merging unauthorized changes into protected code. The flaw can compromise source-code confidentiality and integrity, but the supplied evidence does not indicate availability impact or confirmed active exploitation.

Executive priority

Treat remediation as high priority where CODEOWNERS is a key control against unauthorized production changes. Accelerate upgrading for repositories containing sensitive code or deployment configuration. Investigate relevant merge history, but do not assume compromise solely because an affected version was present.

Technical view

CVE-2024-0410 is a CWE-841 workflow-enforcement failure in GitLab. A low-privileged developer, with user interaction and a merge conflict, could circumvent CODEOWNERS approval controls. It affects releases from 15.1 before 16.7.6, 16.8 before 16.8.3, and 16.9 before 16.9.1. CVSS 3.1 is 7.7.

Likely exposure

Organizations using an affected GitLab version and relying on CODEOWNERS approvals for sensitive repositories are exposed. Risk is greatest where developers can create merge requests and conflicts affecting protected code. The bundle does not distinguish hosted from self-managed exposure.

Exploitation context

Exploitation requires an authenticated developer, a merge conflict, and user interaction. The supplied record is not in KEV, and the provided sources do not establish active exploitation in the wild. A referenced HackerOne report may contain technical detail, but is marked as a broken link in the bundle.

Researcher notes

The CVSS vector indicates network reachability, high attack complexity, low privileges, user interaction, changed scope, and high confidentiality and integrity impact. Availability impact is none. Evidence identifies the workflow bypass and fixed version boundaries, but does not establish attack prevalence, exact affected deployment models, or observed compromise indicators.

Mitigation direction

  • Upgrade to GitLab 16.7.6, 16.8.3, 16.9.1, or a later vendor-supported compatible release.
  • Prioritize repositories where CODEOWNERS approval protects production, security, compliance, or infrastructure code.
  • Until upgraded, apply additional independent review to merge requests involving conflicts or CODEOWNERS-controlled files.
  • Consult current GitLab guidance before applying compensating controls or selecting an upgrade target.

Validation and detection

  • Inventory GitLab instances and compare installed versions with the documented affected ranges.
  • Identify protected repositories and branches that depend on CODEOWNERS approvals.
  • Review historical merge requests involving conflicts and CODEOWNERS-controlled files for missing required approvals.
  • After upgrading, confirm the running version and test that CODEOWNERS approval remains enforced through conflict resolution.
Prepared
Confidence
high
Sources
4

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-841: 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

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior 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-0410 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
High
CVSS
7.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/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
3Source links

SSVC decision data

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

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
7.7CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N1.35.8GitLab

Vulnerability scoring details

Base CVSS 3.1 score

7.7High
CVSS 3.1 vector shape for CVE-2024-0410Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/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

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GitLabGitLab15.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-841 · source CWE mapping

Improper Enforcement of Behavioral Workflow

Improper Enforcement of Behavioral Workflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.