LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3363: Insertion of Sensitive Information into Log File in GitLab

An information disclosure issue in Gitlab CE/EE affecting all versions from 13.6 prior to 15.11.10, all versions from 16.0 prior to 16.0.6, all versions from 16.1 prior to 16.1.1, resulted in the Sidekiq log including webhook tokens when the log format was set to `default`.

LowCVSS 3.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2023-3363 is a low-severity GitLab information disclosure flaw where Sidekiq logs could include webhook tokens when the log format was set to default. The main business risk is token exposure to people or systems that can read those logs, potentially enabling limited misuse of affected webhooks.

Executive priority

Treat this as a low-priority but real secret-exposure cleanup. It is unlikely to justify emergency response alone, but affected GitLab instances should be patched and logs reviewed because exposed webhook tokens can create downstream integrity risk.

Technical view

GitLab CE/EE versions from 13.6 before 15.11.10, 16.0 before 16.0.6, and 16.1 before 16.1.1 could write webhook tokens into Sidekiq logs using the default log format. The CVSS vector requires local access, high attack complexity, and high privileges, with low confidentiality and integrity impact.

Likely exposure

Exposure is most likely in self-managed GitLab CE/EE deployments running affected versions with Sidekiq log format set to default. Risk depends on who can access Sidekiq logs, how long logs are retained, and whether webhook tokens in those logs remain valid.

Exploitation context

The provided sources do not show active exploitation, and this CVE is not listed as KEV. Exploitation would require privileged local log access or access to retained Sidekiq logs containing webhook tokens. Evidence in the bundle does not support internet-scale exploitation.

Researcher notes

This is CWE-532: sensitive information written to logs. The key constraints are local attack vector, high privileges, high complexity, and default Sidekiq log format. The bundle does not provide proof of public exploitation or details beyond webhook token leakage.

Mitigation direction

  • Upgrade GitLab to 15.11.10, 16.0.6, 16.1.1, or a later supported fixed version.
  • Review GitLab issue guidance for configuration-specific details.
  • Restrict Sidekiq log access to authorized administrators only.
  • If exposed tokens are found, rotate affected webhook tokens.
  • Reduce unnecessary retention of sensitive operational logs.

Validation and detection

  • Inventory GitLab CE/EE versions across all self-managed instances.
  • Confirm whether Sidekiq log format was set to default during the affected period.
  • Review Sidekiq logs for possible webhook token exposure.
  • Check who or what had access to retained Sidekiq logs.
  • Verify affected instances are upgraded beyond the vulnerable version ranges.
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 · low confidence lookup

CWE-532: 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
cve · low confidence lookup

CVE-2023-3363 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/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
2Source 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
3.9CVSS 3.1LowCVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N0.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Insertion of Sensitive Information into Log File

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