CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-36854

High
Published: Translated: NVD NIST

Summary

W EOL ASP.NET występuje podatność, która może prowadzić do wykonania zdalnego kodu w wyniku warunków wyścigu podczas zamykania strumienia HTTP/3, gdy aplikacja zapisuje do ciała odpowiedzi. Problem ten dotyczy wersji 6.0.0 do 6.0.36 oraz 8.0.0 do 8.0.8 i 9.0.0-preview.1.24081.5 do 9.0.0.RC.1.

Risk Assessment

Wykorzystanie tej podatności może prowadzić do zdalnego wykonania kodu, co stwarza poważne zagrożenie dla bezpieczeństwa aplikacji i danych organizacji.

Recommendation

Zaleca się aktualizację EOL ASP.NET do najnowszej wersji, aby usunąć tę podatność oraz monitorowanie aplikacji pod kątem nieautoryzowanych działań.

Related vulnerabilities

Original NVD description (English source)

A vulnerability ( CVE-2024-38229 https://www.cve.org/CVERecord ) exists in EOL ASP.NET when closing an HTTP/3 stream while application code is writing to the response body, a race condition may lead to use-after-free, resulting in Remote Code Execution. Per CWE-416: Use After Free https://cwe.mitre.org/data/definitions/416.html , Use After Free is when a product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. This issue affects EOL ASP.NET 6.0.0 <= 6.0.36 as represented in this CVE, as well as 8.0.0 <= 8.0.8, 9.0.0-preview.1.24081.5 <= 9.0.0.RC.1 as represented in  CVE-2024-38229 https://www.cve.org/CVERecord . Additionally, if you've deployed self-contained appli

Vulnerability data from NVD (NIST) · CISA KEV · EPSS