Security

NemoClaw: Security vulnerability opens Nvidia's AI agent for attacks

3 min read

TL;DR Too Long; Didn’t read

The IT security provider Oasis Security has disclosed a vulnerability in Nvidia's AI agent tool NemoClaw, which allows a single website visit to take over the local AI agent. A DNS rebinding attack gives attackers unauthorized access to the local Ollama interface and injects persistent commands into the model. A patch is available for macOS and Linux since version 0.0.35, while Windows and WSL remain unprotected for now.

A hand reaches out from a browser window towards a broken padlock on a server cabinet with the NVIDIA logo. Image generated with GPT Image 2

Key takeaways

  • Oasis Security found the vulnerability in Nvidia's agent software NemoClaw and reported it in advance to Nvidia's security team.
  • The attack uses DNS rebinding to make the unprotected Ollama interface on port 11434 accessible from the outside.
  • Injected commands end up in the chat template of the model and persist in every subsequent conversation.
  • Affected agents can expose source code management, cloud accounts, and other connected tools.
  • Version 0.0.35 closes the vulnerability on macOS and Linux; Windows and WSL currently only receive a warning.
  • Similar vulnerabilities in AI agent tools have been accumulating for weeks, such as on the open-source platform Ruflo in June.

The IT security provider Oasis Security has disclosed a vulnerability in Nvidia’s AI agent software NemoClaw, which allows a single visit to a malicious website to take over a locally running AI agent. The flaw exploits a misconfiguration of the connection to the language model tool Ollama; a patch is already available for macOS and Linux, while Windows and WSL currently only have a warning.

Misconfiguration exposes the Ollama interface externally

NemoClaw is Nvidia’s open-source reference stack that allows the AI agent OpenClaw to be permanently operated locally; the tool was introduced in March 2026 at the developer conference GTC. It integrates the language model tool Ollama by default and starts it with the setting OLLAMA_HOST at 0.0.0.0:11434 instead of exclusively on the local loopback address. As a result, the programming interface, which is actually intended only for the local machine, is accessible via any network interface.

Ollama normally blocks unauthorized access since a security vulnerability discovered by the NCC Group in 2024 through a check of the so-called Host header. However, according to Oasis Security, this protective function does not apply when the service is not exclusively bound to localhost – exactly the state that NemoClaw creates through its default setting.

Nvidia offers NemoClaw for free as open-source software for developers who want to run an AI agent on their own machine instead of in the cloud. It can be obtained through the public GitHub repository; no registration or subscription is required.

Attackers inject persistent commands via a browser technique

To bypass the remaining browser protection layer, attackers, according to researchers from Oasis Security, now part of the security provider Cyera, use a technique known as DNS rebinding: A malicious domain initially resolves to a foreign server but then quickly switches to the address 127.0.0.1. The browser treats both requests as the same origin.

This allows JavaScript code on the visited page to connect directly to the local Ollama interface – completely without credentials or another click from the user. Through the endpoint /api/create, the attack code then modifies the chat template of the model and embeds hidden instructions within it.

Since this template exists at the model level, it survives every new system prompt: The model receives both the actual instruction of the AI agent and the injected instruction from the attacker in every subsequent conversation. Affected systems potentially expose access to source code management, cloud accounts, and other tools used by the AI agent.

Patch only closes the gap on two operating systems

Oasis Security reported the finding to Nvidia’s security team PSIRT before publication, as reported by The Hacker News. With version 0.0.35, Nvidia has since corrected the binding to 0.0.0.0 for macOS and Linux; a complete fix is still missing for Windows and the Windows Subsystem for Linux (WSL).

Version 0.0.34 only added a warning during installation for the two systems. Those running NemoClaw on Windows or WSL remain vulnerable until Nvidia provides a complete patch.

This is not the first case of this kind: Just last summer, a similarly open network interface on the open-source platform Ruflo allowed attackers to take over foreign AI agents and steal access keys. A recent report from the security provider Netskope also notes a significant increase in data leaks caused by AI agents in companies. The frequency suggests that standard configurations of agent-capable tools are still too rarely checked for unauthorized network access.

The case shifts the focus on AI security from the model level to the network configuration of the surrounding tools: It is not the language model itself that fails here, but a default setting in the software that embeds it. It will be crucial whether Nvidia closes the Windows and WSL gap before the technology is exploited on a larger scale – until then, the only solution is to not leave port 11434 exposed to the internet.

Frequently asked questions

Who is affected by the NemoClaw security vulnerability?

Only individuals who run the AI agent NemoClaw locally on their own computer with an active Ollama connection – not users of cloud-based AI services.

What should affected individuals do now?

Update to version 0.0.35 on macOS and Linux; on Windows and WSL, manually secure the Ollama port 11434 or refrain from using NemoClaw until a complete patch is available.

Has the vulnerability already been exploited?

According to current information from security researchers, no confirmed attacks are known; however, the risk exists as soon as someone visits a prepared page.

What distinguishes this attack from classic phishing?

It does not require stolen credentials or any conscious user action other than visiting the website itself.

What does NemoClaw cost and where can I get the update?

NemoClaw is a free open-source tool from Nvidia; the update is available through the regular installation routine and the associated GitHub repository.

Sources (4)
  1. NemoClaw: Drive-By Agent Hijacking (Cyera/Oasis Security Research)
  2. A Malicious Webpage Could Poison Your Local AI Model Behind NVIDIA NemoClaw – The Hacker News
  3. Nvidia NemoClaw flaw let attackers poison the model behind a developer's AI agent – SiliconANGLE
  4. NVIDIA NemoClaw – Product Documentation

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog