Insecure Randomness Affecting websocket-client package, versions [,0.33.0)


0.0
medium

Snyk CVSS

    Attack Complexity Low

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-PYTHON-WEBSOCKETCLIENT-40498
  • published 21 Sep 2015
  • disclosed 21 Sep 2015
  • credit Predrag Gruevski

Introduced: 21 Sep 2015

CVE NOT AVAILABLE CWE-330 Open this link in a new tab

Overview

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.