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.
CVE-2026-92915
Score 7.3 from GitHub Security Advisory published 2026-09-17. a secondary CVSS source baseline 7.3; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.3
- EG Score
- 7.3(high)
- EG Risk
- 64(Attend)EG Risk 64/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity73% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 24%
- KEV
- Not listed
Published
September 17, 2026
Last Modified
September 17, 2026
Advisory Details (2)
Auto-updated Sep 17, 2026WWBN AVideo userVerifyEmail.php Unauthenticated Access Control | Advisories | VulnCheck
https://www.vulncheck.com/advisories/wwbn-avideo-userverifyemail-php-unauthenticated-access-controlBroken Access Control: objects/userVerifyEmail.php sends a verification email for any account id, with no authentication, no token and no rate limit, and mints a password-recovery token on the target account as a side effect · Advisory · WWBN/AVideo · GitHub
https://github.com/WWBN/AVideo/security/advisories/GHSA-rg4h-fcmm-8w26Vendor Advisories for CVE-2026-92915(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 18× in last 7d / 18× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-20 20:03 UTCGHSA enrichment
- 2026-09-20 09:06 UTCGHSA enrichment
- 2026-09-19 22:09 UTCEG score recompute
- 2026-09-19 22:08 UTCGHSA enrichment
- 2026-09-19 11:11 UTCGHSA enrichment
- 2026-09-19 00:14 UTCEG score recompute
- 2026-09-19 00:14 UTCGHSA enrichment
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 13:17 UTCGHSA enrichment
- 2026-09-18 02:20 UTCGHSA enrichment
- 2026-09-17 15:22 UTCEG score recompute
- 2026-09-17 15:22 UTCGHSA enrichment
- 2026-09-17 14:34 UTCEG score recompute
- 2026-09-17 14:34 UTCGHSA enrichment
- 2026-09-17 12:20 UTCEG score recompute
- 2026-09-17 11:29 UTCEG score recompute
- 2026-09-17 11:29 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-92915?
When was CVE-2026-92915 disclosed?
Is CVE-2026-92915 actively exploited?
What is the CVSS score of CVE-2026-92915?
How do I remediate CVE-2026-92915?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-92915
Is Your Infrastructure Affected by CVE-2026-92915?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.