VYPR

Jjwt

by Jwtk

Source repositories

CVEs (1)

  • CVE-2024-31033MedApr 1, 2024
    risk 0.44cvss 6.8epss 0.00

    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. NOTE:…