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.
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.
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.
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.
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.
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.