Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2022-2884 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; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.
Deeper analysis AI-assisted summary
Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.
CVE-2022-2884 is an OS command injection vulnerability, tracked as CWE-78, that affects GitLab Community Edition and Enterprise Edition. It impacts all versions from 11.3.4 up to but not including 15.1.5, as well as the 15.2.x series through 15.2.3 and the 15.3.x series through 15.3.1. The flaw resides in the Import from GitHub API endpoint and carries a CVSS 3.1 score of 9.9.
An authenticated user can send a crafted request to the affected endpoint and obtain remote code execution on the GitLab instance with the privileges of the application user. Because the attack requires only low-privileged authenticated access and no user interaction, it can be performed over the network with limited effort.
Public references, including the official GitLab CVE record and the associated security issue, indicate that the vulnerability is resolved by upgrading to the fixed releases 15.1.5, 15.2.3, or 15.3.1 and later. A working proof-of-concept exploit has been published on Packet Storm, and the issue was originally reported through HackerOne.
EPSS for this CVE rose sharply from low values to a peak of 0.7478 on 2025-12-11 before receding to the current score of 0.3003, indicating a clear surge in exploitation interest after disclosure.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-35116
Vulnerability Data
A vulnerability in GitLab CE/EE affecting all versions from 11.3.4 prior to 15.1.5, 15.2 to 15.2.3, 15.3 to 15.3 to 15.3.1 allows an an authenticated user to achieve remote code execution via the Import from GitHub API endpoint
- CWE(s)
Related Threats
Likely ATT&CK TechniquesAI
Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted input to the GitHub import API endpoint, blocking the crafted command-injection payload that leads to RCE.
Mandates timely application of vendor patches that eliminate the OS command-injection flaw in the affected GitLab import endpoint.
Restricts activation or exposure of non-essential GitLab import functionality, reducing the attack surface available to authenticated users.
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's SDLC practices directly require secure coding and input handling that blocks command-injection defects, yet the single broad outcome leaves many specific neutralization vectors and verification gaps unaddressed.
Routine patching/maintenance can remediate known command-injection CVEs in dependencies (partial forward) but does nothing to stop developers from introducing improper neutralization in custom code (none reverse).
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.
Security testing and code review target insecure use of operating-system command interfaces, catching command-injection flaws introduced during development.