2 matches found
kit-jwt
kit-jwt Codifica e decodifica JSON Web Token JWT per Kit TOC File File| Descrizione ---|--- .editorconfig| Configurazione della formattazione dell'editor .gitignore| Regole Git per ignorare artefatti di build e dipendenze .tool-versions| Versioni degli strumenti asdf Zig, Kit LICENSE| File della...
5.7AI score
SaveExploits0References12
ruby-jwt: Empty-key HMAC bypass; cross-language sibling of CVE-2026-44351
JWT.decodetoken, '', true, algorithm: 'HS256' accepts an attacker-forged token. OpenSSL::HMAC.digest'SHA256', '', payload returns a valid digest under an empty key, and no raise InvalidKeyError if key.empty? precondition exists in the HMAC algorithm. JWT.decodetoken, "", true, algorithm: 'HS256' ...
9.1CVSS5.7AI score0.00335EPSS
SaveExploits0References1Affected Software1
20