CVE-2023-1708
05.04.2023, 21:15
An issue was identified in GitLab CE/EE affecting all versions from 1.0 prior to 15.8.5, 15.9 prior to 15.9.4, and 15.10 prior to 15.10.1 where non-printable characters gets copied from clipboard, allowing unexpected commands to be executed on victim machine.
Vendor | Product | Version |
---|---|---|
gitlab | gitlab | 1.0.0 ≤ 𝑥 < 15.8.5 |
gitlab | gitlab | 1.0.0 ≤ 𝑥 < 15.8.5 |
gitlab | gitlab | 15.9.0 ≤ 𝑥 < 15.9.4 |
gitlab | gitlab | 15.9.0 ≤ 𝑥 < 15.9.4 |
gitlab | gitlab | 15.10.0 |
gitlab | gitlab | 15.10.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
References