An issue has been discovered in GitLab EE affecting all versions starting from 15.3 prior to 16.2.8, 16.3 prior to 16.3.5, and 16.4 prior to 16.4.1. Code owner approval was not removed from merge requests when the target branch was updated.
Security readout for executives and security teams
Plain-English summary
This GitLab EE flaw could let a merge request keep code owner approval after its target branch changed. That weakens an important review gate and may let sensitive code changes be merged without the intended renewed owner approval.
Executive priority
Treat this as a high-priority governance and integrity risk for GitLab EE environments. It can undermine review controls used to protect source code, but current sources do not establish active exploitation.
Technical view
CVE-2023-4379 is an incorrect authorization issue in GitLab EE. Affected versions did not remove code owner approval from merge requests when the target branch was updated. The CVSS vector requires high privileges and user interaction, but scope changes with high confidentiality and integrity impact.
Likely exposure
Exposure is limited to GitLab EE versions 15.3 through affected 16.2, 16.3, and 16.4 releases, especially organizations relying on code owner approvals for protected branches or regulated change control.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Abuse would depend on merge request permissions, user interaction, and workflows where target branch changes should invalidate code owner approval.
Researcher notes
The available evidence identifies CWE-863 and the approval-state failure, but provides limited operational detail. Avoid assuming broader GitLab editions, exploit availability, or compensating controls beyond the cited affected ranges and vendor issue.
Mitigation direction
Upgrade affected GitLab EE instances to 16.2.8, 16.3.5, 16.4.1, or later.
Check GitLab vendor guidance and issue tracking for current remediation details.
Review open merge requests where target branches changed during affected-version operation.
Require renewed code owner review for suspicious or high-impact merge requests.
Confirm branch protection and code owner approval policies are still enforced.
Validation and detection
Inventory GitLab EE versions and compare them to the affected ranges.
Test whether target branch changes invalidate code owner approval after remediation.
Review recent merges involving target branch changes and sensitive repositories.
Check audit records for merges that bypassed expected code owner reapproval.
Confirm vulnerable versions are no longer running in production or staging.
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 · medium confidence lookup
CWE-863: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.
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: pocAutomatable: 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-863 · source CWE mapping
Incorrect Authorization
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.