Affected by GO-2025-3548
and 8 other vulnerabilities
GO-2025-3548: Ollama Vulnerable to Denial of Service (DoS) via Crafted GZIP in github.com/ollama/ollama
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
command
Version:
v0.23.2
Opens a new window with list of versions in this module.
Published: May 7, 2026
License: MIT
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
MLX Engine
Experimental MLX backend for running models on Apple Silicon and CUDA.
Build
go build -o engine ./x/imagegen/cmd/engine
Text Generation
Text generation models are no longer supported by this engine.
Image Generation
./engine -zimage -model /path/to/z-image -prompt "a cat" -output cat.png
Options:
-width, -height - image dimensions (default 1024x1024)
-steps - denoising steps (default 9)
-seed - random seed (default 42)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.