CVE-2026-34733

WWBN AVideo is an open source video platform. In versions 26.0 and prior, the AVideo installation script install/deleteSystemdPrivate.php contains a PHP operator precedence bug in its CLI-only access guard. The script is intended to run exclusively from the command line, but the guard condition !php_sapi_name() === 'cli' never evaluates to true due to how PHP resolves operator precedence. The ! (logical NOT) operator binds more tightly than === (strict comparison), causing the expression to always evaluate to false, which means the die() statement never executes. As a result, the script is accessible via HTTP without authentication and will delete files from the server's temp directory while also disclosing the temp directory contents in its response. At time of publication, there are no publicly available patches.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

History

01 Apr 2026, 18:40

Type Values Removed Values Added
CPE cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
References () https://github.com/WWBN/AVideo/security/advisories/GHSA-wwpw-hrx8-79r5 - () https://github.com/WWBN/AVideo/security/advisories/GHSA-wwpw-hrx8-79r5 - Exploit, Vendor Advisory
First Time Wwbn
Wwbn avideo

31 Mar 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-31 21:16

Updated : 2026-04-01 18:40


NVD link : CVE-2026-34733

Mitre link : CVE-2026-34733

CVE.ORG link : CVE-2026-34733


JSON object : View

Products Affected

wwbn

  • avideo
CWE
CWE-284

Improper Access Control