VYPR
Vendor

Python Jose Project

Products
1
CVEs
5
Across products
5
Status
Private

Products

1

Recent CVEs

5
  • CVE-2016-7036CriJan 23, 2017
    risk 0.57cvss 9.8epss 0.02

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

  • CVE-2025-61152MedOct 10, 2025
    risk 0.42cvss 6.5epss 0.00

    python-jose thru 3.3.0 allows JWT tokens with 'alg=none' to be decoded and accepted without any cryptographic signature verification. A malicious actor can craft a forged token with arbitrary claims (e.g., is_admin=true) and bypass authentication checks, leading to privilege…

  • CVE-2024-33663MedApr 26, 2024
    risk 0.42cvss 6.5epss 0.00

    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-2024-33664MedApr 26, 2024
    risk 0.28cvss 5.3epss 0.01

    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-29370MedDec 17, 2025
    risk 0.27cvss 5.3epss 0.00

    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…