CVE-2026-34364 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `categories.json.php` endpoint, which serves the category listing API, fails to enforce user group-based access controls on categories. In the default request path (no `?user=` parameter), user group filtering is entirely skipped, exposing all non-private categories including those restricted to specific user groups. When the `?user=` parameter is supplied, a type confusion bug causes the filter to use the admin user's (user_id=1) group memberships instead of the current user's, rendering the filter ineffective. Commit 6e8a673eed07be5628d0b60fbfabd171f3ce74c9 contains a fix.
A vulnerability exists in WWBN AVideo versions through 26.0, specifically in the categories.json.php endpoint, which handles the category listing API. The issue arises from a failure to properly enforce user group-based access controls, allowing unauthorized access to category information. By default, the endpoint skips user group filtering entirely, exposing all non-private categories, including those restricted to specific user groups. When the ?user= parameter is used, a type confusion bug causes the filter to incorrectly apply the admin user's group memberships instead of the current user's, further undermining access control. This vulnerability allows any unauthenticated user to bypass intended restrictions and access sensitive category information.
Users should update to the latest version of WWBN AVideo, where this vulnerability has been fixed. Instructions for updating can be found in the AVideo documentation.
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 27, 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/security/advisories/GHSA-73gr-r64q-7jh4 | CISA-ADP | ExploitVendor Advisory |
| https://github.com/WWBN/AVideo/commit/6e8a673eed07be5628d0b60fbfabd171f3ce74c9 | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-73gr-r64q-7jh4 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 26.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 14, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | CVE Modified | CISA-ADP |
| Mar 27, 2026 | New CVE Received | [email protected] |