Microsoft Security Advisory CVE-2026-69806 | .NET Elevation of Privilege Vulnerability
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
# Microsoft Security Advisory CVE-2026-69806 – .NET Elevation of Privilege Vulnerability
## Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET SDK dotnet watch. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
The dotnet-watch AspireServerService exposes information through the use of certain arguments, that in turn can enable code injection.
## Announcement
Announcement for this issue can be found at https://github.com/dotnet/announcements/issues/442
## CVSS Details
- **Version:** 3.1
- **Severity:** High
- **Score:** 7.0
- **Vector:** `CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H`
- **Weakness:** CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor); CWE-94 (Improper Control of Generation of Code ('Code Injection'))
## Affected Platforms
- **Platforms:** Linux
- **Architectures:** All
## Affected .NET SDKs
The vulnerability affects Linux installations of the .NET SDK in the version ranges listed below. These are SDK versions, not NuGet package versions.
### .NET 11 RC1
SDK feature band | Affected SDK version | Patched SDK version
---------------- | -------------------- | -------------------
11.0.1xx RC1 | Earlier .NET 11 previews | 11.0.100-rc.1
### .NET 10
SDK feature band | Affected SDK version | Patched SDK version
---------------- | -------------------- | -------------------
10.0.1xx | >= 10.0.100, <= 10.0.110 | 10.0.111
10.0.3xx | >= 10.0.300, <= 10.0.399 | 10.0.400
### .NET 9
SDK feature band | Affected SDK version | Patched SDK version
---------------- | -------------------- | -------------------
9.0.3xx | >= 9.0.300, <= 9.0.316 | 9.0.317
## Advisory FAQ
### How do I know if I am affected?
If using an SDK listed in [affected .NET SDKs](#affected-sdks) on Linux, you're exposed to the vulnerability.
1. To fix the issue please install the latest version of .NET.
2. Update each affected SDK feature band to the patched version listed above. You can list the versions you have installed by running the `dotnet --info` command.
Once you have installed the updated SDK, restart dotnet watch and your applications for the update to take effect.
## Other Information
### Reporting Security Issues
If you have found a potential security issue in a supported version of .NET, please report it to the Microsoft Security Response Center (MSRC) via the [MSRC Researcher Portal](https://msrc.microsoft.com/report/vulnerability/new). Further information can be found in the MSRC [Report an Issue FAQ](https://www.microsoft.com/msrc/faqs-report-an-issue).
Security reports made through MSRC may qualify for the Microsoft .NET Bounty. Details of the Microsoft .NET Bounty Program including terms and conditions are at https://aka.ms/corebounty.
### Support
You can ask questions about this issue on GitHub in the .NET GitHub organization. The main repos are located at https://github.com/dotnet/sdk. The Announcements repo (https://github.com/dotnet/Announcements) will contain this bulletin as an issue and will include a link to a discussion issue. You can ask questions in the linked discussion issue.
### Disclaimer
The information provided in this advisory is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
### External Links
[CVE-2026-69806](https://www.cve.org/CVERecord?id=CVE-2026-69806)
### Acknowledgements
Ky0toFu with Microsoft
### Revisions
V1.0 (09/08/2026): Advisory published.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.