mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
1.5 KiB
1.5 KiB
CVE-2016-10555
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.
POC
Reference
No PoCs from references.
Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/Beijaflore-Security-LAB/JWTExploit
- https://github.com/CircuitSoul/poc-cve-2016-10555
- https://github.com/FroydCod3r/poc-cve-2016-10555
- https://github.com/Nucleware/powershell-jwt
- https://github.com/The-Cracker-Technology/jwt_tool
- https://github.com/crpytoscooby/resourses_web
- https://github.com/d3ck9/HTB-Under-Construction
- https://github.com/d7cky/HTB-Under-Construction
- https://github.com/mishmashclone/ticarpi-jwt_tool
- https://github.com/mxcezl/JWT-SecLabs
- https://github.com/puckiestyle/jwt_tool
- https://github.com/scent2d/PoC-CVE-2016-10555
- https://github.com/thepcn3rd/jwtToken-CVE-2016-10555
- https://github.com/ticarpi/jwt_tool
- https://github.com/zhangziyang301/jwt_tool