CVE-2026-46493: Insecure Secret Generation Uniqid Randcve-2026-46493-insecure-secret-generation-uniqid-rand
The application uses `uniqid()` or `rand()` to generate sensitive cryptographic parameters (such as salts, private keys, or passwords). `uniqid()` is based on the current timestamp in microseconds and `rand()` is not a cryptographically secure pseudo-random number generator (CSPRNG). This lack of entropy allows an attacker to predict or brute-force the gener