VYPR

PyPI package

ecdsa

pkg:pypi/ecdsa

Vulnerabilities (4)

  • CVE-2026-33936MedMar 27, 2026
    affected < 0.19.2fixed 0.19.2

    The `ecdsa` PyPI package is a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Prior to version 0.19.2,

  • CVE-2024-23342Jan 22, 2024
    affected >= 0

    The `ecdsa` PyPI package is a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Versions 0.18.0 and prior

  • CVE-2019-14859Jan 2, 2020
    affected < 0.13.3fixed 0.13.3

    A flaw was found in all python-ecdsa versions before 0.13.3, where it did not correctly verify whether signatures used DER encoding. Without this verification, a malformed signature could be accepted, making the signature malleable. Without proper verification, an attacker could

  • CVE-2019-14853Nov 26, 2019
    affected < 0.13.3fixed 0.13.3

    An error-handling flaw was found in python-ecdsa before version 0.13.3. During signature decoding, malformed DER signatures could raise unexpected exceptions (or no exceptions at all), which could lead to a denial of service.