-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerable Library - idna-3.6-py3-none-any.whl
Internationalized Domain Names in Applications (IDNA)
Library home page: https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl
Path to dependency file: /tmp/ws-scm/flappy_detector
Path to vulnerable library: /tmp/ws-scm/flappy_detector,/requirements.txt
Found in HEAD commit: becc85ab1b5f059a9b9ba629c0734b3199a5d00a
Vulnerabilities
CVE | Severity | Dependency | Type | Fixed in (idna version) | Remediation Possible** | Reachability | |
---|---|---|---|---|---|---|---|
CVE-2024-3651 | 7.5 | idna-3.6-py3-none-any.whl | Direct | idna - 3.7 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-3651
Vulnerable Library - idna-3.6-py3-none-any.whl
Internationalized Domain Names in Applications (IDNA)
Library home page: https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl
Path to dependency file: /tmp/ws-scm/flappy_detector
Path to vulnerable library: /tmp/ws-scm/flappy_detector,/requirements.txt
Dependency Hierarchy:
- ❌ idna-3.6-py3-none-any.whl (Vulnerable Library)
Found in HEAD commit: becc85ab1b5f059a9b9ba629c0734b3199a5d00a
Found in base branch: main
Vulnerability Details
A vulnerability was identified in the kjd/idna library, specifically within the idna.encode()
function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the idna.encode()
function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.
Publish Date: 2024-07-07
URL: CVE-2024-3651
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-3651
Release Date: 2024-07-07
Fix Resolution: idna - 3.7
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.