CVE-2024-0765: Predictable Uid From Date

Generating a unique identifier (UID) using timestamps without a secure random number generator makes the identifier predictable. This can lead to insecure direct object references or capability guessing.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0JS
greprules fetch cve-2024-0765-predictable-uid-from-date --engine opengrep

Description

Generating a unique identifier (UID) using timestamps without a secure random number generator makes the identifier predictable. This can lead to insecure direct object references or capability guessing.