Vulnerability CVE-2024-31033


Published: 2024-04-01

Description:
JJWT (aka Java JWT) through 0.12.5 ignores certain characters and thus a user might falsely conclude that they have a strong key. The impacted code is the setSigningKey() method within the DefaultJwtParser class and the signWith() method within the DefaultJwtBuilder class.

 References:
https://github.com/jwtk/jjwt
https://www.viralpatel.net/java-create-validate-jwt-token/
https://github.com/2308652512/JJWT_BUG

Copyright 2026, cxsecurity.com

 

Back to Top