AI Governance Institute logo
AI Governance Institute

Intelligence for Compliance and GRC Teams

← News
Research2026-08-26

CVE-2026-65105 Lets Attackers Poison NemoClaw's AI Through a Browser Tab

What happened

Cyera researchers publicly disclosed CVE-2026-65105, a DNS rebinding vulnerability affecting Nvidia's NemoClaw platform, which uses a locally running Ollama model server as its inference backend. The attack requires no authentication: a victim visiting a malicious webpage allows the attacker's server to rebind its DNS name to the victim's local network address, giving it unauthenticated access to the Ollama API. From there, the attacker can manipulate the model's chat template to embed persistent, hidden instructions that survive subsequent sessions. Critically, these injected instructions do not appear in ordinary model metadata inspection, meaning routine governance checks would not surface the compromise. The implications extend well beyond a single product: any agentic pipeline trusting this model as a reliable instruction executor could be silently redirected toward attacker-controlled packages, suppressed security warnings, or covert data exfiltration. This finding sits alongside a broader pattern of self-hosted model attack surfaces documented in CVE-2025-9141 and the InjecMEM persistent agent instruction research.

Why it matters

  • ·Self-hosted models are often governed with lighter controls than cloud-hosted alternatives, on the assumption that network isolation provides adequate protection. CVE-2026-65105 breaks that assumption: a browser tab is sufficient to reach a locally bound Ollama server, meaning perimeter controls are not a substitute for model integrity verification and chat template attestation.
  • ·Organizations running agentic workflows on NemoClaw or similar Ollama-backed platforms face compounded risk, because injected instructions can silently redirect autonomous agent actions at scale. Without behavioral anomaly detection and runtime instruction monitoring, a poisoned model can operate undetected across every task the agent performs, creating liability exposure that spans data integrity, fraud, and potentially regulatory reporting accuracy.
  • ·The invisibility of the injected instructions in standard metadata views creates a direct gap in audit readiness. If a model's effective instruction set cannot be verified at inspection time, AI decision logging and output audit trails lose evidentiary value, a concern that regulators applying frameworks such as the NIST Artificial Intelligence Risk Management Framework Playbook would flag as a material control failure.

Governance controls affected

What to do now

  • Identify all instances of NemoClaw and Ollama-backed model servers running in your environment and apply available patches or mitigations for CVE-2026-65105 immediately, prioritizing any instances accessible from browser-facing networks.
  • Implement network-level isolation for all local Ollama model servers, restricting binding to loopback or explicitly authorized internal addresses only, and verify that no browser-reachable interface exposes the Ollama API.
  • Establish a chat template and system prompt attestation process for every self-hosted model in your inventory: capture a cryptographic hash of the authorized template at deployment and alert on any deviation detected at runtime.
  • Review agentic workflows that rely on NemoClaw or Ollama-backed models for any tasks involving package installation, external API calls, or data egress, and suspend autonomous execution on those pipelines until model integrity is confirmed.
  • Update your AI incident response playbook to include a persistent instruction injection scenario, with defined steps for detecting invisible template modifications and assessing the scope of any actions taken by a potentially compromised agent.

What to watch next

Nvidia has not yet published a formal security advisory or patch timeline as of the disclosure date, so compliance teams should monitor Nvidia's product security channel and the NVD entry for CVE-2026-65105 for remediation guidance. The DNS rebinding attack class is also documented against MCP server deployments, as covered in CVE-2026-11624, suggesting regulators and standards bodies may begin addressing local AI server network binding requirements more broadly. Organizations subject to the NIST AI 600-1 Generative AI Profile should watch for updated guidance on self-hosted model integrity controls, as this class of attack is not yet addressed in most published AI security frameworks.

Stay ahead of stories like this

Get every Global AI governance development like this one, plus the rest of the week's developments. Every Thursday.

Powered by Buttondown.

Related Coverage

Research2026-08-26

CVE-2026-75130: A CVSS 9.0 MCP Bug With No Documented Fix

Security researchers at Digital Applied have documented a critical prompt injection vulnerability, CVE-2026-75130, in Context7 through version 2.1.2, scoring 9.0 on the CVSS scale. The flaw allows unsanitized content delivered through the MCP server to redirect connected AI coding agents. No vendor fix has been documented, leaving enterprises without a standard patch path.

Research2026-08-24

Zero-Click Prompt Injection Escapes Coding Agent Sandbox, Binary Overwritten

Adversa AI's August 2026 security roundup documents a zero-click prompt injection attack against AI coding agents that bypassed terminal sandboxing and overwrote a sandbox helper binary. The research frames coding-agent tooling as a software supply chain component requiring sandbox hardening, binary integrity checks, and explicit approval gates for privileged actions. Compliance teams should treat the findings as a signal to reassess how their agent tooling intake and deployment controls are structured.

Research2026-08-20

Hidden Pull Request Instructions Exploit AI Agents in Azure DevOps MCP

Security researchers at ExploreSec have identified a vulnerability in the Azure DevOps MCP Server that allows attackers to embed malicious instructions inside pull request comments in a form invisible to human reviewers but readable by AI agents. The flaw undermines prompt-injection defenses and code review workflows wherever AI agents are integrated into developer pipelines. Organizations using AI-assisted DevSecOps toolchains are directly exposed.