
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-63389 is a critical authentication bypass vulnerability in the Ollama platform's API endpoints, classified as "Missing Authentication for Critical Function" (CWE-306). It affects Ollama versions up to and including v0.12.3 (the GitHub Advisory Database notes affected versions as <= 0.13.5 with no patched version listed). The vulnerability was published on December 18, 2025, and discovered by Zhihuang Liu. It carries a CVSS v3.1 base score of 9.8 (Critical) and a CVSS v4.0 score of 9.3 (Critical) (Github Advisory, Public Disclosure).
The root cause is CWE-306 (Missing Authentication for Critical Function) and CWE-284 (Improper Access Control): Ollama exposes multiple API endpoints that perform sensitive model management operations without enforcing any authentication or authorization checks. An unauthenticated remote attacker can send crafted HTTP requests directly to these exposed API endpoints over the network, requiring no prior credentials, special configuration, or user interaction. The attack vector is network-accessible (AV:N), with low complexity (AC:L) and no privileges required (PR:N), making exploitation straightforward for any attacker who can reach the Ollama service. A public disclosure gist was published by the researcher on January 21, 2026, referencing the vulnerability details (Github Advisory, Public Disclosure).
Successful exploitation allows remote, unauthenticated attackers to perform unauthorized model management operations against the Ollama platform, including enumerating installed AI models (information disclosure), manipulating or deleting existing models (integrity impact), injecting malicious model configurations (model poisoning), and potentially achieving remote code execution via malicious model configurations or prompt injection. The vulnerability poses high confidentiality and integrity risks, with the potential to fully compromise the Ollama platform's operational integrity and the trustworthiness of hosted AI models (Github Advisory, Public Disclosure).
/api/tags to list installed models without any credentials./api/pull (to download arbitrary models), /api/delete (to remove models), or /api/copy (to duplicate models), bypassing any access control./api/pull or /api/create endpoint to load a crafted or malicious model configuration onto the server, potentially enabling prompt injection or remote code execution via model execution pathways./api/tags, /api/pull, /api/delete, /api/copy, /api/create) from external or unknown IP addresses; unusual outbound connections from the Ollama host to external model registries.Organizations should upgrade Ollama to a version beyond v0.12.3 as soon as a patched release is available; the GitHub Advisory notes no patched version has been formally designated yet, so monitoring the Ollama releases page is recommended (Github Advisory). As immediate workarounds: restrict network access to the Ollama API port (default: 11434) using firewall rules or network segmentation so only trusted hosts can reach it; place the Ollama API behind a reverse proxy with authentication enforcement; and disable external API access entirely if the service does not need to be publicly accessible. Audit API access logs regularly for unauthorized model management activity.
The vulnerability was noted on Mastodon/infosec.exchange shortly after disclosure, and coverage appeared on security aggregation platforms including Vulners, VulDB, and CVEFeed within hours of publication (infosec.exchange). The INCIBE-CERT (Spain's national cybersecurity agency) published an early warning advisory for the vulnerability. Red Hat and SUSE also tracked the CVE in their vulnerability databases, indicating broad ecosystem awareness. No major vendor statements or high-profile researcher commentary beyond the original discoverer's disclosure have been identified.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."