Beveiligingsadvies

CVE-2024-9053

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-03-20 10:09:33
Laatst bijgewerkt 2025-10-15 12:50:44
Toegewezen door @huntr_ai
CVSS-score 9.8
Status PUBLISHED

Beschrijving

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer() RPC server entrypoints. The core functionality run_server_loop() calls the function _make_handler_coro(), which directly uses cloudpickle.loads() on received messages without any sanitization. This can result in remote code execution by deserializing malicious pickle data.