uuid@0.0.2 vulnerabilities

RFC4122 (v1, v4, and v5) UUIDs

Direct Vulnerabilities

Known vulnerabilities in the uuid 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

uuid is RFC4122 (v1 and v4) generator.

Affected versions of the package use the Math.random() function which may generate already-used numbers after 24,000 cycles, making the values predictable for objects requiring unpredictability. It is possible for an attacker to guess the next value to be generated and may use this to access sensitive information.

How to fix Insecure Randomness?

Upgrade uuid to version 1.3.1 or higher.

<1.3.1