ConicPlex

Start Your Project

A home developer workstation at night with a PC tower glowing green inside next to an open laptop, representing a local AI model server exposed on the network

On this Page

NVIDIA NemoClaw Flaw Lets a Malicious Website Poison Your Local AI Agent

A DNS rebinding bug in NVIDIA’s NemoClaw (CVE-2026-65105) lets a malicious website hijack a developer’s local Ollama model. Mac and Linux are patched; Windows is not.

Husen Memon

August 26, 2026

A newly disclosed flaw in NVIDIA’s NemoClaw, the reference stack for running AI agents like OpenClaw inside NVIDIA’s OpenShell sandboxes, lets a single malicious webpage take over the local Ollama model server on a developer’s machine. Oasis Security published the research on August 25, 2026, tracking it as CVE-2026-65105. A fix for macOS and Linux shipped in NemoClaw v0.0.35. Windows and WSL are still unpatched.

How the NemoClaw Attack Works

NemoClaw starts Ollama with OLLAMA_HOST=0.0.0.0:11434 so its sandboxed containers can reach the model server. That single setting is the whole problem: binding Ollama to every network interface instead of just localhost skips its Host header validation, according to Oasis Security’s writeup.

From there, a page the victim simply visits can run a DNS rebinding attack. The domain resolves to the attacker’s server first, then flips to 127.0.0.1, and the browser treats the follow-up requests as same origin. That’s enough to reach the victim’s Ollama instance directly from JavaScript running in the tab.

Once in, the attacker calls Ollama’s own API against itself. /api/show pulls a model’s existing chat template, the attacker edits the Go text/template that controls how every message gets rendered before inference, and /api/create re-uploads it. The poisoned template appends hidden instructions to every future system message. It survives the agent’s own prompt, it survives new conversations, and the user never sees it. Researchers Elad Luz and Ofek Itach note the same access exposes /api/pull and /api/delete, so an attacker can just as easily fill a victim’s disk with junk models or wipe the ones already installed.

Who Needs to Act

This affects anyone running NemoClaw with a local Ollama backend, which mainly means developers using it to keep coding-assistant prompts and source code off cloud APIs. If that’s your setup:

  • Update to NemoClaw v0.0.35 if you’re on macOS or Linux.
  • On Windows or WSL, there’s no fix yet. Don’t run NemoClaw’s Ollama backend on an untrusted network until one ships, and be deliberate about which sites you keep open in the same browser session.
  • Check whether NEMOCLAW_OLLAMA_PROXY_SKIP_BIND_PROBE is set in your environment. It disables the loopback-only proxy NVIDIA added in v0.0.106, which puts you back in the vulnerable configuration even on a patched install.
  • More generally, don’t bind any local model server to 0.0.0.0 unless something outside your machine genuinely needs to reach it.

NVIDIA was notified through its PSIRT process ahead of publication, which is why a partial fix already exists.

This is also a good prompt to check any AI agent tooling a team has wired into its own workflow the same way, not just NemoClaw specifically. A local model server that trusts its network by default is an easy thing to miss during a fast AI integration build. It’s the kind of gap a security-focused look at an AI development setup catches before it ships, not after.

Sources

Husen Memon is a co-founder of ConicPlex, a web development agency specializing in WordPress, Webflow, and custom software builds. Over more than 9 years and 200+ client projects, he has worked across everything from plugin development to full platform migrations, with a focus on building sites and tools that hold up under real day-to-day use, not just in a demo. He writes here about the technical decisions and tradeoffs that come up in that work.

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep reading

News & Updates

A self-hosted server rack in a dim IT closet with a monitor displaying an abstract teal-green branching commit graph, evoking Gitea, while a secondary device glows amber in the background

CISA Confirms Active Exploitation of a Critical Gitea RCE Flaw (CVE-2026-60004)

CISA added CVE-2026-60004, a critical Gitea RCE flaw, to its exploited vulnerabilities catalog after attackers began deploying crypto miners on…

Sameer Malek

August 27, 2026

News & Updates

A laptop with a glowing blue screen on a desk at night, next to an ID keycard resting in a badge reader, symbolizing a forged login credential

Attackers Are Exploiting Two Critical Flaws in the miniOrange SAML Plugin

Two critical, unauthenticated vulnerabilities in the miniOrange SAML 2.0 Single Sign On plugin let attackers log in as any WordPress…

Aftab Memon

August 25, 2026

Guides

A laptop glowing with a blurred deployment log on a real desk lit with warm Cloudflare-orange ambient light

How to Automate Cloudflare Workers Deployments for Nuxt, Vue, React, and Lovable

A full walkthrough for automating Cloudflare Workers deployments from GitHub for Nuxt, Vue, React, and Lovable projects, from Worker creation…

Sajil Memon

August 25, 2026

WhatsApp
Husen Memon
Husen Memon
Typically replies instant