CRITICAL🇵🇱 Wersja polska

CVE-2026-41064

CVSS 9.3v3.1pub. 2026-04-22upd. 2026-04-24

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.

🤖 AI Analysis
How it works

The incomplete fix applied the `escapeshellarg` function only for `wget` calls, while code paths based on `file_get_contents` and `curl` remain vulnerable to malicious data injection. Additionally, URL validation relies on the regular expression `/^http/`, which accepts strings such as `httpevil[.]com` — without actual domain validity verification. An attacker can craft an appropriately malicious URL that bypasses validation and leads to unintended system command execution through unsecured code paths.

Impact

An unauthorized remote attacker can execute arbitrary system commands on the server (RCE/command injection), which may result in disclosure of sensitive data or modification of system resources.

Mitigation & patch

Apply the fix contained in commit 78bccae74634ead68aa6528d631c9ec4fd7aa536 available in the WWBN AVideo project GitHub repository. It is recommended to update to a version containing this fix and verify that the earlier commit (1e6cf03e93b5a5318204b010ea28440b0d9a5ab3) is not the only applied patch.

Who is affected

WWBN AVideo in versions up to and including 29.0

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Wwbn Avideo

    APP
    Wwbn
    ≤ 29.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
Command Injection
CWE
References

Related vulnerabilities

CVE-2026-40911CRITICAL10.0PL ✓same product

WWBN AVideo: RCE przez eval() w pluginie YPTSocket — przejęcie kont

CVE-2026-34374CRITICAL9.1PL ✓same product

SQL Injection w WWBN AVideo — mechanizm uwierzytelniania RTMP

CVE-2026-33867CRITICAL9.1PL ✓same product

WWBN AVideo: hasła do filmów przechowywane w bazie jako plaintext

CVE-2026-33351CRITICAL9.1PL ✓same product

SSRF w WWBN AVideo — brak walidacji parametru URL w saveDVR.json.php

CVE-2026-33478CRITICAL10.0PL ✓same product

RCE bez uwierzytelnienia w WWBN AVideo — łańcuch podatności w pluginie CloneSite