CVE-2026-41064: AVideo has an incomplete fix for CVE-2026-33502 (Command Injection)
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 filegetcontents and curl code paths unsanitized, and the URL validation regex /^http/ accepts strings like httpevil[.]com. Commit 78bccae74634ead68aa6528d631c9ec4fd7aa536 contains an updated fix.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-41064?
CVE-2026-41064 has a high severity due to command injection risks in AVideo.
How do I fix CVE-2026-41064?
To fix CVE-2026-41064, upgrade AVideo to a version later than 29.0.
What software is affected by CVE-2026-41064?
CVE-2026-41064 affects all versions of WWBN AVideo up to and including 29.0.
What kind of vulnerability is CVE-2026-41064?
CVE-2026-41064 is a command injection vulnerability.
What components of AVideo are involved in CVE-2026-41064?
CVE-2026-41064 involves the 'test.php' component, specifically the unsanitized 'file_get_contents' and 'curl' usage.