Logo
componentpython3-eventlet
Name
python3-eventlet
Version
0.33.3
Type
library
Description
-
Licenses
MIT
PURL
-
CPE
cpe:2.3:*:*:python3-eventlet:0.33.3:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
0.41.0
scarthgap
0.36.1

Patches#


#
Title
Author
Resolve
1
Fix request smuggling vulnerability by discarding trailers
sebsrt <s@sebsrt.xyz>
CVE-2025-58068

Vulnerabilities#


Name
Analysis
Description
Patched
Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients.