CVE-2020-37027
Published: 30 January 2026
Description
Sickbeard alpha contains a remote command injection vulnerability that allows unauthenticated attackers to execute arbitrary commands through the extra scripts configuration. Attackers can set malicious commands in the extra scripts field and trigger processing to execute remote code on the…
more
vulnerable Sickbeard installation.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents command injection by requiring validation of untrusted inputs to the extra scripts configuration field.
Enforces logical access controls to block unauthenticated attackers from modifying the extra scripts field.
Mandates timely remediation of the specific command injection flaw in Sickbeard to eliminate the vulnerability.
Security SummaryAI
CVE-2020-37027 is a remote command injection vulnerability (CWE-78) in Sickbeard alpha, an open-source TV show management application. The flaw resides in the extra scripts configuration, where attackers can inject and execute arbitrary commands on the server hosting the vulnerable Sickbeard installation.
Unauthenticated remote attackers can exploit this vulnerability by submitting malicious commands via the extra scripts field and triggering the processing mechanism, resulting in arbitrary remote code execution. The CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) reflects its critical severity, with low attack complexity, no privileges or user interaction required, and high impacts on confidentiality, integrity, and availability.
Advisories and references, including the VulnCheck advisory on Sickbeard remote command injection, the Sick-Beard GitHub repository, an archived Sickbeard website, and an Exploit-DB entry (exploit 48646), document the issue but do not specify patches or mitigations in the available details. A public proof-of-concept exploit is available on Exploit-DB, underscoring the risk for internet-exposed Sickbeard instances.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote command injection in a public-facing TV show management application (Sickbeard) enables exploitation of public-facing applications (T1190) and facilitates arbitrary OS command execution (T1059).