LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2200: Improper Encoding or Escaping of Output in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions starting from 7.14 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 inject HTML in an email address field.

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-2200 is a GitLab CE/EE output-encoding flaw where an authenticated attacker could place HTML into an email address field. The reported impact is limited integrity compromise, not data theft or outage. Business urgency is moderate because exposed GitLab instances with untrusted users should be upgraded, but sources do not show active exploitation.

Executive priority

Handle in the normal vulnerability remediation queue, with earlier action for public or partner-accessible GitLab systems. The main risk is UI or email-content manipulation, not confirmed compromise.

Technical view

GitLab CE/EE versions from 7.14 before 15.11.10, 16.0 before 16.0.6, and 16.1 before 16.1.1 are affected. The flaw maps to CWE-116 and has CVSS 4.1: network reachable, low complexity, low privileges, user interaction required, scope changed, low integrity impact.

Likely exposure

Exposure is most relevant for GitLab CE/EE deployments in the affected version ranges, especially where low-privileged or external users can set email address values that other users later view.

Exploitation context

The bundle includes a HackerOne report and GitLab issue, but KEV is false and no source here states in-the-wild exploitation. Treat proof-of-concept detail as public, not proof of active attacks.

Researcher notes

Do not assume broad XSS or active exploitation beyond the cited issue. The available CVSS vector requires privileges and user interaction, with low integrity impact only. Evidence for patch guidance is limited to fixed version boundaries in the CVE description.

Mitigation direction

  • Upgrade GitLab CE/EE to 15.11.10, 16.0.6, 16.1.1, or later fixed releases.
  • Prioritize internet-facing or multi-tenant GitLab instances first.
  • Review GitLab vendor guidance for any release-specific upgrade constraints.
  • Restrict untrusted account creation where operationally feasible until upgraded.

Validation and detection

  • Inventory GitLab CE/EE versions across all environments.
  • Confirm affected instances are no longer below the fixed version thresholds.
  • Check whether external or low-privileged users can modify email address fields.
  • Review recent account profile changes for unexpected HTML-like content.
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-116: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2200 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
4.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/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
GitLabGitLab7.14, 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-116 · source CWE mapping

Improper Encoding or Escaping of Output

Improper Encoding or Escaping of Output represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.