Insecure encryption algorithm In io.jsonwebtoken:jjwt-impl
This advisory was classified as a False Positive during our data review process to ensure accuracy and data quality.
Description
Withdrawn: JJWT improperly generates signing keys
Withdrawn Advisory
This advisory has been withdrawn because it has been found to be disputed. Please see the issue here for more information.
Original 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
maven | - | ||
maven | 0.12.6 |
Aliases
1. 2. 3. 4. 5.
References
1. 2. 3. 4. 5.