CVE-2016-10555

UnknownEPSS 4.90%

Last modified

CVE-2016-10555 is a vulnerability of currently unknown severity. 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. EPSS estimates a 4.90% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
4.90%

91.0th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Jwt-Simple ProjectJwt-Simple<= 0.3.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2016-10555?
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.
How severe is CVE-2016-10555?
Severity scoring for CVE-2016-10555 is pending analysis. The EPSS model estimates a 4.90% probability of exploitation in the next 30 days.
How do I fix CVE-2016-10555?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2016-10555?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST