Skip to content

email_validator-1.2.1-py2.py3-none-any.whl: 3 vulnerabilities (highest severity is: 7.0) #75

Description

@mend-for-github-com
Vulnerable Library - email_validator-1.2.1-py2.py3-none-any.whl

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (email_validator version) Remediation Possible** Reachability
CVE-2023-29483 High 7.0 dnspython-2.1.0-py3-none-any.whl Transitive 1.3.0
CVE-2024-3651 Medium 6.2 idna-3.3-py3-none-any.whl Transitive 1.3.0
CVE-2026-45409 Medium 5.3 idna-3.3-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-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

For more information on CVSS3 Scores, click here.

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

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 (6.2)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2024-3651

Release Date: 2024-07-07

Fix Resolution (idna): 3.7

Direct dependency fix Resolution (email-validator): 1.3.0

CVE-2026-45409

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

This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. Payloads such as ""\u0660" * N" or ""\u30fb" * N + "\u6f22"" utilize the "valid_contexto" function prior to length rejection, and for high values of "N" will take a long time to process. Impact A specially crafted argument to the "idna.encode()" function could consume significant resources. This may lead to a denial-of-service. Patches Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). Workarounds Domain names cannot exceed 253 characters in length, if this length limit is enforced prior to passing the domain to the "idna.encode()" function it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.

Publish Date: 2026-05-19

URL: CVE-2026-45409

CVSS 3 Score Details (5.3)

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: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-65pc-fj4g-8rjx

Release Date: 2026-05-19

Fix Resolution (idna): 3.15

Direct dependency fix Resolution (email-validator): 1.3.0

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions