Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/ollama/ollama
  4. ›
  5. CVE-2026-7482

CVE-2026-7482: Ollama contains a heap out-of-bounds read vulnerability in the GGUF model loader

May 4, 2026 (updated May 8, 2026)

Ollama before 0.17.1 contains a heap out-of-bounds read vulnerability in the GGUF model loader. The /api/create endpoint accepts an attacker-supplied GGUF file in which the declared tensor offset and size exceed the file’s actual length; during quantization in fs/ggml/gguf.go and server/quantization.go (WriteTo()), the server reads past the allocated heap buffer. The leaked memory contents may include environment variables, API keys, system prompts, and concurrent users’ conversation data, and can be exfiltrated by uploading the resulting model artifact through the /api/push endpoint to an attacker-controlled registry. The /api/create and /api/push endpoints have no authentication in the upstream distribution. Default deployments bind to 127.0.0.1, but the documented OLLAMA_HOST=0.0.0.0 configuration is widely used in practice (large public-internet exposure observed).

References

  • github.com/advisories/GHSA-x8qc-fggm-mpqg
  • github.com/ollama/ollama/commit/88d57d0483cca907e0b23a968c83627a20b21047
  • github.com/ollama/ollama/pull/14406
  • github.com/ollama/ollama/releases/tag/v0.17.1
  • nvd.nist.gov/vuln/detail/CVE-2026-7482

Code Behaviors & Features

Detect and mitigate CVE-2026-7482 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.17.1

Fixed versions

  • 0.17.1

Solution

Upgrade to version 0.17.1 or above.

Impact 9.1 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-125: Out-of-bounds Read

Source file

go/github.com/ollama/ollama/CVE-2026-7482.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 06 Jun 2026 00:17:56 +0000.