websocket-client@0.5.0a vulnerabilities

WebSocket client for Python with low level API options

Direct Vulnerabilities

Known vulnerabilities in the websocket-client package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • M
Insecure Randomness

websocket_client is a WebSocket client for python.

Affected versions of this package are vulnerable to Insecure Randomness due to the using the uuid.uuid4() function which can produce predictable values and should not be used in security-sensitive context.

[,0.33.0)
  • M
Timing Attack

websocket-client is a WebSocket client for python.

Affected versions of this package are vulnerable to Timing Attacks due to not comparing the HMAC hashes in constant time. A malicious user could guess the valid HMAC hash during the comparison time with an algorithm.

[,0.33.0)