Home / Vulnerability Database / Python : Unsafe JWT-token verification
Python
Python : Unsafe JWT-token verification
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
CWE
Overview
The verify_signature option is used to validate the signature or the registered claim names in the JWT token.
When the option is set to False, the validation is switched off.
This is considered insecure because without digital signature information, it’s impossible to trust the integrity or authenticity of the claimset.
MEDIUM
DerScanner Severity Score
Do you want to fix Python : Unsafe JWT-token verification in your application?
See also
Python
Python : Debug mode on
Python
Python : Web3: Deprecated method
Python
