CVE Vulnerabilities

CVE-2023-6690

Time-of-check Time-of-use (TOCTOU) Race Condition

Published: Dec 21, 2023 | Modified: Dec 29, 2023
CVSS 3.x
2
LOW
Source:
NVD
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A race condition in GitHub Enterprise Server allowed an existing admin to maintain permissions on transferred repositories by making a GraphQL mutation to alter repository permissions during the transfer. This vulnerability affected GitHub Enterprise Server version 3.8.0 and above and was fixed in version 3.8.12, 3.9.7, 3.10.4, and 3.11.1.

Weakness

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.

Affected Software

Name Vendor Start Version End Version
Enterprise_server Github 3.8.0 (including) 3.8.12 (excluding)
Enterprise_server Github 3.9.0 (including) 3.9.7 (excluding)
Enterprise_server Github 3.10.0 (including) 3.10.4 (excluding)
Enterprise_server Github 3.11.0 (including) 3.11.0 (including)

Potential Mitigations

References