AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2016-10555

MEDIUM · CVSS 6.5 EPSS 4.90% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2018-05-31 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.5. 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-2016-10555
Severity
MEDIUM
CVSS
6.5
EPSS
4.90%

Original NVD Description

Since "algorithm" isn't enforced in jwt.decode()in jwt-simple 0.3.0 and earlier, a malicious user could choose what algorithm is sent sent to the server. If the server is expecting RSA but is sent HMAC-SHA with RSA's public key, the server will think the public key is actually an HMAC private key. This could be used to forge any data an attacker wants.