AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-31033

MEDIUM · CVSS 6.8 EPSS 0.78% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-04-01 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.8. It affects Java. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-31033
Severity
MEDIUM
CVSS
6.8
EPSS
0.78%
Java

Original NVD 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. NOTE: the vendor disputes this because the "ignores" behavior cannot occur (in any version) unless there is a user error in how JJWT is used, and because the version that was actually tested must have been more than six years out of date.