VYPR
Unrated severityNVD Advisory· Published Feb 21, 2024· Updated Nov 20, 2025

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in GitLab

CVE-2024-1451

Description

An issue has been discovered in GitLab CE/EE affecting all versions starting from 16.9 before 16.9.1. A crafted payload added to the user profile page could lead to a stored XSS on the client side, allowing attackers to perform arbitrary actions on behalf of victims."

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS in GitLab user profile via unsanitized pronunciation/pronouns fields allows attackers to execute arbitrary actions on behalf of victims.

Vulnerability

A stored cross-site scripting (XSS) vulnerability exists in GitLab CE/EE versions starting from 16.9 before 16.9.1. The user profile page fails to sanitize the pronunciation and pronouns fields, allowing injection of arbitrary HTML and JavaScript. The issue is rooted in the use of html_safe on a string that includes user-supplied content [1].

Exploitation

An authenticated attacker can edit their profile and insert a crafted payload into the pronunciation or pronouns fields (e.g., ``). After saving, any other user who views the attacker's profile will execute the payload in their browser. No special privileges or user interaction beyond viewing the profile are required [1].

Impact

Successful exploitation results in a stored XSS with a Content Security Policy (CSP) bypass, enabling the attacker to perform arbitrary actions on behalf of the victim at the client side. This includes stealing session cookies, exfiltrating sensitive data, or performing actions as the victim [1].

Mitigation

The vulnerability is fixed in GitLab version 16.9.1. All instances running 16.9.0 should upgrade immediately. No workarounds are documented. This CVE is not listed in the known exploited vulnerabilities (KEV) catalog.

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

1