CVE-2026-6219
Command Injection in aandrew-me ytDownloader Compressor Component
Publication date: 2026-04-13
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| aandrew-me | ytdownloader | to 3.20.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the aandrew-me ytDownloader software up to version 3.20.2, specifically in the Compressor Feature's src/compressor.js file within the child_process.exec function. It allows for command injection, meaning an attacker can execute arbitrary commands on the system.
However, the attack can only be performed locally, so remote exploitation is not possible.
The vulnerability has been publicly disclosed and the vendor was informed early about it.
How can this vulnerability impact me? :
If exploited locally, this vulnerability could allow an attacker with limited privileges to execute arbitrary commands on the affected system.
This could lead to unauthorized actions being performed, potentially compromising system integrity or confidentiality depending on the commands executed.