GHSA-xh68-hfp5-5x5m · Severity: low — daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to...
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.
Conclusion & alert: CVE-2026-44546 is rated Low Risk (17.3/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.17%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.17% | +0.14% |
| 2 | 2026-06-04 | — | 0.03% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 3.7 | 3.1 | LOW |
|
2.2 | 1.4 | 6a34fbeb-21d4-45e7-8e0a-62b95bc12c92 |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-xh68-hfp5-5x5m · Severity: low — daphne before 4.2.2 reconstructs a raw HTTP request from Twisted's parsed headers and feeds it to...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-44546 not yet assigned priority: Debian including 1 source packages (python-daphne), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-44546 |
ubuntu
|
medium | CVE-2026-44546 medium priority: Ubuntu including 1 source packages (python-daphne), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, resolute, upstream): needs-triage 7. | https://ubuntu.com/security/CVE-2026-44546 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| djangoproject | daphne | < 4.2.2 | cpe:2.3:a:djangoproject:daphne:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/django/daphne/blob/main/CHANGELOG.txt | Release Notes |