Headline
GHSA-mrhh-3ggq-23p2: Horovod Vulnerable to Command Injection
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.
Skip to content
Navigation Menu
GitHub Copilot
Write better code with AI
Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
- Learning Pathways
- Events & Webinars
- Ebooks & Whitepapers
- Customer Stories
- Partners
- Executive Insights
GitHub Sponsors
Fund open source developers
* The ReadME Project
GitHub community articles
Enterprise platform
AI-powered developer platform
- Pricing
Provide feedback
Saved searches****Use saved searches to filter your results more quickly
Sign up
- GitHub Advisory Database
- GitHub Reviewed
- CVE-2024-10190
Horovod Vulnerable to Command Injection
Critical severity GitHub Reviewed Published Mar 20, 2025 to the GitHub Advisory Database • Updated Mar 20, 2025
Package
pip horovod (pip)
Affected versions
<= 0.28.1
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.
References
- https://nvd.nist.gov/vuln/detail/CVE-2024-10190
- https://huntr.com/bounties/3e398d1f-70c2-4e05-ae22-f5d66b19a754
Published to the GitHub Advisory Database
Mar 20, 2025
Last updated
Mar 20, 2025
EPSS score