VYPR

Maven package

io.jsonwebtoken/jjwt-impl

pkg:maven/io.jsonwebtoken/jjwt-impl

Vulnerabilities (1)

  • CVE-2024-31033MedApr 1, 2024
    affected <= 0.12.5

    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: