LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2190: Authorization Bypass Through User-Controlled Key in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions starting from 13.10 before 15.11.10, all versions starting from 16.0 before 16.0.6, all versions starting from 16.1 before 16.1.1. It may be possible for users to view new commits to private projects in a fork created while the project was public.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-2190 could let a GitLab user see new commits to a private project through a fork that was created when the project was public. The business risk is unintended disclosure of source code or sensitive changes, not system takeover. Exposure depends on specific GitLab versions and project visibility history.

Executive priority

Handle as a moderate-priority confidentiality issue. It is not described as remote code execution, but it may expose proprietary source code or sensitive commits. Prioritize GitLab upgrades and repository exposure review where private projects were once public.

Technical view

GitLab CE/EE has a CWE-639 authorization bypass affecting 13.10 before 15.11.10, 16.0 before 16.0.6, and 16.1 before 16.1.1. CVSS 3.1 is 6.5, with network access, low privileges, no user interaction, and high confidentiality impact. Integrity and availability impacts are not reported.

Likely exposure

Most likely exposed are self-managed GitLab CE/EE instances in the affected version ranges with private projects that were previously public and had forks created during the public period. Organizations using GitLab for proprietary code should prioritize inventorying those projects.

Exploitation context

The provided sources include a GitLab issue and HackerOne report, but the source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires an authenticated user and a qualifying fork/private-project history, limiting reach but making insider or partner access scenarios relevant.

Researcher notes

This is an object-level authorization issue mapped to CWE-639. Focus analysis on authorization checks around forks, project visibility transitions, and commit visibility after a source project becomes private. The source bundle does not provide evidence of in-the-wild exploitation.

Mitigation direction

  • Upgrade GitLab to 15.11.10, 16.0.6, 16.1.1, or later supported versions.
  • Review vendor guidance in the linked GitLab issue and CVE record.
  • Identify projects that changed from public to private and had forks while public.
  • Restrict access for untrusted users until affected projects and forks are reviewed.
  • Treat sensitive commits after visibility changes as potentially exposed until validated.

Validation and detection

  • Confirm GitLab CE/EE version across all self-managed instances.
  • List private projects that were previously public during affected version use.
  • Review forks created while those projects were public.
  • Check whether new private commits were visible through historical forks.
  • Document findings and remediation status for affected repositories.
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-639: 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-2023-2190 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
6.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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
GitLabGitLab13.10, 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-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.