CVE-2024-10190

Unauthenticated Remote Code Execution in ElasticRendezvousHandler in horovod/horovod

Description

Horovod versions up to and including v0.28.1 are vulnerable to unauthenticated remote code execution. The vulnerability is due to improper handling of base64-encoded data in the `ElasticRendezvousHandler`, a subclass of `KVStoreHandler`. Specifically, the `_put_value` method in `ElasticRendezvousHandler` calls `codec.loads_base64(value)`, which eventually invokes `cloudpickle.loads(decoded)`. This allows an attacker to send a malicious pickle object via a PUT request, leading to arbitrary code execution on the server.

Category

9.8
CVSS
Severity: Critical
CVSS 3.0 •
EPSS 0.54%
Affected: horovod horovod/horovod
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2024-10190?
CVE-2024-10190 has been scored as a critical severity vulnerability.
How to fix CVE-2024-10190?
To fix CVE-2024-10190, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2024-10190 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2024-10190 is being actively exploited. According to its EPSS score, there is a ~1% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2024-10190?
CVE-2024-10190 affects horovod horovod/horovod.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.