CVE-2026-42545

Granian is a Rust HTTP server for Python applications. From 0.2.0 to 2.7.4, 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. This vulnerability is fixed in 2.7.4.
Configurations

No configuration.

History

14 May 2026, 13:16

Type Values Removed Values Added
References () https://github.com/emmett-framework/granian/security/advisories/GHSA-f5p7-9fr5-8jmj - () https://github.com/emmett-framework/granian/security/advisories/GHSA-f5p7-9fr5-8jmj -

12 May 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-12 22:16

Updated : 2026-05-14 13:16


NVD link : CVE-2026-42545

Mitre link : CVE-2026-42545

CVE.ORG link : CVE-2026-42545


JSON object : View

Products Affected

No product.

CWE
CWE-248

Uncaught Exception

CWE-755

Improper Handling of Exceptional Conditions