CVE-2022-2992
Gitlab 11.10 – 15.1.6
Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:HSummary
CVE-2022-2992 is a critical-severity Injection (CWE-74) vulnerability in Gitlab Gitlab. Its CVSS base score is 9.9 (Critical).
Operationally, ranked in the top 0.3% 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.
A vulnerability tracked as CVE-2022-2992 affects GitLab Community Edition and Enterprise Edition in all versions from 11.10 up to but not including 15.1.6, as well as the 15.2.x and 15.3.x branches prior to 15.2.4 and 15.3.2 respectively. The flaw resides in the Import from GitHub API endpoint and permits an authenticated user to trigger remote code execution through unsafe deserialization, corresponding to CWE-74.
An attacker who already possesses a valid GitLab account can submit a crafted GitHub repository import request that results in arbitrary command execution on the server with the privileges of the GitLab application user, yielding full confidentiality, integrity, and availability impact across the instance.
Public advisories and the associated GitLab issue direct administrators to upgrade to one of the fixed releases (15.1.6, 15.2.4, or 15.3.2 or later) to eliminate the vulnerable code path; no other work-arounds are documented in the references.
The CVE carries a CVSS score of 9.9 and an EPSS score that has reached a peak of 0.9381 with a current value of 0.9119, while public exploit code and a detailed HackerOne report have been released.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-35210
Vulnerability Data
A vulnerability in GitLab CE/EE affecting all versions from 11.10 prior to 15.1.6, 15.2 to 15.2.4, 15.3 to 15.3.2 allows 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
Mandates prompt application of patches to remove the unsafe deserialization flaw in the GitHub import API endpoint.
Requires validation and sanitization of all inputs to the Import from GitHub endpoint, directly blocking the crafted payload that triggers RCE.
Deploys malicious-code detection mechanisms that can block or alert on the post-deserialization command execution attempted by an authenticated attacker.
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.
Secure SDLC practices directly require input validation and output encoding that prevent injection flaws.
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 in development catches injection vulnerabilities before release.
Logging supports detection of injection attempts but does not prevent the weakness.
Monitoring activities can identify active injection attacks after they occur.
Secure development life cycle mandates input validation and output encoding that directly prevent injection flaws.
Application security requirements explicitly call for controls against injection attacks in software design.
Secure architecture principles reduce injection surfaces but do not prescribe specific neutralization techniques.