Uncaught Exception in granian - CVE-2026-42545
Published: July 20, 2026
Vulnerability details
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to Granian aborts a worker process if a WSGI application returns an invalid HTTP response header name or value. The WSGI response conversion path uses .unwrap() on both the header name and header value constructors, so malformed output from the application becomes a process abort instead of a handled error. A remote attacker can trigger an uncaught exception and perform a denial of service (DoS) attack.