Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated HTTP GET against default plugin endpoints yields full payment-log disclosure: AV:N/AC:L/PR:N/UI:N with C:H only - no integrity or availability impact.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
AVideo through version 26.0 contains multiple unauthenticated list.json.php endpoints in payment plugins lacking authorization checks, exposing PayPal tokens, Authorize.Net webhooks, and Bitcoin transaction records. Unauthenticated attackers can retrieve all payment transaction data including agreement IDs, user financial records, and API responses via direct GET requests to vulnerable endpoints.
AnalysisAI
Unauthenticated information disclosure in AVideo through 26.0 exposes payment transaction records via multiple list.json.php endpoints in the PayPalYPT, AuthorizeNet, and BTCPayments plugins that lack User::isAdmin() authorization checks. Remote attackers can issue direct GET requests to harvest PayPal billing agreement IDs, Express Checkout tokens, Authorize.Net webhook payloads, and Bitcoin transaction records without credentials. No public exploit identified at time of analysis, but the GHSA advisory from WWBN/AVideo and VulnCheck disclosure provide full endpoint paths sufficient for trivial reproduction.
Technical ContextAI
AVideo is an open-source video streaming platform (cpe:2.3:a:avideo:avideo) whose ObjectYPT admin CRUD pattern auto-generates four endpoints per database table (add, delete, list, index). The root cause is CWE-862 Missing Authorization: while add.json.php and delete.json.php correctly invoke User::isAdmin(), the parallel list.json.php files only include configuration.php, which bootstraps the framework without enforcing authentication. The same vulnerability class was previously patched for the Scheduler plugin in commit 83390ab1f (GHSA-j724-5c6c-68g5), but the remediation was never propagated to the 21 remaining payment-related list endpoints, leaving getAll() invocations against PayPalYPT_log, Anet_webhook_log, and Btc_payments tables exposed to anonymous HTTP callers.
RemediationAI
Upstream fix available (commit 1729a955f8de7e26552eb728b3d1e6f4b1b9352e); released patched version not independently confirmed, so operators tracking tagged releases should monitor https://github.com/WWBN/AVideo/security/advisories/GHSA-wprj-9cvc-5w37 and upgrade beyond 26.0 once a fixed tag ships. As an immediate compensating control, add a webserver rule (Apache .htaccess or Nginx location block) denying anonymous access to plugin/PayPalYPT/View/PayPalYPT_log/list.json.php, plugin/AuthorizeNet/View/Anet_webhook_log/list.json.php, plugin/BTCPayments/View/Btc_payments/list.json.php and the other 18 sibling list.json.php endpoints under plugin/*/View/*/, or restrict /plugin/*/View/ to admin source IPs - this will break the admin DataTables UI for those plugins until patched. Operators should also rotate any exposed PayPal API tokens and Authorize.Net webhook secrets and audit access logs for prior GET requests to these paths since the endpoints have existed unauthenticated for an unknown duration.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38130