WWBN AVideo CVE-2026-41064
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
Lifecycle Timeline
4DescriptionGitHub Advisory
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.
AnalysisAI
Remote code execution in WWBN AVideo up to version 29.0 allows unauthenticated attackers to execute arbitrary system commands via unsanitized URL parameters in test.php. This vulnerability stems from an incomplete fix that sanitized wget calls but left file_get_contents and curl code paths exploitable through regex bypass (accepting strings like 'httpevil[.]com'). CVSS 9.3 with Critical scope change reflects the severity. Upstream fix available in commit 78bccae but no tagged release version confirmed at time of analysis. EPSS data not provided; no CISA KEV listing identified.
Technical ContextAI
AVideo's test.php file performs URL fetching operations using multiple PHP functions (wget via shell execution, file_get_contents, and curl). The vulnerability arises from CWE-78 OS Command Injection where user-supplied URLs pass through an insufficient validation regex (/^http/) that only checks if the string starts with 'http', enabling bypass with malicious domains like 'httpevil[.]com'. While an earlier patch applied escapeshellarg to the wget code path, the parallel file_get_contents and curl implementations remained unsanitized, allowing attackers to inject shell metacharacters or malicious URLs that get executed in system context. The CVSS scope change (S:C) indicates the vulnerable component can affect resources beyond its security scope, suggesting the test.php utility runs with elevated privileges or broader system access than typical web application endpoints.
RemediationAI
Primary fix: Apply commit 78bccae74634ead68aa6528d631c9ec4fd7aa536 from https://github.com/WWBN/AVideo/commit/78bccae74634ead68aa6528d631c9ec4fd7aa536. Note that no tagged release version containing this fix has been independently confirmed - organizations must verify the commit is present in their deployment. Immediate compensating control: Delete or restrict access to test.php in production environments via web server configuration (e.g., deny access in nginx/Apache rules or remove the file entirely), as this appears to be a diagnostic utility not required for normal operation. Trade-off: Removing test.php may disable troubleshooting functionality, but this is acceptable given the RCE risk. If test.php must remain accessible, implement IP allowlisting to restrict access to trusted administrator networks only, though this carries operational overhead and misconfiguration risk. Review web application firewall rules to block requests containing shell metacharacters in URL parameters as defense-in-depth, acknowledging this may cause false positives. Consult GitHub advisories at https://github.com/WWBN/AVideo/security/advisories/GHSA-pq8p-wc4f-vg7j for vendor guidance.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-pq8p-wc4f-vg7j