Ollama 0.1.15

CPE Details

Ollama 0.1.15
0.1.15
2024-08-30
18h02 +00:00
2024-08-30
18h02 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:ollama:ollama:0.1.15:*:*:*:*:*:*:*

Informations

Vendor

ollama

Product

ollama

Version

0.1.15

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2025-0312 2025-03-20 10h10 +00:00 A vulnerability in ollama/ollama versions <=0.3.14 allows a malicious user to create a customized GGUF model file that, when uploaded and created on the Ollama server, can cause a crash due to an unchecked null pointer dereference. This can lead to a Denial of Service (DoS) attack via remote network.
7.5
High
CVE-2025-0317 2025-03-20 10h10 +00:00 A vulnerability in ollama/ollama versions <=0.3.14 allows a malicious user to upload and create a customized GGUF model file on the Ollama server. This can lead to a division by zero error in the ggufPadding function, causing the server to crash and resulting in a Denial of Service (DoS) attack.
7.5
High
CVE-2025-0315 2025-03-20 10h09 +00:00 A vulnerability in ollama/ollama <=0.3.14 allows a malicious user to create a customized GGUF model file, upload it to the Ollama server, and create it. This can cause the server to allocate unlimited memory, leading to a Denial of Service (DoS) attack.
7.5
High
CVE-2024-12055 2025-03-20 10h08 +00:00 A vulnerability in Ollama versions <=0.3.14 allows a malicious user to create a customized gguf model file that can be uploaded to the public Ollama server. When the server processes this malicious model, it crashes, leading to a Denial of Service (DoS) attack. The root cause of the issue is an out-of-bounds read in the gguf.go file.
7.5
High
CVE-2024-39719 2024-10-30 23h00 +00:00 An issue was discovered in Ollama through 0.3.14. File existence disclosure can occur via api/create. When calling the CreateModel route with a path parameter that does not exist, it reflects the "File does not exist" error message to the attacker, providing a primitive for file existence on the server.
7.5
High
CVE-2024-39720 2024-10-30 23h00 +00:00 An issue was discovered in Ollama before 0.1.46. An attacker can use two HTTP requests to upload a malformed GGUF file containing just 4 bytes starting with the GGUF custom magic header. By leveraging a custom Modelfile that includes a FROM statement pointing to the attacker-controlled blob file, the attacker can crash the application through the CreateModel route, leading to a segmentation fault (signal SIGSEGV: segmentation violation).
8.2
High
CVE-2024-39721 2024-10-30 23h00 +00:00 An issue was discovered in Ollama before 0.1.34. The CreateModelHandler function uses os.Open to read a file until completion. The req.Path parameter is user-controlled and can be set to /dev/random, which is blocking, causing the goroutine to run infinitely (even after the HTTP request is aborted by the client).
7.5
High
CVE-2024-39722 2024-10-30 23h00 +00:00 An issue was discovered in Ollama before 0.1.46. It exposes which files exist on the server on which it is deployed via path traversal in the api/push route.
7.5
High
CVE-2024-45436 2024-08-28 22h00 +00:00 extractFromZipFile in model.go in Ollama before 0.1.47 can extract members of a ZIP archive outside of the parent directory.
9.1
Critical
CVE-2024-37032 2024-05-31 00h00 +00:00 Ollama before 0.1.34 does not validate the format of the digest (sha256 with 64 hex digits) when getting the model path, and thus mishandles the TestGetBlobsPath test cases such as fewer than 64 hex digits, more than 64 hex digits, or an initial ../ substring.
8.8
High
CVE-2024-28224 2024-04-08 00h00 +00:00 Ollama before 0.1.29 has a DNS rebinding vulnerability that can inadvertently allow remote access to the full API, thereby letting an unauthorized user chat with a large language model, delete a model, or cause a denial of service (resource exhaustion).
6.6
Medium