Executive brief
AVideo is a video streaming and content management platform that processes payments through multiple payment gateways including PayPal, Authorize.Net, and Bitcoin. Due to missing authorization checks in payment plugin endpoints, attackers can directly access and download all payment transaction records, including sensitive tokens, transaction IDs, user financial data, and payment API responses without authentication. This exposure puts customer financial information, payment credentials, and transaction history at immediate risk.
Technical details
This vulnerability is a missing authorization (CWE-862) flaw in the AVideo ObjectYPT admin CRUD pattern. Multiple list.json.php endpoints in payment plugins (PayPalYPT_log, Anet_webhook_log, Btc_payments, and 18 additional endpoints) lack any authentication or authorization checks, while sibling add.json.php and delete.json.php endpoints correctly enforce User::isAdmin() validation. The vulnerable endpoints directly expose database tables via GET requests returning full JSON-encoded records without authentication gating. The configuration.php bootstrap performs no global authentication enforcement, and no .htaccess rules restrict access to plugin View directories. An unauthenticated attacker can retrieve PayPal billing agreement IDs, Express Checkout tokens, Authorize.Net webhook payloads with transaction details, Bitcoin payment records, live streaming infrastructure metadata, user connection logs, and AI transcription responses. This vulnerability was previously patched in the Scheduler plugin (commit 83390ab, GHSA-j724-5c6c-68g5) but the fix was not applied to the remaining 21 affected endpoints. No patched version is currently available.
Affected products
- WWBN AVideo <= 26.0
Timeline
- 2026-06-20: disclosed: Published to GitHub Advisory Database
- 2026-09-09: other: Duplicate advisory GHSA-rg7q-4223-phjw withdrawn; primary advisory is GHSA-wprj-9cvc-5w37