CVE-2026-34733
Last modified
CVE-2026-34733 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Wwbn | Avideo | <= 26.0 |
References
- https://github.com/WWBN/AVideo/security/advisories/GHSA-wwpw-hrx8-79r5Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-34733?
How severe is CVE-2026-34733?
How do I fix CVE-2026-34733?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-34728phpMyFAQ is an open source FAQ web application. Prior to ver…8.1
- CVE-2026-34729phpMyFAQ is an open source FAQ web application. Prior to ver…4.8
- CVE-2026-3473Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…7.1
- CVE-2026-34730Copier is a library and CLI app for rendering project templa…5.5
- CVE-2026-34731WWBN AVideo is an open source video platform. In versions 26…7.5
- CVE-2026-34732WWBN AVideo is an open source video platform. In versions 26…7.5
- CVE-2026-34734HDF5 is software for managing data. In 1.14.1-2 and earlier,…7.8
- CVE-2026-34735The Hytale Modding Wiki is a free service for Hytale mods to…8.7
- CVE-2026-34736Open edX Platform enables the authoring and delivery of onli…5.3
- CVE-2026-34737WWBN AVideo is an open source video platform. In versions 26…6.5
- CVE-2026-34738WWBN AVideo is an open source video platform. In versions 26…4.3
- CVE-2026-34739WWBN AVideo is an open source video platform. In versions 26…6.1
Are you affected by CVE-2026-34733?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
