-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Vulnerable Library - eventlet-0.35.2-py3-none-any.whl
Highly concurrent networking library
Library home page: https://files.pythonhosted.org/packages/a6/5e/ea38bad6b685b0fde055b725e0a50613bfeecd572ec7606fa9449404f89a/eventlet-0.35.2-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Found in HEAD commit: c24b250c4fdd4b0bb57881f5f09e59a6f6a1a3b5
Vulnerabilities
Vulnerability | Severity | Dependency | Type | Fixed in (eventlet version) | Remediation Possible** | |
---|---|---|---|---|---|---|
CVE-2025-58068 | 9.1 | eventlet-0.35.2-py3-none-any.whl | Direct | 0.40.3 | ❌ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2025-58068
Vulnerable Library - eventlet-0.35.2-py3-none-any.whl
Highly concurrent networking library
Library home page: https://files.pythonhosted.org/packages/a6/5e/ea38bad6b685b0fde055b725e0a50613bfeecd572ec7606fa9449404f89a/eventlet-0.35.2-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
- ❌ eventlet-0.35.2-py3-none-any.whl (Vulnerable Library)
Found in HEAD commit: c24b250c4fdd4b0bb57881f5f09e59a6f6a1a3b5
Found in base branch: main
Vulnerability Details
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.
Publish Date: 2025-08-29
URL: CVE-2025-58068
CVSS 3 Score Details (9.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-hw6f-rjfj-j7j7
Release Date: 2025-08-29
Fix Resolution: 0.40.3
Step up your Open Source Security Game with Mend here