CVE-2026-92913
Last modified
CVE-2026-92913 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. 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.
Description
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?APIName=login_code can be called without authentication, it also serves as an oracle for the server's exact microtime. An unauthenticated remote attacker who guesses a valid, unexpired code (codes expire after 10 minutes) can redeem it at plugin/API/get.json.php?APIName=login_code to obtain the target account's email address and a User::getUserHash(users_id, '+1 year') value, a credential accepted in place of the account password for one year, resulting in account takeover. No patched version is available.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| WWBN | AVideo | <= c3edcc274c389816d434acadac07ee78eaf330c1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92913?
How severe is CVE-2026-92913?
How do I fix CVE-2026-92913?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92894A flaw was found in the foreman_ansible plugin's Ansible ove…4.3
- CVE-2026-9290The WP User Manager – User Profile Builder & Membership plug…7.5
- CVE-2026-92903Improper input validation in Snowflake CLI versions prior to…8.2
- CVE-2026-92904A flaw was found in the foreman_remote_execution plugin's te…4.3
- CVE-2026-9291Insecure deserialization in the job results processing compo…7.5
- CVE-2026-92912AVideo through c3edcc274c389816d434acadac07ee78eaf330c1 uses…6.5
- CVE-2026-92914AVideo LoginControl contains an authentication bypass vulner…8.1
- CVE-2026-92915WWBN AVideo through commit e01e41ecc (no patched version ava…7.3
- CVE-2026-92916Grav is a flat-file CMS. In Grav 1.7.0 through 1.7.53.2 and …7.5
- CVE-2026-92917Grav is a flat-file CMS. In versions 2.0.0-rc.1 through 2.0.…7.5
- CVE-2026-92918admin3 through 3.0.0 persists user session tokens in the aud…8.8
- CVE-2026-92919admin3 through 3.0.0 fails to sanitize client-supplied filen…8.1
Are you affected by CVE-2026-92913?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
