CVE-2024-8768.yaml
1 info: 2 name: vllm 3 cve: CVE-2024-8768 4 summary: vLLM denial of service vulnerability 5 details: | 6 A flaw was found in the vLLM library. A completions API request with an empty prompt will crash the vLLM API server, resulting in a denial of service. 7 cvss: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 8 severity: HIGH 9 security_advise: | 10 1. Upgrade to vllm>=0.5.5 11 2. Implement input validation to prevent empty prompts in completions API requests 12 rule: version < "0.5.5" 13 references: 14 - https://nvd.nist.gov/vuln/detail/CVE-2024-8768 15 - https://github.com/vllm-project/vllm/issues/7632 16 - https://github.com/vllm-project/vllm/pull/7746 17 - https://github.com/vllm-project/vllm/commit/e25fee57c2e69161bd261f5986dc5aeb198bbd42 18 - https://access.redhat.com/security/cve/CVE-2024-8768 19 - https://bugzilla.redhat.com/show_bug.cgi?id=2311895 20 - https://github.com/vllm-project/vllm