Skip to main content

AVideo CVE-2026-56341

| EUVDEUVD-2026-38130 HIGH
Missing Authorization (CWE-862)
2026-06-20 VulnCheck
8.7
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.7 HIGH
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
vuln.today AI
7.5 HIGH

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.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 22, 2026 - 05:54 vuln.today
Analysis Generated
Jun 22, 2026 - 05:54 vuln.today

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-56341 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy