Cyber Resilience

CVE-2025-6195

Gitlab 13.7.0 – 18.4.5

Published
26 November 2025
Modified
10 December 2025
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0031 24th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-6195 is a medium-severity Forced Browsing (CWE-425) vulnerability in Gitlab Gitlab. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Information Repositories (T1213); ranked at the 24th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

GitLab has remediated an issue in GitLab EE affecting all versions from 13.7 before 18.4.5, 18.5 before 18.5.3, and 18.6 before 18.6.1 that could have allowed an authenticated user to view information from security reports under certain configuration conditions.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
Why these techniques?

The vulnerability allows an authenticated user to access security reports under specific conditions, which aligns with T1213 (Data from Information Repositories) as security reports represent data stored in an information repository (GitLab).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-6769Same product: Gitlab Gitlab
CVE-2026-3160Same product: Gitlab Gitlab
CVE-2026-8472Same product: Gitlab Gitlab
CVE-2024-0861Same product: Gitlab Gitlab
CVE-2024-0456Same product: Gitlab Gitlab
CVE-2023-4018Same product: Gitlab Gitlab
CVE-2026-5796Same product: Gitlab Gitlab
CVE-2026-8716Same product: Gitlab Gitlab
CVE-2026-0602Same product: Gitlab Gitlab
CVE-2023-2030Same product: Gitlab Gitlab

Affected Assets

gitlab
gitlab
18.6.0 · 13.7.0 — 18.4.5 · 18.5.0 — 18.5.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • AC-4 Information Flow Enforcement
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization checks on security report resources so authenticated users cannot bypass access to view restricted data.

prevent

Limits user privileges to only those required, reducing the chance that configuration conditions expose security reports to unauthorized viewers.

prevent

Enforces information flow rules between users and security report data, blocking unauthorized disclosure paths present in the vulnerable GitLab configuration.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 full match
prevents

Directly requires policy-driven definition, enforcement, and review of authorizations on resources such as URLs.

PR.IR-01 mostly match
prevents

Protects environments from unauthorized logical access, which includes preventing direct requests to restricted paths.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect forced-browsing flaws, but the control itself does not prevent them in production.

prevents

Information access restriction implements the technical enforcement that directly blocks unauthorized direct requests.

prevents

Access control policy directly requires authorization checks on all resources, preventing forced browsing.

degrades

Managing access rights ensures every URL/script/file is explicitly authorized, mitigating direct request attacks.

degrades

Privileged access rights control enforces least-privilege checks on restricted endpoints.

prevents

Secure SDLC can include authorization design, yet the control itself does not guarantee runtime enforcement.

References