CVE-2026-92915
Last modified
CVE-2026-92915 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. WWBN AVideo through commit e01e41ecc (no patched version available) contains a broken access control flaw in objects/userVerifyEmail.php. The script disables the login requirement ($global['ignoreUserMustBeLoggedIn'] = 1), takes users_id directly from the query string, and calls User::sendVerificationLink() with no session requirement, no CSRF/global token, no relationship check between caller and target, and no enforceRateLimit() call.
Description
WWBN AVideo through commit e01e41ecc (no patched version available) contains a broken access control flaw in objects/userVerifyEmail.php. The script disables the login requirement ($global['ignoreUserMustBeLoggedIn'] = 1), takes users_id directly from the query string, and calls User::sendVerificationLink() with no session requirement, no CSRF/global token, no relationship check between caller and target, and no enforceRateLimit() call. The only intended throttle is keyed to the caller's own session, so cookie-less requests are never limited. An unauthenticated remote attacker can therefore cause an arbitrary number of verification emails to be sent to any account ID, and can enumerate accounts and their verification status from the three distinct JSON responses ("Verification Sent", "Already verified", "Unknown error"). In addition, createVerificationCode() invokes $user->setRecoverPass() and saves the user, so each anonymous request writes a live password-recovery token onto the targeted account; that token is embedded in base64 in the verification link emailed to the account owner and is accepted by objects/userRecoverPassSave.json.php as the credential for setting a new password.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| WWBN | AVideo | <= 29.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92915?
How severe is CVE-2026-92915?
How do I fix CVE-2026-92915?
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-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-92913AVideo through commit c3edcc274c389816d434acadac07ee78eaf330…7.4
- CVE-2026-92914AVideo LoginControl contains an authentication bypass vulner…8.1
- 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
- CVE-2026-9292A Stored Cross-Site Scripting security issue exists within F…8.4
- CVE-2026-92920admin3 through 3.0.0 fails to invalidate existing sessions w…5.4
Are you affected by CVE-2026-92915?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
