CVE-2026-92915: WWBN AVideo userVerifyEmail.php Unauthenticated Access Control

Published Sep 17, 2026
·
Updated

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 usersid 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.

Affected Software

1 affected component
AVideo<=e01e41ecc

Event History

Sep 17, 2026
CVE Published
via MITRE·11:16 AM
Data Sourced
via MITRE·11:16 AM
DescriptionSeverityWeakness

Frequently Asked Questions

1

What does an attacker need to exploit this issue?

An attacker can exploit it remotely without authentication, a session, CSRF token, or cookies. They supply a target users_id in the query string to trigger the affected functionality.

2

Can this be used against accounts other than the attacker’s own account?

Yes. The endpoint does not check any relationship between the caller and the target users_id, so an unauthenticated requester can target arbitrary account IDs.

3

What are the security consequences beyond unwanted verification emails?

Each request creates and saves a live password-recovery token for the targeted account. That token is included in the verification link sent to the account owner and is accepted by the password-reset endpoint as a credential to set a new password.

4

Can an attacker determine whether account IDs exist or are already verified?

Yes. The endpoint returns distinct JSON responses for a sent verification message, an already verified account, and an unknown error, allowing account and verification-status enumeration.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203