Command Injection Affecting deepspeed package, versions [,0.15.2)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-DEEPSPEED-8320951
- published 1 Nov 2024
- disclosed 1 Nov 2024
- credit Unknown
How to fix?
Upgrade deepspeed
to version 0.15.2 or higher.
Overview
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.