CVE-2026-85154
9.8WWBN · AVideo
WWBN AVideo contains an authentication failure where the video_id_hash credential functions as a permanent, non-revocable bearer token, allowing unauthorized administrative account access.
Executive summary
A critical authentication bypass vulnerability exists in WWBN AVideo, allowing unauthenticated attackers to gain full administrative access to user accounts via replayed bearer tokens.
Vulnerability
The application utilizes a video_id_hash that acts as a non-expiring and non-revocable bearer token. An unauthenticated attacker who obtains this token can replay it to impersonate the video owner with full administrative privileges, even if the owner resets their password.
Business impact
Successful exploitation of this vulnerability results in a complete compromise of user accounts, including administrative sessions. Given the CVSS score of 9.8, this flaw presents an extreme risk, as it allows for unauthorized data access, potential content manipulation, and full account takeover without requiring any valid user credentials.
Remediation
Immediate Action: Upgrade to the latest version of AVideo as soon as the vendor releases a patch that addresses the non-expiring nature of the video_id_hash. Until a patch is available, organizations should restrict access to the affected platform via network-level controls.
Proactive Monitoring: Review web server and application access logs for unusual patterns of authentication requests or repeated use of the same identifier across different sessions. Monitor for suspicious administrative actions originating from unauthorized IP addresses.
Compensating Controls: Implement strict Web Application Firewall (WAF) rules to inspect and filter traffic for known malicious patterns associated with AVideo authentication endpoints. Restrict access to the application to trusted networks via VPN or IP allowlisting to reduce the attack surface.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a severe threat to the integrity and confidentiality of AVideo installations. Security teams must prioritize patching as soon as the vendor provides a resolution, as the lack of credential expiration makes this an ideal target for persistent unauthorized access. Ensure that monitoring is active to detect any attempts to leverage stolen tokens until the environment is fully secured.
More WWBN CVEs
Sources
Originally found and disclosed by rajivraj, per the CVE Program record.
- GitHub Security Advisory (GHSA-59p8-6m2v-gcr5) Vendor advisory
- VulnCheck Advisory: WWBN AVideo Authentication Bypass via Non-Expiring video_id_hash Third-party advisory