Vulnerabilities (CVE)

Filtered by vendor Ggerganov Subscribe
Filtered by product Llama.cpp
Total 8 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-21836 1 Ggerganov 1 Llama.cpp 2025-02-12 N/A 8.8 HIGH
A heap-based buffer overflow vulnerability exists in the GGUF library header.n_tensors functionality of llama.cpp Commit 18c2e17. A specially crafted .gguf file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-23496 1 Ggerganov 1 Llama.cpp 2025-02-12 N/A 8.8 HIGH
A heap-based buffer overflow vulnerability exists in the GGUF library gguf_fread_str functionality of llama.cpp Commit 18c2e17. A specially crafted .gguf file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-23605 1 Ggerganov 1 Llama.cpp 2025-02-12 N/A 8.8 HIGH
A heap-based buffer overflow vulnerability exists in the GGUF library header.n_kv functionality of llama.cpp Commit 18c2e17. A specially crafted .gguf file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-21802 1 Ggerganov 1 Llama.cpp 2025-02-12 N/A 8.8 HIGH
A heap-based buffer overflow vulnerability exists in the GGUF library info->ne functionality of llama.cpp Commit 18c2e17. A specially crafted .gguf file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-21825 1 Ggerganov 1 Llama.cpp 2025-02-12 N/A 8.8 HIGH
A heap-based buffer overflow vulnerability exists in the GGUF library GGUF_TYPE_ARRAY/GGUF_TYPE_STRING parsing functionality of llama.cpp Commit 18c2e17. A specially crafted .gguf file can lead to code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-42479 1 Ggerganov 1 Llama.cpp 2024-08-15 N/A 9.8 CRITICAL
llama.cpp provides LLM inference in C/C++. The unsafe `data` pointer member in the `rpc_tensor` structure can cause arbitrary address writing. This vulnerability is fixed in b3561.
CVE-2024-42478 1 Ggerganov 1 Llama.cpp 2024-08-15 N/A 9.8 CRITICAL
llama.cpp provides LLM inference in C/C++. The unsafe `data` pointer member in the `rpc_tensor` structure can cause arbitrary address reading. This vulnerability is fixed in b3561.
CVE-2024-42477 1 Ggerganov 1 Llama.cpp 2024-08-15 N/A 7.5 HIGH
llama.cpp provides LLM inference in C/C++. The unsafe `type` member in the `rpc_tensor` structure can cause `global-buffer-overflow`. This vulnerability may lead to memory data leakage. The vulnerability is fixed in b3561.