VYPR

rpm package

opensuse/python-PyJWT&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/python-PyJWT&distro=openSUSE%20Tumbleweed

Vulnerabilities (8)

  • CVE-2026-48526HigMay 28, 2026
    affected < 2.13.0-1.1fixed 2.13.0-1.1

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer publ

  • CVE-2026-48525MedMay 28, 2026
    affected < 2.13.0-1.1fixed 2.13.0-1.1

    PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-p

  • CVE-2026-48524LowMay 28, 2026
    affected < 2.13.0-1.1fixed 2.13.0-1.1

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can tr

  • CVE-2026-48523MedMay 28, 2026
    affected < 2.13.0-1.1fixed 2.13.0-1.1

    PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. The token header alg is checked against the caller-supplied algorithms allow-list

  • CVE-2026-48522MedMay 28, 2026
    affected < 2.13.0-1.1fixed 2.13.0-1.1

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There i

  • CVE-2026-32597HigMar 13, 2026
    affected < 2.12.1-1.1fixed 2.12.1-1.1

    PyJWT is a JSON Web Token implementation in Python. Prior to 2.12.0, PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token i

  • CVE-2024-53861Nov 29, 2024
    affected < 2.10.1-1.1fixed 2.10.1-1.1

    pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for `iss` checking, resulting in `"acb"` being accepted for `"_abc_"`. This is a bug introduced in version 2.10.0: checking the "iss" claim changed from `isinstance(issuer, list)` to `isinst

  • CVE-2022-29217May 24, 2022
    affected < 2.10.1-2.1fixed 2.10.1-2.1

    PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requires that the application chooses what algorithms are supported. The