๐Ÿ” CVE Alert

CVE-2026-62995

UNKNOWN 0.0

joserfc accepts JWT with padding, leading to JWT malleability

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption (JOSE) standards. in versions 1.7.1 and prior, joserfc accepts JWTs with trailing padding (==) which are not conforming to the JOSE specifications. This leads to malleability of the JWTs when consumed by joserfc. Depending on this application this might or not be an issue. This could lead to bypass of token revocation or anti-replay protection when implemented as a deny list of tokens or a deny list of token hashes. Note that ECDSA JWS are always malleable because of the malleability of ECDSA signatures (first test case in the code bellow). This makes a scheme which assumes that JWTs are not malleable brittle. However for other signatures (or MAC) schemes it might make sense to assume non malleability of the token. This issue has been fixed in version 1.7.2.

CWE CWE-345
Vendor authlib
Product joserfc
Published Jul 29, 2026
Stay Ahead of the Next One

Get instant alerts for authlib joserfc

Be the first to know when new unknown vulnerabilities affecting authlib joserfc are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

authlib / joserfc
< 1.7.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/authlib/joserfc/security/advisories/GHSA-5jhw-7jv7-qcqq