CVE-2026-34733
WWBN AVideo, avideo
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...
- CVSS
- 7.3
- EPSS
- 0.34% 26.7% percentile
- CISA KEV
- Not listed
- Published
- 2026.04.01