7
CVE-2023-43741
- EPSS 0.01%
- Veröffentlicht 22.12.2023 10:15:11
- Zuletzt bearbeitet 21.11.2024 08:24:41
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
A time-of-check-time-of-use race condition vulnerability in Buildkite Elastic CI for AWS versions prior to 6.7.1 and 5.22.5 allows the buildkite-agent user to bypass a symbolic link check for the PIPELINE_PATH variable in the fix-buildkite-agent-builds-permissions script.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Buildkite ≫ Elastic Ci Stack SwPlatformaws Version < 5.22.5
Buildkite ≫ Elastic Ci Stack SwPlatformaws Version >= 6.0.0 < 6.7.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.01% | 0.01 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7 | 1 | 5.9 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
|
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.