Eventlet affected by HTTP request smuggling in unparsed trailers
Description
Published to the GitHub Advisory Database
Aug 29, 2025
Reviewed
Aug 29, 2025
Published by the National Vulnerability Database
Aug 29, 2025
Last updated
Sep 1, 2025
Impact
The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections.
This vulnerability could enable attackers to:
Patches
Problem has been patched in eventlet 0.40.3.
The patch just drops trailers. If a backend behind eventlet.wsgi proxy requires trailers, then this patch BREAKS your setup.
Workarounds
Do not use eventlet.wsgi facing untrusted clients.
References
References