CVE-2026-35449 Details
Description
WWBN AVideo is an open source video platform. In versions 26.0 and prior, the install/test.php diagnostic script has its CLI-only access guard disabled by commenting out the die() statement. The script remains accessible via HTTP after installation, exposing video viewer statistics including IP addresses, session IDs, and user agents to unauthenticated visitors.
A vulnerability exists in WWBN AVideo versions through 26.0, where the install/test.php diagnostic script is improperly exposed to HTTP access. The script, intended for command-line use only, has its access restriction disabled, allowing unauthenticated users to view sensitive video statistics. This includes IP addresses, session IDs, and user agent details. The issue arises because the CLI access guard was commented out, leaving the script accessible via the web after installation. Additionally, the script's error reporting settings can leak internal filesystem paths.
Restore the CLI access guard in the install/test.php script by uncommenting the relevant die() statement. This will prevent the script from being accessed via HTTP.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo/security/advisories/GHSA-hg8q-8wqr-35xx | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-hg8q-8wqr-35xx | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 26.0 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 23, 2026 | Initial Analysis | [email protected] |
| Apr 7, 2026 | CVE Modified | CISA-ADP |
| Apr 6, 2026 | New CVE Received | [email protected] |