Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-44546

3.7 · LOW
Published Jun 3, 2026 djangoproject CWE-444

Overview

CVE-2026-44546 is a low-severity vulnerability affecting djangoproject daphne. It was published on June 3, 2026 and has a CVSS 3.1 base score of 3.7 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from djangoproject. Update daphne to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
djangoproject daphne >= 0, < 4.2.2 Affected

Frequently Asked Questions

What is CVE-2026-44546?

CVE-2026-44546 is a low-severity vulnerability affecting djangoproject daphne. It was published on June 3, 2026 and has a CVSS 3.1 base score of 3.7 (LOW).

How severe is CVE-2026-44546?

This vulnerability has a CVSS 3.1 base score of 3.7, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-44546?

Check the references section for vendor advisories and patches from djangoproject. Update daphne to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-44546?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-44546 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.