AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 uses a cryptographically weak pseudo-random number generator when creating account activation / login pairing codes. getRandomCode() in …
High CVSS 7.4
Summary
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 uses a cryptographically weak pseudo-random number generator when creating account activation / login pairing codes. getRandomCode() in objects/functions.php derives the code entirely from uniqid() (sprintf('%08x%05x', seconds, microseconds)) with a single non-CSPRNG rand() character used only as padding, reducing the code space to roughly 36 x 10^6 (~2^25) values for a known generation second. Because plugin/API/set.json.php?APINam…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://github.com/WWBN/AVideo/security/advisories/GHSA-v65f-hc7x-wj62
- https://www.vulncheck.com/advisories/avideo-weak-prng-activation-code-authentication-bypass
- https://github.com/WWBN/AVideo/security/advisories/GHSA-v65f-hc7x-wj62
Timeline
- nvd_ingest NVD