Skip to main content

WWBN AVideo CVE-2026-41064

CRITICAL
OS Command Injection (CWE-78)
2026-04-21 GitHub_M GHSA-pq8p-wc4f-vg7j
9.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
9.3 CRITICAL
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Lifecycle Timeline

4
Re-analysis Queued
Apr 22, 2026 - 19:22 vuln.today
cvss_changed
Analysis Generated
Apr 22, 2026 - 00:57 vuln.today
Analysis Generated
Apr 21, 2026 - 23:31 vuln.today
CVE Published
Apr 21, 2026 - 23:04 nvd
CRITICAL 9.3

DescriptionGitHub 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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-41064 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy