Affected by GO-2025-3557
and 7 other vulnerabilities
GO-2025-3557: Ollama Allocation of Resources Without Limits or Throttling vulnerability in github.com/ollama/ollama
GO-2025-3558: Ollama Allows Out-of-Bounds Read in github.com/ollama/ollama
GO-2025-3559: Ollama Divide By Zero vulnerability in github.com/ollama/ollama
GO-2025-3582: Ollama Denial of Service (DoS) via Null Pointer Dereference in github.com/ollama/ollama
GO-2025-3689: Ollama Divide by Zero Vulnerability in github.com/ollama/ollama
GO-2025-3695: Ollama Server Vulnerable to Denial of Service (DoS) Attack in github.com/ollama/ollama
GO-2025-3824: Ollama vulnerable to Cross-Domain Token Exposure in github.com/ollama/ollama
GO-2025-4251: Ollama has missing authentication enabling attackers to perform model management operations in github.com/ollama/ollama
package
Version:
v0.32.1
Opens a new window with list of versions in this module.
Published: Jul 15, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
README
¶
runner
Note: this is a work in progress
A minimial runner for loading a model and running inference via a http web server.
./runner -model <model binary>
Completion
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "hi"}' http://localhost:8080/completion
Embeddings
curl -X POST -H "Content-Type: application/json" -d '{"prompt": "turn me into an embedding"}' http://localhost:8080/embedding
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.