cve/2015/CVE-2015-9235.md
2024-08-30 20:52:42 +00:00

1.2 KiB

CVE-2015-9235

Description

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).

POC

Reference

No PoCs from references.

Github