LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3444: Incorrect Authorization in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions starting from 15.3 before 15.11.10, all versions starting from 16.0 before 16.0.6, all versions starting from 16.1 before 16.1.1, which allows an attacker to merge arbitrary code into protected branches.

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This GitLab authorization flaw could let an authenticated attacker merge arbitrary code into protected branches. That threatens source-code integrity, release pipelines, and downstream production trust. The CVSS score is medium, but protected branch bypasses can have business impact if affected repositories build or deploy critical systems.

Executive priority

Prioritize patching where GitLab controls production code, CI/CD, infrastructure-as-code, or regulated software delivery. Treat as a source integrity risk rather than a data-theft issue.

Technical view

CVE-2023-3444 is CWE-863 incorrect authorization in GitLab CE/EE. It affects versions from 15.3 before 15.11.10, 16.0 before 16.0.6, and 16.1 before 16.1.1. The vector is network-accessible, low complexity, requires low privileges and user interaction, with high integrity impact.

Likely exposure

Exposure is limited to GitLab CE/EE deployments running the affected version ranges. Repositories using protected branches for release control, infrastructure code, or production deployments have higher practical risk.

Exploitation context

The bundle does not show CISA KEV listing or confirmed in-the-wild exploitation. Public references include GitLab issue tracking and a HackerOne report, so technical details may be publicly available, but active exploitation is not established here.

Researcher notes

The authorization failure centers on protected branch merge controls. Evidence supports high integrity impact, but the bundle does not provide full root-cause detail, exploit preconditions beyond CVSS, or vendor mitigation beyond fixed versions.

Mitigation direction

  • Upgrade GitLab CE/EE to 15.11.10, 16.0.6, 16.1.1, or later supported releases.
  • Review GitLab vendor guidance and the linked issue for any deployment-specific instructions.
  • Restrict merge permissions on protected branches to the smallest required maintainer group.
  • Review recent protected-branch merges for unexpected authors, approvals, or source branches.

Validation and detection

  • Inventory all GitLab CE/EE instances and record exact versions.
  • Confirm no instance runs 15.3-15.11.9, 16.0-16.0.5, or 16.1.0.
  • Check protected branch settings for critical repositories.
  • Review audit logs and merge history during the exposure window.
  • Verify upgrade completion in staging and production environments.
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 · 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-2023-3444 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.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/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
0Timeline events
0ADP providers
3Source links

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.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N2.13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.7Medium
CVSS 3.1 vector shape for CVE-2023-3444Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GitLabGitLab15.3, 16.0, 16.1unaffected
Weakness

CWE details

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.