horovod@0.18.1 vulnerabilities

Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

Direct Vulnerabilities

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

How to fix?

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

Fix for free
VulnerabilityVulnerable Version
  • C
Deserialization of Untrusted Data

horovod is a Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to improper handling of base64-encoded data in the ElasticRendezvousHandler, a subclass of KVStoreHandler, processes PUT requests. Specifically, the do_PUT method reads incoming data and passes it to _put_value, which then deserializes the data using cloudpickle.loads without adequate validation or sanitization of the input.

How to fix Deserialization of Untrusted Data?

There is no fixed version for horovod.

[0,)
  • H
Insecure Temporary File

horovod is a Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.

Affected versions of this package are vulnerable to Insecure Temporary File via the tempfile.mktemp() function. When a jsrun rank file is created with mktemp, it can be hijacked by another process to read or manipulate the content.

How to fix Insecure Temporary File?

Upgrade horovod to version 0.24.0 or higher.

[,0.24.0)