5.9
CVE-2024-2440
- EPSS 0.14%
- Published 19.04.2024 17:15:54
- Last modified 02.09.2025 18:49:43
- Source product-cna@github.com
- CVE-Watchlists
- Open
A race condition in GitHub Enterprise Server allowed an existing admin to maintain permissions on a detached repository by making a GraphQL mutation to alter repository permissions while the repository is detached. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.13 and was fixed in versions 3.9.13, 3.10.10, 3.11.8 and 3.12.1. This vulnerability was reported via the GitHub Bug Bounty program.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Data is provided by the National Vulnerability Database (NVD)
Github ≫ Enterprise Server Version < 3.9.13
Github ≫ Enterprise Server Version >= 3.10.0 < 3.10.10
Github ≫ Enterprise Server Version >= 3.11.0 < 3.11.8
Github ≫ Enterprise Server Version >= 3.12.0 < 3.12.1
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.14% | 0.35 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 5.9 | 0.7 | 5.2 |
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N
|
| product-cna@github.com | 5.5 | 0.7 | 4.7 |
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L
|
CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition
The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the product to perform invalid actions when the resource is in an unexpected state.