CVE-2015-9235: Input Validation
In jsonwebtoken node module before 4.2.2 it is possible for an attacker to bypass verification when a token digitally signed with an asymmetric key (RS/ES family) of algorithms but instead the attacker send a token digitally signed with a symmetric algorithm (HS family).
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2015-9235?
CVE-2015-9235 is considered to have a high severity due to the potential for attackers to bypass token verification.
How do I fix CVE-2015-9235?
To fix CVE-2015-9235, update the jsonwebtoken module to version 4.2.2 or later.
Which versions of jsonwebtoken are affected by CVE-2015-9235?
CVE-2015-9235 affects all versions of the jsonwebtoken module prior to 4.2.2.
What types of tokens are vulnerable in CVE-2015-9235?
CVE-2015-9235 allows attackers to exploit tokens signed with symmetric algorithms instead of asymmetric ones.
What is the impact of CVE-2015-9235 on applications using jsonwebtoken?
Applications using jsonwebtoken prior to version 4.2.2 may face unauthorized access due to flawed token verification.