VMVirtualMachine.com

A Malicious Webpage Could Poison Your Local AI Model Behind NVIDIA NemoClaw

By The Hacker News
Publication Date: 2026-08-25 14:07:00

Oasis Security has disclosed a weakness in NVIDIA NemoClaw that could let an attacker-controlled webpage take unauthenticated control of the local Ollama instance serving an AI agent and plant hidden instructions inside the model itself.

The findings were shared with The Hacker News ahead of publication, and the report says Oasis Security reported them to NVIDIA’s Product Security Incident Response Team (PSIRT) beforehand. The research carries no CVE identifier. No exploitation has been reported as of August 25, 2026.

Oasis Security’s head of research, Elad Luz, told The Hacker News that NemoClaw v0.0.35 fixed the issue on macOS and Linux. There is no fix on the Windows and WSL path, according to Luz, where v0.0.34 added a Windows installation that carries a warning instead.

NemoClaw is NVIDIA’s open source reference stack for running agents such as OpenClaw inside its OpenShell sandboxes, and Ollama is one of its supported local inference backends.

The report describes NemoClaw starting Ollama with OLLAMA_HOST=0.0.0.0:11434, binding the model server to every network interface, and says the resulting API access allows an attacker to modify the model’s chat template so that hidden instructions are applied to every later conversation.

Cybersecurity

“Sandboxing protects the endpoint, but taking over the agent takes over its access and tools,” Oasis Security said in the report.

NVIDIA’s own Ollama setup documentation and the current source place that binding on one platform path….

Exit mobile version