Safety vulnerability ID: 77728
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Affected versions of this package are vulnerable to JWT Token Forgery due to the use of cryptographically weak UUID1 for auto-generating JWT secret keys. The JWT secret key generation mechanism fails to use cryptographically secure randomness, leading to predictable secret keys that can be exploited by attackers to forge valid JWT tokens. UUID1 values are partially predictable as they incorporate timestamp and MAC address information, making them unsuitable for cryptographic purposes. This vulnerability allows attackers to potentially predict or brute-force the JWT secret key, enabling them to create arbitrary valid tokens and bypass authentication mechanisms. The fix involves replacing UUID1 with UUID4 for generating API keys and JWT secrets, as UUID4 uses cryptographically secure pseudo-random number generation, making the generated secrets unpredictable and suitable for security-critical applications.
Latest version: 4.13.0
Vantage6 server
This vulnerability has no description
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application