CVE-2026-34733
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
wwbn/avideoPackagist | <= 26.0 | — |
Affected products
2Patches
Vulnerability mechanics
References
4- github.com/WWBN/AVideo/security/advisories/GHSA-wwpw-hrx8-79r5nvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-wwpw-hrx8-79r5ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-34733ghsaADVISORY
- github.com/WWBN/AVideo/commit/355e8c70806694b3bf8605d75e1bd1c695cd95e7ghsaWEB
News mentions
0No linked articles in our index yet.