Skip to main content

Windows Subsystem for Linux EUVDEUVD-2026-44280

| CVE-2026-57973 MEDIUM
Time-of-check Time-of-use (TOCTOU) Race Condition (CWE-367)
2026-07-14 microsoft GHSA-32j5-g8f9-jjh7
4.7
CVSS 3.1 · NVD
Share

Severity by source

Vendor (microsoft) PRIMARY
MEDIUM
qualitative
NVD
4.7 MEDIUM
AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N
vuln.today AI
4.7 MEDIUM

Local-only TOCTOU race requires low privileges and precise timing (AC:H); tampering yields high integrity impact with no confidentiality or availability effect.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N
4.0 AV:L/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (microsoft).

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

4
Analysis Generated
Jul 22, 2026 - 16:04 vuln.today
CVSS changed
Jul 20, 2026 - 18:52 NVD
6.3 (MEDIUM) 4.7 (MEDIUM)
CVE Published
Jul 14, 2026 - 17:09 nvd
MEDIUM 4.7
CVE Published
Jul 14, 2026 - 17:09 nvd
MEDIUM 6.3

DescriptionNVD

Time-of-check time-of-use (toctou) race condition in Windows Subsystem for Linux allows an authorized attacker to perform tampering locally.

AnalysisAI

Tampering via a time-of-check time-of-use (TOCTOU) race condition in Windows Subsystem for Linux 2 (WSL2) enables a locally authorized, low-privileged attacker to manipulate file system or resource state between the moment a security check is performed and the moment the resource is actually used. Affected versions run below 2.7.10, and Microsoft has released a fix. No public exploit code has been identified and CISA has not added this to the KEV catalog, but the SSVC framework assesses technical impact as total if the race is won, making the integrity risk significant despite a medium CVSS score.

Technical ContextAI

WSL2 (cpe:2.3:a:microsoft:windows_subsystem_for_linux_(wsl2):*:*:*:*:*:*:*:*) is Microsoft's virtualization-based Linux compatibility layer, running a real Linux kernel inside a lightweight Hyper-V utility VM. CWE-367 (TOCTOU Race Condition) describes the class of defect where a program reads a resource's state to make a security or access decision, then acts on the resource in a separate, non-atomic operation - leaving a window in which another thread or process can swap the resource's identity or content. In WSL2's architecture, the interplay between the Windows NT object manager, the Plan 9 file-system protocol (9P) used for host filesystem bridging, and the Linux VFS layer creates multiple TOCTOU-susceptible boundaries. The high attack complexity (AC:H) in the CVSS vector reflects that winning the race requires precise timing, often demanding repeated attempts or specialized tooling to reliably exploit.

RemediationAI

The primary fix is to upgrade Windows Subsystem for Linux 2 to version 2.7.10 or later, as released by Microsoft and documented at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57973. WSL2 can be updated via the Microsoft Store (if installed from there) or by running 'wsl --update' from an elevated command prompt followed by 'wsl --shutdown' and restarting the subsystem. As a compensating control where immediate patching is not possible, administrators can restrict which users are permitted to run WSL2 instances via AppLocker or Windows Defender Application Control policies - this does not eliminate the vulnerability but limits the pool of potential attackers to those already holding elevated access, narrowing real-world risk. Disabling WSL2 entirely ('wsl --set-default-version 1' or removing the WSL2 optional feature) eliminates the attack surface at the cost of losing Linux kernel compatibility; WSL1 is not confirmed affected by this specific TOCTOU path. No patch version conflict with WSL1 is expected.

Share

EUVD-2026-44280 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy