CVE-2026-44546
⚪ Do wiadomości
Wstrzyknięcie nagłówków w daphne pozwala na manipulację ASGI scope aplikacji.
CVSS
3.7
EPSS
0.2%
Exploit
none
Vendor
djangoproject
Opis źródłowy (NVD)
daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to autobahn for WebSocket handshake processing. Twisted does not treat \x0b, \x0c, \x1c, \x1d, \x1e, or \x85 as header line separators, but autobahn decodes header values to str and calls splitlines(). An attacker can exploit this parser differential to inject additional headers into the ASGI scope passed to the application. daphne now rejects requests with these bytes in any header value with a 400 response.
brak
Brak patcha
Źródła i daty
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 3.7 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.2% |
| Opublikowano (NVD) | 2026-06-03 14:16:43 UTC |
| Ostatnia modyfikacja (NVD) | 2026-06-15 19:52:47 UTC |
Referencje
- https://github.com/django/daphne/blob/main/CHANGELOG.txt (6a34fbeb-21d4-45e7-8e0a-62b95bc12c92) [Release Notes]