Skip to main content

AVideo CVE-2026-56345

| EUVDEUVD-2026-38132 CRITICAL
Improper Authentication (CWE-287)
2026-06-20 VulnCheck
9.2
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
9.2 CRITICAL
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/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
8.1 HIGH

Network-reachable endpoint with no auth (PR:N, UI:N), but AC:H because the attacker must first obtain the Meet shared secret; full admin takeover yields C:H/I:H/A:H.

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

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
High
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 29.0 contains an authorization bypass vulnerability in the Meet plugin's uploadRecordedVideo.json.php endpoint that derives the target users_id from the uploaded filename without verification. An attacker with knowledge of the Meet shared secret can craft a malicious file upload with a filename containing an arbitrary users_id to invoke passwordless User->login() and establish an authenticated session as any user including admin. Attackers can obtain the Meet shared secret through path-traversal vulnerabilities or timing attacks against checkToken.json.php, then POST a crafted file to uploadRecordedVideo.json.php with a filename like '1-anything.mp4' to hijack admin sessions and gain full account takeover.

AnalysisAI

Authorization bypass in AVideo's Meet plugin (versions through 29.0) lets remote attackers hijack arbitrary user sessions, including admin, by abusing the uploadRecordedVideo.json.php endpoint which derives the target users_id from a caller-controlled filename and then invokes the passwordless User->login() path. Exploitation requires the Meet shared secret, but that secret is a deterministic MD5 of values from configuration.php and is recoverable via known path-traversal flaws or timing attacks against checkToken.json.php. No public exploit identified at time of analysis, though the VulnCheck and GHSA advisories document the attack with code-level precision.

Technical ContextAI

AVideo is an open-source PHP video-streaming/CMS platform (cpe:2.3:a:avideo:avideo). The Meet plugin integrates Jitsi-style conferencing and exposes plugin/Meet/uploadRecordedVideo.json.php for a Meet/Jitsi recorder to POST finished recordings back to AVideo using a single shared bearer secret (Meet->secret = md5(systemRootPath + salt + 'meet')). Once that secret matches, the handler parses the target user id with $users_id = explode('-', $_FILES['upl']['name'])[0] and calls $userObject->login(true, true), which is User::login's no-password branch (objects/user.php lines 1276-1310) that sets $_SESSION['user'], calls setUserCookie() and _session_regenerate_id(), returning a valid PHPSESSID to the caller. This is a textbook CWE-287 (Improper Authentication) - the service-to-service auth model proves the caller knows a shared secret but never binds that proof to the user being credited, conflating channel authentication with identity assertion.

RemediationAI

No vendor-released patch identified at time of analysis - the GHSA advisory lists fixed-in as None and the composer package shows no patched release for WWBN/AVideo. Until a fix ships, operators should disable the Meet plugin via AVideoPlugin (the endpoint short-circuits with 'Plugin disabled' when Meet is not enabled, eliminating the attack surface at the cost of losing conferencing/recording functionality), or block external access to /plugin/Meet/uploadRecordedVideo.json.php and /plugin/Meet/checkToken.json.php at the reverse proxy/WAF and restrict them to the Jitsi recorder's source IP (trade-off: legitimate recorder callbacks from other networks will fail). Rotate the values feeding Meet->secret (systemRootPath and $global['salt'] in videos/configuration.php) after confirming no path-traversal exposure such as GHSA-83xq-8jxj-4rxm or GHSA-4wmm-6qxj-fpj4 remains unpatched, and audit recent sessions for admin logins originating from unexpected IPs. Track the upstream advisory at https://github.com/WWBN/AVideo/security/advisories/GHSA-qxvm-r42f-5p8j for the eventual code fix.

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-56345 vulnerability details – vuln.today

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