LiveActive security incident?Get immediate response
CVE Record

CVE-2023-5831: Insertion of Sensitive Information Into Sent Data in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions starting from 16.0 before 16.3.6, all versions starting from 16.4 before 16.4.2, and all versions starting from 16.5.0 before 16.5.1 which have the `super_sidebar_logged_out` feature flag enabled. Affected versions with this default-disabled feature flag enabled may unintentionally disclose GitLab version metadata to unauthorized actors.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity GitLab metadata disclosure. If a normally disabled feature flag was enabled, unauthenticated visitors could learn GitLab version metadata. That can help attackers fingerprint the target, but the sources do not show code execution, data access, or service disruption from this issue alone.

Executive priority

Handle through normal patch governance unless the affected GitLab instance is internet-facing and still running the feature flag. Business urgency is low, but reducing fingerprinting helps prevent attackers from chaining this with other GitLab issues.

Technical view

GitLab CE/EE versions 16.0 before 16.3.6, 16.4 before 16.4.2, and 16.5.0 before 16.5.1 are affected only when the super_sidebar_logged_out feature flag is enabled. The issue is CWE-201: sensitive information inserted into sent data, exposing version metadata to unauthorized actors.

Likely exposure

Exposure is likely limited to GitLab CE/EE instances in the named version ranges where the default-disabled super_sidebar_logged_out flag was enabled, especially internet-facing instances.

Exploitation context

The CVE is not listed in KEV, and the provided sources do not claim active exploitation. Practical value is reconnaissance: version metadata can support targeting decisions when combined with other vulnerabilities.

Researcher notes

The affected condition is narrow: specific GitLab 16.x ranges plus a default-disabled feature flag. CVSS 3.1 is 3.7 with network attack vector, high complexity, no privileges, no user interaction, and confidentiality-only impact. No exploit details or active exploitation evidence are provided.

Mitigation direction

  • Upgrade GitLab to 16.3.6, 16.4.2, 16.5.1, or a later unaffected release.
  • Check whether super_sidebar_logged_out is enabled on affected versions.
  • Disable the feature flag if upgrade cannot be completed immediately.
  • Review GitLab vendor guidance and issue tracking for any additional operational notes.

Validation and detection

  • Confirm the running GitLab version across all CE/EE deployments.
  • Verify the super_sidebar_logged_out feature flag state on each instance.
  • Test logged-out access paths for unintended version metadata exposure.
  • Document exposed instances and prioritize externally reachable systems first.
Prepared
Confidence
high
Sources
3

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-201: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
cve · low confidence lookup

CVE-2023-5831 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
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/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
3Timeline events
2ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

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
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4GitLab

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2023-5831Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
GitLabGitLab16.0, 16.4, 16.5unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-201 · source CWE mapping

Insertion of Sensitive Information Into Sent Data

Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.