Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. wwbn/avideo
  4. ›
  5. CVE-2026-34733

CVE-2026-34733: AVideo: Unauthenticated File Deletion via PHP Operator Precedence Bug in CLI Guard

April 1, 2026

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.

References

  • github.com/WWBN/AVideo
  • github.com/WWBN/AVideo/commit/355e8c70806694b3bf8605d75e1bd1c695cd95e7
  • github.com/WWBN/AVideo/security/advisories/GHSA-wwpw-hrx8-79r5
  • github.com/advisories/GHSA-wwpw-hrx8-79r5
  • nvd.nist.gov/vuln/detail/CVE-2026-34733

Code Behaviors & Features

Detect and mitigate CVE-2026-34733 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 26.0

Solution

Unfortunately, there is no solution available yet.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-284: Improper Access Control

Source file

packagist/wwbn/avideo/CVE-2026-34733.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:10 +0000.