PyPi: Vantage6-Server

CVE-2025-43866

Safety vulnerability ID: 77728

This vulnerability was reviewed by experts

The information on this page was manually curated by our Cybersecurity Intelligence Team.

Created at Jun 20, 2025 Updated at Sep 29, 2025
Scan your Python projects for vulnerabilities →

Advisory

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.

Affected package

vantage6-server

Latest version: 4.13.0

Vantage6 server

Affected versions

Fixed versions

Vulnerability changelog

This vulnerability has no description

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

MEDIUM 5.6

CVSS v3 Details

MEDIUM 5.6
Attack Vector (AV)
NETWORK
Attack Complexity (AC)
HIGH
Privileges Required (PR)
NONE
User Interaction (UI)
NONE
Scope (S)
UNCHANGED
Confidentiality Impact (C)
LOW
Integrity Impact (I)
LOW
Availability Availability (A)
LOW