Cyber Resilience

CVE-2023-1098

Gitlab 11.5.0 – 15.8.5

Published
05 April 2023
Modified
10 February 2025
Patch / advisory
CVSS Score v3.1 5.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0094 58th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2023-1098 is a medium-severity Exposure of Information Through Shell Error Message (CWE-535) vulnerability in Gitlab Gitlab. Its CVSS base score is 5.8 (Medium).

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

EU & UK References

Vulnerability Data

An information disclosure vulnerability has been discovered in GitLab EE/CE affecting all versions starting from 11.5 before 15.8.5, all versions starting from 15.9 before 15.9.4, all versions starting from 15.10 before 15.10.1 will allow an admin to leak password from…

more

repository mirror configuration.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-8977Same product: Gitlab Gitlab
CVE-2026-7471Same product: Gitlab Gitlab
CVE-2025-12073Same product: Gitlab Gitlab
CVE-2018-14364Same product: Gitlab Gitlab
CVE-2021-39935Same product: Gitlab Gitlab
CVE-2025-11247Same product: Gitlab Gitlab
CVE-2026-4527Same product: Gitlab Gitlab
CVE-2023-2190Same product: Gitlab Gitlab
CVE-2024-8647Same product: Gitlab Gitlab
CVE-2026-5309Same product: Gitlab Gitlab

Affected Assets

gitlab
gitlab
15.10.0 · 11.5.0 — 15.8.5 · 11.5.0 — 15.8.5 · 15.9.0 — 15.9.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V16.5.3

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.PS-06 mostly match
prevents

Secure SDLC practices directly require proper error handling to avoid leaking exception details in shell messages.

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.

prevents

Secure coding standards directly require handling exceptions without exposing internal details.

finds

Security testing can detect exposed error messages but does not prevent them by itself.

A.8.15 Logging partial match
mitigates

Logging can capture error messages but does not prevent their exposure to users.

prevents

Secure SDLC practices include proper exception handling to avoid leaking sensitive data in error messages.

prevents

Application security requirements can mandate safe error handling but do not directly address this weakness.

mitigates

Secure architecture principles encourage generic error responses but are not specific to shell error messages.

References