Jpadilla Pyjwt

8 CVEs affecting Jpadilla Pyjwt. Latest disclosed: 2026-05-28. Critical: 0, High: 3.

Top CVEs affecting Jpadilla Pyjwt
CVESeverityScorePublishedSummary
CVE-2026-32597High7.52026-03-13PyJWT 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…
CVE-2026-48526High7.42026-05-28PyJWT 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 a…
CVE-2022-29217High7.42022-05-24PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choo…
CVE-2026-48523Medium5.42026-05-28PyJWT 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_…
CVE-2026-48525Medium5.32026-05-28PyJWT 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…
CVE-2026-48522Medium4.22026-05-28PyJWT 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…
CVE-2026-48524Low3.72026-05-28PyJWT 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 J…
CVE-2024-53861Low2.22024-11-29pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for `iss` checking, resulting in `"acb"` being accepted for `"_abc_"`…