VYPR

PyPI package

python-jose

pkg:pypi/python-jose

Vulnerabilities (4)

  • CVE-2024-29370Dec 17, 2025
    affected < 3.4.0fixed 3.4.0

    In python-jose 3.3.0 (specifically jwe.decrypt), a vulnerability allows an attacker to cause a Denial-of-Service (DoS) condition by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it re

  • CVE-2024-33664Apr 25, 2024
    affected < 3.4.0fixed 3.4.0

    python-jose through 3.3.0 allows attackers to cause a denial of service (resource consumption) during a decode via a crafted JSON Web Encryption (JWE) token with a high compression ratio, aka a "JWT bomb." This is similar to CVE-2024-21319.

  • CVE-2024-33663Apr 25, 2024
    affected < 3.4.0fixed 3.4.0

    python-jose through 3.3.0 has algorithm confusion with OpenSSH ECDSA keys and other key formats. This is similar to CVE-2022-29217.

  • CVE-2016-7036CriJan 23, 2017
    affected < 1.3.2fixed 1.3.2

    python-jose before 1.3.2 allows attackers to have unspecified impact by leveraging failure to use a constant time comparison for HMAC keys.