CVE-2024-0507
16.01.2024, 19:15
An attacker with access to a Management Console user account with the editor role could escalate privileges through a command injection vulnerability in the Management Console. This vulnerability affected all versions of GitHub Enterprise Server and was fixed in versions 3.11.3, 3.10.5, 3.9.8, and 3.8.13 This vulnerability was reported via the GitHub Bug Bounty program.
Vendor | Product | Version |
---|---|---|
github | enterprise_server | 3.8.12 ≤ 𝑥 ≤ 3.8.12 |
github | enterprise_server | 3.9.7 ≤ 𝑥 ≤ 3.9.7 |
github | enterprise_server | 3.10.4 ≤ 𝑥 ≤ 3.10.4 |
github | enterprise_server | 3.11.2 ≤ 𝑥 ≤ 3.11.2 |
github | enterprise_server | 𝑥 < 3.8.13 |
github | enterprise_server | 3.9.0 ≤ 𝑥 < 3.9.8 |
github | enterprise_server | 3.10.0 ≤ 𝑥 < 3.10.5 |
github | enterprise_server | 3.11.0 ≤ 𝑥 < 3.11.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- 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.
References