VYPR

Idna

by Kjd

pypi: idna

Source repositories

CVEs (2)

  • CVE-2024-3651HigJul 7, 2024
    risk 0.42cvss 7.5epss 0.01

    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…

  • CVE-2026-45409MedJun 5, 2026
    risk 0.27cvss 5.3epss 0.00

    Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `"\u0660" * N` or `"\u30fb" * N + "\u6f22"` utilize…