Submit #509958: Vllm aibrix 0.2.0 prefix cache reuseinfo

TitelVllm aibrix 0.2.0 prefix cache reuse
BeschreibungSummary​ Maliciously crafted prompts may cause hash collisions, leading to prefix cache reuse, which could interfere with subsequent responses and result in unintended behavior. Details​ aibrix's prefix caching mechanism relies on the xxhash64 hash algorithm. Since xxhash64 uses a fixed seed value (e.g., seed=0) in its default configuration, its hash outputs are predictable. Attackers could exploit this determinism to craft specific inputs that generate hash collisions. Use Case Impact​ If aibrix's hash generation logic lacks randomization (e.g., no dynamic seeds or salting), attackers could leverage xxhash64's predictable nature to inject malicious inputs that collide with target prompts, causing cache pollution and subsequent response errors. Proposed Solution Fix Recommendation​ In a cluster environment, this issue should be addressed by implementing ​statistically unique and cryptographically secure xxhash seed values.(not Like vllm GHSA-rm76-4mrf-v9r8 )This approach would: Prevent attackers from predicting or forcing collisions. Enable global cache sharing across the cluster while maintaining security. issue:https://github.com/vllm-project/aibrix/issues/749 fix PR:https://github.com/vllm-project/aibrix/pull/752
Quelle⚠️ https://github.com/vllm-project/aibrix/issues/749
Benutzer
 kexinoh (UID 82084)
Einreichung27.02.2025 02:39 (vor 1 Jahr)
Moderieren04.03.2025 15:20 (6 days later)
StatusAkzeptiert
VulDB Eintrag298543 [vLLM AIBrix 0.2.0 Prefix Caching hash.go schwache Verschlüsselung]
Punkte20

Do you want to use VulDB in your project?

Use the official API to access entries easily!