Katalog CVE

CVE-2026-48809

WysokieCVSS 7.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.28%

Percentyl 20 - wyżej niż 20% wszystkich znanych CVE

Streszczenie

python-engineio przed wersją 4.13.2 ma dwie konfiguracje serwera, w których rozmiar przychodzących wiadomości nie jest sprawdzany przed załadowaniem ich do pamięci. Atakujący może wykorzystać to do spowodowania niepotrzebnych alokacji pamięci w serwerze. Dotyczy to żądań POST przy użyciu ASGI z transportem long polling oraz wiadomości WebSocket przy użyciu Aiohttp z transportem WebSocket. Wersja 4.13.2 rozwiązuje ten problem.

Ocena ryzyka

Atakujący może spowodować nadmierne zużycie pamięci serwera, co może prowadzić do spowolnienia lub awarii usługi.

Rekomendacja

Zaktualizuj python-engineio do wersji 4.13.2 lub nowszej.

Oryginalny opis (angielski, źródło NVD)

python-engineio is a Python implementation of the Engine.IO realtime client and server. Versions prior to 4.13.2 have two specific configurations of the python-engineio server in which the size of incoming messages is not checked before the messages are loaded into memory. An attacker can take advantage of these to cause unnecessary memory allocations in the python-engineio server. The two cases are POST requests, when using ASGI with the long polling transport and WebSocket messages, when using Aiohttp with the WebSocket transport. Version 4.13.2 addresses this issue. ASGI severs now only load the body of incoming requests into memory after the client is confirmed to be known and authenticated, and the payload size is below the maximum allowed size. Requests that do not comply with these requirements are discarded. Aiohttp servers configure the maximum payload size in the underlying WebSocket layer from Aiohttp, so that large messages are discarded by Aiohttp before they are delivered to python-engineio.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS