deepspeed@0.9.0 vulnerabilities

DeepSpeed library

Direct Vulnerabilities

Known vulnerabilities in the deepspeed package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • C
Command Injection

deepspeed is a DeepSpeed library

Affected versions of this package are vulnerable to Command Injection when multiple instances where subprocess.run() and subprocess.check_output(), are called with unsanitized input and shell=True. An attacker would need to supply specially crafted input to these functions.

How to fix Command Injection?

Upgrade deepspeed to version 0.15.2 or higher.

[,0.15.2)
  • C
Arbitrary Command Injection

deepspeed is a DeepSpeed library

Affected versions of this package are vulnerable to Arbitrary Command Injection through the execution of unauthorized commands or code. An attacker can execute arbitrary code on the system by sending crafted inputs to the affected function.

How to fix Arbitrary Command Injection?

Upgrade deepspeed to version 0.15.1 or higher.

[,0.15.1)