CVE-2026-6219 Details
Description
A vulnerability was determined in aandrew-me ytDownloader up to 3.20.2. This affects the function child_process.exec of the file src/compressor.js of the component Compressor Feature. This manipulation causes command injection. The attack can only be executed locally. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure.
A command injection vulnerability exists in the ytDownloader application, specifically in versions up to 3.20.2. The issue arises in the compressor feature, where the application uses Node.js's child_process.exec() to execute a single ffmpeg command string. This method invokes a shell, allowing untrusted file names to be interpreted as shell commands rather than isolated arguments. On Linux and macOS, a crafted file name can disrupt command parsing and execute arbitrary commands with the current user's privileges. The vulnerability requires local file delivery and user interaction, but its impact is significant due to direct shell execution.
The vulnerability can be addressed by replacing the use of child_process.exec() with child_process.spawn() or execFile(), constructing ffmpeg arguments as an array, and passing file paths as raw process arguments to avoid shell interpretation.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 13, 2026CISA-ADP
Assessed Apr 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/ngocnn97/53a9f251d1cb99b1b8033e211407d1b1 | [email protected] | AdvisoryExploitRemedy |
| https://github.com/ngocnn97/security-advisories/blob/main/YtDownloader_Command_Injection_PoC.mp4 | [email protected] | Exploit |
| https://vuldb.com/submit/785843 | [email protected] | Technical Description |
| https://vuldb.com/submit/785844 | [email protected] | Technical Description |
| https://vuldb.com/vuln/357140 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/357140/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-77 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| aandrew-me ytDownloader | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 13, 2026 | New CVE Received | [email protected] |
Volerion