Bug 2484368 (CVE-2026-44546) - CVE-2026-44546 daphne: daphne: Information disclosure via header injection due to parser differential
Summary: CVE-2026-44546 daphne: daphne: Information disclosure via header injection du...
Keywords:
Status: NEW
Alias: CVE-2026-44546
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-03 15:01 UTC by OSIDB Bzimport
Modified: 2026-06-11 07:30 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-03 15:01:24 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.