fastapi_users-11.0.0-py3-none-any.whl: 1 vulnerabilities (highest severity is: 7.5)
mend-bolt-for-github opened this issue · 0 comments
Vulnerable Library - fastapi_users-11.0.0-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Vulnerabilities
| CVE | Severity | Dependency | Type | Fixed in (fastapi_users version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2024-24762 | 7.5 | python_multipart-0.0.6-py3-none-any.whl | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-24762
Vulnerable Library - python_multipart-0.0.6-py3-none-any.whl
A streaming multipart parser for Python
Library home page: https://files.pythonhosted.org/packages/b4/ff/b1e11d8bffb5e0e1b6d27f402eeedbeb9be6df2cdbc09356a1ae49806dbf/python_multipart-0.0.6-py3-none-any.whl
Path to dependency file: /requirements.txt
Path to vulnerable library: /requirements.txt
Dependency Hierarchy:
- fastapi_users-11.0.0-py3-none-any.whl (Root Library)
- ❌ python_multipart-0.0.6-py3-none-any.whl (Vulnerable Library)
Found in base branch: main
Vulnerability Details
python-multipart is a streaming multipart parser for Python. When using form data, python-multipart uses a Regular Expression to parse the HTTP Content-Type header, including options. An attacker could send a custom-made Content-Type option that is very difficult for the RegEx to process, consuming CPU resources and stalling indefinitely (minutes or more) while holding the main event loop. This means that process can't handle any more requests, leading to regular expression denial of service. This vulnerability has been patched in version 0.0.7.
Publish Date: 2024-02-05
URL: CVE-2024-24762
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2024-24762
Release Date: 2024-02-05
Fix Resolution: python-multipart - 0.0.7
Step up your Open Source Security Game with Mend here