
github.com/golang-jwt/jwt is vulnerable to Denial Of Service (DoS). The vulnerability is due to inefficient parsing of untrusted input in the ParseUnverified function, which splits tokens using strings.Split without proper input validation, allowing an attacker to trigger excessive memory allocations by sending a malicious Authorization header with a large number of periods…Read More
Denial Of Service (DoS)

