CVE-2026-21523
Analyzed
Analyzed - Analysis Complete
TOCTOU Race Condition in GitHub Copilot Enables Remote Code Execution
Publication date: 2026-02-10
Last updated on: 2026-02-11
Assigner: Microsoft Corporation
Description
Description
Time-of-check time-of-use (toctou) race condition in GitHub Copilot and Visual Studio allows an authorized attacker to execute code over a network.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| microsoft | visual_studio_code | to 1.109.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-367 | 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. |