Ollama A.I CyberSecurity Scoring
Ollama
Company Information
Website:https://ollama.com
Employees number:65
Number of followers:227,251
NAICS:513
Industry Type:Technology, Information and Internet
Homepage:ollama.com
Ollama Risk Score (AI oriented)
Between 700 and 749
OllamaTechnology, Information and Internet
Updated:
26/08/2026
26/08/2026
703/1000
Moderate
Ba
Ollama Global Score (TPRM)
xxxx
OllamaTechnology, Information and Internet
Score locked

OllamaModerate
Current Score
703Ba (MODERATE)
01000
7 incidents
-9.67 avg impact
Incident timeline with MITRE ATT&CK tactics, techniques, and mitigations.
SEPTEMBER 2026
704
AUGUST 2026
708
Vulnerability
26 Aug 2026 • Ollama
NVIDIA and Ollama: NVIDIA NemoClaw Vulnerability Lets Attackers Hijack AI Agents via DNS Rebinding
Critical NVIDIA NemoClaw Vulnerability Exposes AI Agents to Persistent Hijacking
703
CRITICAL-5
OLLNVI1787739914
Critical NVIDIA NemoClaw Vulnerability Exposes AI Agents to Persistent Hijacking
Researchers from Oasis Security have uncovered a severe vulnerability in NVIDIA NemoClaw (CVE-2026-65105) that could allow attackers to seize persistent control of locally deployed AI agents with minimal user interaction. The flaw stems from an unauthenticated API exposure in NemoClaw’s integration with Ollama, a local inference backend, enabling exploitation via DNS rebinding attacks.
### How the Attack Works
NemoClaw deploys the OpenClaw AI agent within NVIDIA’s OpenShell sandboxes, using Ollama to run models on local hardware. However, NemoClaw configures Ollama to bind to `0.0.0.0:11434`, exposing the service to the local network rather than restricting it to `127.0.0.1`. While Ollama’s API lacks authentication, it relies on CORS and Host-header validation to block unauthorized access except when bound to `0.0.0.0`, where Host-header checks are bypassed.
Attackers can exploit this via DNS rebinding, a technique where a malicious domain initially resolves to an attacker-controlled server before switching to `127.0.0.1` or another local IP. When a victim visits the attacker’s site, their browser trusting the same-origin policy sends requests to the local Ollama API, granting full access without authentication.
### Exploitation Risks
Once compromised, attackers can:
- Enumerate installed AI models and extract version details.
- Consume GPU resources or download large models to exhaust disk space.
- Delete or replace models with malicious versions.
- Poison model templates via Ollama’s `/api/create` endpoint, embedding hidden instructions that persist across all future interactions.
Unlike temporary system prompts, template poisoning alters how the AI processes every input, allowing attackers to:
- Generate backdoored code or suppress security warnings.
- Recommend malicious packages/URLs in responses.
- Exfiltrate conversation data or files if the agent has outbound access.
### Broader Impact
While OpenShell sandboxing limits direct host-level risks, the vulnerability introduces two key threats:
1. Local Network Exposure: Any device on the same network can access Ollama without DNS rebinding.
2. Persistent AI Compromise: Poisoned models retain their original appearance (name, metadata, size) while executing attacker-controlled instructions in the background.
### Disclosure & Response
The researchers reported the issue to NVIDIA’s Product Security Incident Response Team before public disclosure. Organizations using NemoClaw with local Ollama inference are advised to restrict access to port 11434 and audit model templates for unauthorized modifications.
INCIDENT DETAILS -
TYPE
IMPACT
DATA BREACH
REFERENCES
JULY 2026
725
Cyber Attack
19 Jul 2026 • Ollama
ComfyUI, Langflow, Ollama, Gradio and Open WebUI: NadMesh Uses Shodan to Find and Hijack Exposed AI and MCP Infrastructure
NadMesh Botnet Emerges as a Sophisticated Threat to AI and MCP Infrastructure
706
CRITICAL-19
GRACOMOLLOPELAN1784435194
NadMesh Botnet Emerges as a Sophisticated Threat to AI and MCP Infrastructure
Security researchers at XLab have uncovered NadMesh, a Go-based botnet that has been rapidly spreading since early July 2026, marking a shift in cybercriminal tactics toward industrial-grade, ROI-driven attacks targeting Artificial Intelligence (AI) and Model Context Protocol (MCP) infrastructure.
Unlike traditional worms, NadMesh operates as a closed-loop system dubbed the "n4d mesh controller" integrating autonomous scanning, over 20 unique exploitation vectors, and Shodan-powered intelligence harvesting. Its most distinctive feature is ai_harvest.py, a reconnaissance module that programmatically queries Shodan to identify exposed AI and automation services, including ComfyUI, Ollama, n8n, Open WebUI, Langflow, and Gradio. Discovered IP addresses are prioritized for immediate exploitation, allowing the botnet to bypass inefficient brute-force scanning.
The botnet follows a five-stage operation:
1. Intelligence gathering (Shodan-driven targeting)
2. Centralized control (HMAC-authenticated beacons on ports 80 and 8443)
3. Autonomous task supply (dynamic payload delivery)
4. Polymorphic binary construction (Garble obfuscation + UPX compression)
5. Active delivery (persistence via SSH backdoors, cron watchdogs, and hidden binaries)
NadMesh prioritizes AI service ports, including:
- 8188 (ComfyUI)
- 11434 (Ollama)
- 5678 (n8n)
- 7860 (Gradio)
Its exploitation arsenal includes:
- MCP JSON-RPC tool calls (command execution loops)
- Kubernetes malicious pod creation (hostPath mount overrides)
- Docker API container escapes (privileged container creation)
- Unauthenticated Redis instances (CONFIG SET file writes)
- Elasticsearch RCE, Jenkins Script Console, and WebLogic deserialization flaws
Beyond initial access, NadMesh exfiltrates high-value data, including:
- AWS access keys & Amazon Bedrock credentials
- Kubernetes ServiceAccount tokens (cluster-admin scopes)
- Docker configurations & locally hosted AI models (Llama2, Mistral, GPT-4 API tokens)
- Internal MCP tool configurations (execute_sql, execute_shell)
To evade detection, the malware employs automated honeypot avoidance, blacklisting IPs that fail infection attempts after 10 consecutive deployments. Its web-based management panel complete with conversion-funnel analytics and real-time operational visibility resembles enterprise-grade software, underscoring its sophistication.
Indicators of Compromise (IOCs):
- C2 IP Node: `209.99.186.235`
- C2 CDN Domain: `cdnorigin.net`
INCIDENT DETAILS -
TYPE
MOTIVATION
IMPACT
DATA BREACH
REFERENCES
JUNE 2026
722
MAY 2026
725
Vulnerability
07 May 2026 • Ollama
Ollama: Critical Ollama Memory Leak Vulnerability Exposes 300,000 Servers Globally
Critical 'Bleeding Llama' Flaw Exposes 300,000 Ollama Servers to Data Theft
721
CRITICAL-4
OLL1778142229
Critical "Bleeding Llama" Flaw Exposes 300,000 Ollama Servers to Data Theft
A severe vulnerability in Ollama, a widely used platform for running local AI models, has left roughly 300,000 internet-facing servers vulnerable to memory-based data extraction. Dubbed "Bleeding Llama" (CVE-2026-7482), the flaw allows unauthenticated attackers to steal sensitive information including user prompts, system instructions, and environment variables with just three API calls.
Discovered by Cyera and assigned a critical CVSS score of 9.1, the exploit stems from a memory overread during the processing of GGUF model files. Attackers can craft malicious files with mismatched tensor metadata, tricking Ollama into reading beyond intended memory buffers. The leaked data, preserved through a lossless conversion technique, is then exfiltrated via the platform’s push functionality.
The impact is particularly severe in enterprise environments, where exposed memory may contain API keys, proprietary code, customer data, and internal AI workflows. Systems integrated with external tools or coding assistants face heightened risk, as their outputs may also be compromised.
The vulnerability affects Ollama versions before 0.1.7.1, which includes the patch. Organizations are advised to upgrade immediately, restrict public access, and enforce authentication controls. Any previously exposed deployments should assume potential data leakage and rotate secrets.
INCIDENT DETAILS -
TYPE
IMPACT
DATA BREACH
REFERENCES
APRIL 2026
730
Vulnerability
24 Apr 2026 • Ollama
Ollama: Hackers Exploit Ollama Model Uploads to Leak Server Data
Critical Unpatched Vulnerability in Ollama Exposes Sensitive Data to Attackers
725
CRITICAL-5
OLL1777019301
Critical Unpatched Vulnerability in Ollama Exposes Sensitive Data to Attackers
Cybersecurity researchers have identified a severe, unpatched vulnerability in Ollama, a widely used open-source platform for running large language models (LLMs) locally. Tracked as CVE-2026-5757, the flaw resides in Ollama’s model quantization engine and allows unauthenticated attackers to steal sensitive server data by uploading a maliciously crafted AI model file.
### How the Exploit Works
Ollama’s quantization process designed to optimize model performance by reducing numerical precision contains an out-of-bounds memory vulnerability in its handling of GPT-Generated Unified Format (GGUF) files. When an attacker uploads a specially crafted GGUF file and triggers quantization, the engine reads beyond safe memory limits due to three critical flaws:
1. Unchecked file metadata – The engine trusts user-provided metadata without verifying its alignment with the actual data size.
2. Unsafe memory operations – A Go-based memory slice extends into the application’s heap, enabling unauthorized access.
3. Data exfiltration via API – Stolen memory (including sensitive data) is written to a new model layer and can be extracted through Ollama’s registry API.
### Potential Impact
Since the vulnerability grants access to the server’s heap memory, attackers can silently extract highly sensitive data processed during normal operations, including:
- API keys
- Private user data
- Proprietary intellectual property
Worse, the exploit could enable full server compromise, allowing attackers to move laterally within a network, establish persistence, and evade detection by standard security tools.
### Discovery & Current Status
The flaw was uncovered by security researcher Jeremy Brown, who employed AI-assisted vulnerability research techniques. As of late April 2026, the CERT Coordination Center has been unable to contact Ollama’s vendor, leaving the vulnerability unpatched.
### Mitigation Measures
Until an official fix is released, organizations running Ollama are advised to:
- Disable or restrict model upload functionality on exposed servers.
- Limit deployments to isolated or trusted networks.
- Only use AI models from verified sources.
- Enforce strict network controls to block unauthorized data exfiltration.
The incident underscores the growing risks of supply chain attacks in AI infrastructure, particularly in open-source tools with widespread adoption.
INCIDENT DETAILS -
TYPE
IMPACT
DATA BREACH
REFERENCES
MARCH 2026
729
FEBRUARY 2026
733
Vulnerability
04 Feb 2026 • Ollama
Ollama: More Than 175,000 Exposed Hosts Pose Risks for Ollama LLM Misuse
Hundreds of Thousands of Ollama Hosts Exposed in LLM Security Risk
728
CRITICAL-5
OLL1770209099
Hundreds of Thousands of Ollama Hosts Exposed in LLM Security Risk
A recent study has revealed a critical security vulnerability involving Ollama, a platform for managing large language models (LLMs), with over 175,000 exposed hosts identified online. Conducted by security researchers and reported by SecurityWeek, the findings highlight a growing risk of unauthorized access to LLMs, which could lead to data breaches and misuse of sensitive information.
Among the exposed hosts, 23,000 demonstrated persistent activity over a 293-day period, making them prime targets for attackers. These consistently active hosts could be exploited for ongoing data extraction or malicious LLM processing, amplifying the threat of cyber exploitation.
The study employed advanced scanning techniques to analyze exposure patterns, providing detailed insights into the behavior of vulnerable hosts. The findings underscore the broader risks of unsecured LLM infrastructure, where threat actors could leverage exposed access points to manipulate models or extract confidential data.
Organizations using Ollama and similar platforms are advised to strengthen security measures, including stricter access controls, regular software updates, and network monitoring to mitigate potential threats. The incident serves as a reminder of the need for robust security protocols in LLM deployment.
INCIDENT DETAILS -
TYPE
IMPACT
DATA BREACH
REFERENCES
JANUARY 2026
752
Cyber Attack
28 Jan 2026 • Ollama
OpenAI and Ollama: Hackers hijack exposed LLM endpoints in Bizarre Bazaar operation
Large-Scale 'LLMjacking' Campaign Exploits Exposed AI Endpoints for Profit
732
CRITICAL-20
OPEOLL1769611516
Large-Scale "LLMjacking" Campaign Exploits Exposed AI Endpoints for Profit
Researchers at Pillar Security have uncovered a sophisticated cybercrime operation dubbed "Bizarre Bazaar", one of the first documented cases of "LLMjacking" a campaign targeting exposed or poorly secured AI infrastructure for financial gain. Over a 40-day period, the team recorded over 35,000 attack sessions on their honeypots, revealing a coordinated effort to monetize unauthorized access to large language model (LLM) endpoints.
The campaign exploits misconfigured or unauthenticated AI services, including self-hosted LLMs, exposed APIs, publicly accessible Model Context Protocol (MCP) servers, and development environments with public IP addresses. Attackers frequently target Ollama endpoints on port 11434, OpenAI-compatible APIs on port 8000, and unauthenticated production chatbots, often striking within hours of a misconfigured endpoint appearing in Shodan or Censys scans.
Once compromised, threat actors leverage the access for multiple malicious purposes:
- Cryptocurrency mining using stolen computing resources
- Reselling API access on darknet markets
- Exfiltrating sensitive data from prompts and conversation histories
- Pivoting into internal systems via MCP servers for lateral movement
Pillar Security’s report highlights a criminal supply chain involving three distinct threat actors. The first scans the internet for vulnerable endpoints, the second validates and tests access, and the third operates Silver[.]inc, a commercial service advertised on Telegram and Discord that resells access to compromised AI infrastructure. The platform, marketed under the name NeXeonAI, claims to provide access to over 50 AI models from major providers in exchange for cryptocurrency or PayPal payments.
The operation has been attributed to a threat actor using the aliases "Hecker," "Sakuya," and "LiveGamer101." While Bizarre Bazaar focuses on LLM API abuse, Pillar Security is tracking a separate but potentially related campaign targeting MCP endpoints, which offers greater opportunities for lateral movement including Kubernetes interactions, cloud service access, and shell command execution.
As of the latest findings, the campaign remains active, with SilverInc’s service still operational. The full scope of the operation and its potential connections to other threat groups are still under investigation.
INCIDENT DETAILS -
TYPE
MOTIVATION
IMPACT
DATA BREACH
REFERENCES
DECEMBER 2025
752
NOVEMBER 2025
752
OCTOBER 2025
751
APRIL 2025
767
Vulnerability
15 Apr 2025 • Ollama
Ollama: 175K Exposed Ollama Hosts Allow Remote Code Execution
Global Network of 175,000 Exposed Ollama AI Servers Raises Remote Code Execution Risks
750
CRITICAL-17
OLL1769784240
Global Network of 175,000 Exposed Ollama AI Servers Raises Remote Code Execution Risks
Researchers have uncovered a vast, unmanaged network of 175,000 publicly exposed Ollama AI servers across 130 countries, posing severe remote code execution (RCE) risks. Over a 293-day scanning period, the analysis identified 7.23 million observations from unique hosts, revealing a decentralized yet highly active ecosystem.
A persistent core of 23,000 hosts drove most activity, while transient instances appeared and disappeared frequently. Nearly half of the exposed servers support tool-calling capabilities, enabling code execution, API access, and external system interactions fundamentally altering the threat model beyond basic text generation. Additionally, 22% of hosts include vision capabilities, allowing image-based prompt injection attacks via malicious files.
The infrastructure spans both cloud and residential networks, with 56% of hosts located on consumer ISPs and 32% on hyperscalers, complicating traditional security governance. Geographic concentrations were notable: Virginia (18%) led in the U.S., while Beijing (30%) dominated in China, alongside Shanghai and Guangdong (21%).
Model adoption showed striking uniformity, with Llama, Qwen2, and Gemma2 consistently ranking as the top three deployed families. Hardware constraints drove convergence toward 4-bit quantization formats (72% of hosts), increasing systemic fragility vulnerabilities in these models could impact a significant portion of the exposed ecosystem.
Key threat vectors include:
- Resource hijacking unauthenticated access to compute power for malicious activities like spam or disinformation.
- Prompt injection attacks exploiting tool-enabled models to extract sensitive data or execute unauthorized commands.
- Indirect prompt injection using malicious images to bypass bot defenses via residential IPs.
The decentralized nature of these deployments particularly on home networks complicates attribution and incident response, as security teams often lack legal or contractual access to mitigate threats. The findings underscore the need for authentication, monitoring, and network controls equivalent to those applied to traditional externally facing infrastructure.
INCIDENT DETAILS -
TYPE
MOTIVATION
IMPACT
DATA BREACH
REFERENCES
Frequently Asked Questions
?
What is the current A.I Rankiteo Cyber Score for Ollama ??
What was Ollama's A.I Rankiteo Cyber Score in August 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in July 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in June 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in May 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in April 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in March 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in February 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in January 2026 ??
What was Ollama's A.I Rankiteo Cyber Score in December 2025 ??
What was Ollama's A.I Rankiteo Cyber Score in November 2025 ??
What was Ollama's A.I Rankiteo Cyber Score in October 2025 ??
What is the average per-incident point impact on Ollama's A.I Rankiteo Cyber Score over the past 12 months ??
Where can I access detailed records of all cyber incidents associated with Ollama ??
Where can I find a summary of the A.I Rankiteo Risk Scoring methodology ??
Where can I view Ollama's profile page on Rankiteo ??
How accurate is the A.I Rankiteo Risk Scoring methodology ?