CVE-2026-33685 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `plugin/AD_Server/reports.json.php` endpoint performs no authentication or authorization checks, allowing any unauthenticated attacker to extract ad campaign analytics data including video titles, user channel names, user IDs, ad campaign names, and impression/click counts. The HTML counterpart (`reports.php`) and CSV export (`getCSV.php`) both correctly enforce `User::isAdmin()`, but the JSON API was left unprotected. Commit daca4ffb1ce19643eecaa044362c41ac2ce45dde contains a patch.
A vulnerability exists in WWBN AVideo versions through 26.0, where the 'plugin/AD_Server/reports.json.php' endpoint lacks authentication and authorization checks. This oversight allows unauthenticated attackers to access ad campaign analytics data, including video titles, user channel names, user IDs, ad campaign names, and impression/click counts. While the HTML and CSV counterparts of this report correctly restrict access to admin users, the JSON API remains unprotected. The vulnerability arises because the endpoint fails to verify if the requester is an authenticated admin, leaving sensitive data exposed to the public.
To address this vulnerability, add 'User::isAdmin()' checks to both 'reports.json.php' and 'getData.json.php' files, similar to the existing checks in their HTML and CSV counterparts.
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 24, 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-j36m-74g2-7m95 | CISA-ADP | ExploitVendor Advisory |
| https://github.com/WWBN/AVideo/commit/daca4ffb1ce19643eecaa044362c41ac2ce45dde | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-j36m-74g2-7m95 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing 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 |
| Mar 25, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | CVE Modified | CISA-ADP |
| Mar 23, 2026 | New CVE Received | [email protected] |