CVE Catalog

CVE-2026-85078

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

In Sanic version 25.12.0, HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controlled bytes in that trailer region, which Sanic parses and routes as a hidden second request. This breaks HTTP request-boundary integrity and can provide a request-smuggling primitive when Sanic is deployed behind intermediaries.

Risk Assessment

The vulnerability may allow an attacker to bypass intermediary security controls such as WAFs or proxies and reach internal resources. This can lead to unauthorized access or cache poisoning.

Recommendation

Upgrade Sanic to version 25.12.1 or later. Until patched, consider limiting trust in headers forwarded by intermediaries.

Other vulnerabilities in Sanic

See all
Original NVD description (English source)

Sanic is an opensource python web server/framework. In version 25.12.0, Sanic's core HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controlled bytes in that trailer region, causing Sanic to parse and route them as a hidden second request after the outer request. This breaks HTTP request-boundary integrity and can provide a request-smuggling primitive when Sanic is deployed behind intermediaries. This issue is fixed in version 25.12.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS