Cyber Resilience

CVE-2022-2185

CriticalRCE

Published: 01 July 2022

Published
01 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.9 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.8696 99.5th percentile
Risk Priority 72 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-2185 is a critical-severity OS Command Injection (CWE-78) vulnerability in Gitlab Gitlab. Its CVSS base score is 9.9 (Critical).

Operationally, ranked in the top 0.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

A critical vulnerability tracked as CVE-2022-2185 affects GitLab Community and Enterprise Editions in all versions from 14.0 prior to 14.10.5, from 15.0 prior to 15.0.4, and from 15.1 prior to 15.1.1. The flaw, assigned CWE-78, permits an authenticated user who is authorized to import projects to supply a maliciously crafted project file that triggers remote code execution on the server. It carries a CVSS 3.1 base score of 9.9, reflecting network attack vector, low complexity, and full confidentiality, integrity, and availability impact under a changed scope.

An attacker with a low-privileged GitLab account that includes project-import rights can upload the crafted archive through the normal import workflow. Successful exploitation results in arbitrary command execution on the underlying GitLab host, potentially allowing the attacker to read or modify repositories, pivot within the instance, or fully compromise the server.

Official GitLab advisories and the associated security release notes direct administrators to upgrade immediately to 14.10.5, 15.0.4, or 15.1.1 or later, depending on the branch in use. The referenced CVE JSON and issue trackers confirm that the fixes address the unsafe handling of imported project data that led to the command-injection condition. The EPSS score has reached a peak of 0.9403 with a current value of 0.8696, indicating sustained exploitation interest after disclosure.

EU & UK References

Vulnerability details

A critical issue has been discovered in GitLab affecting all versions starting from 14.0 prior to 14.10.5, 15.0 prior to 15.0.4, and 15.1 prior to 15.1.1 where an authenticated user authorized to import projects could import a maliciously crafted project…

more

leading to remote code execution.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

gitlab
gitlab
15.1.0 · 14.0.0 — 14.10.5 · 14.0.0 — 14.10.5 · 15.0.0 — 15.0.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References