Cyber Posture

CVE-2025-0314

High

Published: 24 January 2025

Published
24 January 2025
Modified
05 August 2025
KEV Added
Patch
CVSS Score 8.7 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
EPSS Score 0.0790 92.1th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0314 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Gitlab Gitlab. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 7.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-15 (Information Output Filtering) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses XSS by requiring output filtering prior to rendering file contents in the GitLab interface.

prevent

Validates inputs such as file contents before processing or storage to block malicious scripts that could lead to XSS during rendering.

prevent

Mandates timely flaw remediation through patching to fixed GitLab versions (17.6.4, 17.7.3, 17.8.1), eliminating the improper rendering vulnerability.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Stored XSS via improper file rendering directly enables exploitation of the public-facing GitLab web app (T1190) and arbitrary JavaScript execution in victim browsers (T1059.007).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

An issue has been discovered in GitLab CE/EE affecting all versions from 17.2 before 17.6.4, 17.7 before 17.7.3, and 17.8 before 17.8.1. Improper rendering of certain file types lead to cross-site scripting.

Deeper analysisAI

CVE-2025-0314 is a cross-site scripting (XSS) vulnerability, classified as CWE-79, discovered in GitLab Community Edition (CE) and Enterprise Edition (EE). It affects all versions from 17.2 prior to 17.6.4, 17.7 prior to 17.7.3, and 17.8 prior to 17.8.1. The root cause is improper rendering of certain file types, which enables XSS attacks within the GitLab interface.

With a CVSS v3.1 base score of 8.7 (AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N), the vulnerability can be exploited over the network by an attacker possessing low privileges, such as a regular authenticated user. Exploitation requires low complexity but user interaction, typically by tricking a victim into viewing or interacting with a malicious file in GitLab. Success grants high confidentiality and integrity impacts across the changed scope, allowing potential theft of session data, cookies, or execution of arbitrary scripts in the victim's browser context.

Advisories indicate mitigation through upgrading to patched versions: 17.6.4, 17.7.3, or 17.8.1 and later. Additional details are available in the GitLab issue tracker at https://gitlab.com/gitlab-org/gitlab/-/issues/512118 and the originating HackerOne report at https://hackerone.com/reports/2922313.

Details

CWE(s)

Affected Products

gitlab
gitlab
17.8.0 · 17.2.0 — 17.6.4 · 17.2.0 — 17.6.4 · 17.7.0 — 17.7.3

CVEs Like This One

CVE-2025-14560Same product: Gitlab Gitlab
CVE-2026-0752Same product: Gitlab Gitlab
CVE-2025-2255Same product: Gitlab Gitlab
CVE-2025-13761Same product: Gitlab Gitlab
CVE-2025-12716Same product: Gitlab Gitlab
CVE-2026-1090Same product: Gitlab Gitlab
CVE-2025-9222Same product: Gitlab Gitlab
CVE-2025-0811Same product: Gitlab Gitlab
CVE-2025-6948Same product: Gitlab Gitlab
CVE-2025-0555Same product: Gitlab Gitlab

References