Cyber Resilience

CVE-2026-1182

Gitlab 8.14.0 – 18.7.6

Published
12 March 2026
Modified
13 March 2026
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.0019 9th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-1182 is a medium-severity Improper Removal of Sensitive Information Before Storage or Transfer (CWE-212) vulnerability in Gitlab Gitlab. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Code Repositories (T1213.003); ranked at the 9th 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.

EU & UK References

Vulnerability Data

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 8.14 before 18.7.6, 18.8 before 18.8.6, and 18.9 before 18.9.2 that could have allowed an authenticated user to gain unauthorized access to confidential issue title created in public…

more

projects under certain circumstances.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1213.003 Code Repositories Collection
Adversaries may leverage code repositories to collect valuable information.
Why these techniques?

Direct unauthorized access to confidential data (issue titles) stored in GitLab code repositories.

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

CVEs Like This One

CVE-2026-1732Same product: Gitlab Gitlab
CVE-2026-12053Same product: Gitlab Gitlab
CVE-2025-1042Same product: Gitlab Gitlab
CVE-2025-7000Same product: Gitlab Gitlab
CVE-2026-5377Same product: Gitlab Gitlab
CVE-2025-1212Same product: Gitlab Gitlab
CVE-2025-6171Same product: Gitlab Gitlab
CVE-2026-5309Same product: Gitlab Gitlab
CVE-2026-6713Same product: Gitlab Gitlab
CVE-2025-9957Same product: Gitlab Gitlab

Affected Assets

gitlab
gitlab
8.14.0 — 18.7.6 · 8.14.0 — 18.7.6 · 18.8.0 — 18.8.6

Mitigating Controls

Control response

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

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V14.2.8
  • V14.3.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access decisions so that only authorized users can retrieve confidential issue titles even when the containing project is public.

prevent

Prevents improper information flows that would otherwise expose sensitive issue metadata (titles) to users lacking the required confidentiality attribute.

prevent

Ensures users and processes operate with the minimum privileges needed, reducing the chance that an authenticated account can reach confidential issue titles.

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.DS-10 mostly match
prevents

Directly addresses removal of confidential data from process memory and similar in-use contexts before exposure.

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.

degrades

Explicit information-deletion control directly addresses improper removal of sensitive data.

prevents

Data-masking techniques can substitute for removal when full deletion is impractical.

prevents

Test-data protection rules require sanitization of production data used in testing.

prevents

Classification identifies sensitive data that must be removed before storage or transfer.

prevents

Information-transfer rules can require sanitization of sensitive content before sharing.

prevents

PII-protection requirements include removing identifiers before storage or disclosure.

References