CVE-2026-41064 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 29.0, an incomplete fix for AVideo's `test.php` adds `escapeshellarg` for wget but leaves the `file_get_contents` and `curl` code paths unsanitized, and the URL validation regex `/^http/` accepts strings like `httpevil[.]com`. Commit 78bccae74634ead68aa6528d631c9ec4fd7aa536 contains an updated fix.
A command injection vulnerability has been identified in WWBN AVideo versions through 29.0, specifically in the 'plugin/Live/test.php' file. The issue arises from an incomplete fix for a previous server-side request forgery (SSRF) vulnerability. While the latest commit added proper sanitization for 'wget' commands, it neglected to address the same sanitization for 'file_get_contents' and 'curl' methods, leaving them vulnerable to exploitation. The URL validation regex used in the vulnerable version is also inadequate, as it accepts malformed URLs that can be used for malicious purposes.
Users are advised to update to AVideo version 29.0 or later, where this vulnerability has been patched. If the 'test.php' file must be retained in a production environment, it should be secured by requiring admin authentication, allowing only requests to pre-approved Live stats URLs, and blocking access to localhost and internal IP ranges.
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 22, 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-3fpm-8rjr-v5mc | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/WWBN/AVideo/commit/1e6cf03e93b5a5318204b010ea28440b0d9a5ab3 | [email protected] | Patch |
| https://github.com/WWBN/AVideo/commit/78bccae74634ead68aa6528d631c9ec4fd7aa536 | [email protected] | Patch |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-3fpm-8rjr-v5mc | [email protected] | ExploitMitigationVendor Advisory |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-pq8p-wc4f-vg7j | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo | <= 29.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 24, 2026 | Initial Analysis | [email protected] |
| Apr 22, 2026 | CVE Modified | CISA-ADP |
| Apr 22, 2026 | New CVE Received | [email protected] |