CVE-2026-34362 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `verifyTokenSocket()` function in `plugin/YPTSocket/functions.php` has its token timeout validation commented out, causing WebSocket tokens to never expire despite being generated with a 12-hour timeout. This allows captured or legitimately obtained tokens to provide permanent WebSocket access, even after user accounts are deleted, banned, or demoted from admin. Admin tokens grant access to real-time connection data for all online users including IP addresses, browser info, and page locations. Commit 5d5237121bf82c24e9e0fdd5bc1699f1157783c5 fixes the issue.
A vulnerability in WWBN AVideo versions through 26.0 allows WebSocket tokens to bypass expiration due to commented-out timeout validation in the 'verifyTokenSocket()' function. This oversight enables tokens, whether captured or legitimately obtained, to provide permanent WebSocket access, even after user accounts are deleted, banned, or demoted from admin. Admin tokens, in particular, grant access to real-time connection data for all online users, including IP addresses, browser information, and page locations.
Uncomment the timeout enforcement in the 'verifyTokenSocket()' function to restore proper token expiration validation. Additionally, consider implementing checks to re-validate admin privileges periodically and restrict the 'getClientsList' WebSocket message type to admin users only.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/commit/5d5237121bf82c24e9e0fdd5bc1699f1157783c5 | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-2mg4-pfgx-64cf | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-613 | Insufficient Session Expiration | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 26.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 31, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | New CVE Received | [email protected] |