-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (email_validator version) | Remediation Possible** | Reachability | |
|---|---|---|---|---|---|---|---|
| CVE-2024-3651 | 7.5 | idna-3.3-py3-none-any.whl | Transitive | 1.3.0 | ❌ | ||
| CVE-2023-29483 | 7.0 | dnspython-2.1.0-py3-none-any.whl | Transitive | 1.3.0 | ❌ |
**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.3-py3-none-any.whl
Internationalized Domain Names in Applications (IDNA)
Library home page: https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
Dependency Hierarchy:
- email_validator-1.2.1-py2.py3-none-any.whl (Root Library)
- ❌ idna-3.3-py3-none-any.whl (Vulnerable Library)
Found in base branch: develop
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: GHSA-jjg7-2v4v-x38h
Release Date: 2024-07-07
Fix Resolution (idna): 3.7
Direct dependency fix Resolution (email-validator): 1.3.0
CVE-2023-29483
Vulnerable Library - dnspython-2.1.0-py3-none-any.whl
DNS toolkit
Library home page: https://files.pythonhosted.org/packages/f5/2d/ae9e172b4e5e72fa4b3cfc2517f38b602cc9ba31355f9669c502b4e9c458/dnspython-2.1.0-py3-none-any.whl
Dependency Hierarchy:
- email_validator-1.2.1-py2.py3-none-any.whl (Root Library)
- ❌ dnspython-2.1.0-py3-none-any.whl (Vulnerable Library)
Found in base branch: develop
Vulnerability Details
eventlet before 0.35.2, as used in dnspython before 2.6.0, allows remote attackers to interfere with DNS name resolution by quickly sending an invalid packet from the expected IP address and source port, aka a "TuDoor" attack. In other words, dnspython does not have the preferred behavior in which the DNS name resolution algorithm would proceed, within the full time window, in order to wait for a valid packet. NOTE: dnspython 2.6.0 is unusable for a different reason that was addressed in 2.6.1.
Publish Date: 2024-04-11
URL: CVE-2023-29483
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-3rq5-2g8h-59hc
Release Date: 2024-04-11
Fix Resolution (dnspython): 2.6.1
Direct dependency fix Resolution (email-validator): 1.3.0