Code Defence Cyber security

DNS rebinding flaw in NVIDIA NemoClaw allows malicious webpages to hijack and poison local AI models

Vulnerability research disclosures have exposed a novel cross-origin attack chain targeting local artificial intelligence agent deployments. The attack enables malicious web pages to bypass browser isolation boundaries, take control of local model execution engines, and plant persistent hidden system prompts inside AI chat templates.

The weakness impacts NVIDIA NemoClaw framework setups configuring backend Ollama service bindings. By launching model daemons configured to listen across all network interfaces, the framework exposes management APIs on port 11434. An adversary serving a malicious website can execute a DNS rebinding chain to trick client browsers into treating requests to loopback addresses as same-origin traffic. Once API access is established, the payload modifies model chat templates via API endpoints, injecting hidden system instructions that persist across future user conversations and survive agent system prompt refreshes.

Subverting local artificial intelligence execution agents introduces severe enterprise privacy and data integrity risks. Because local AI agents are granted access to local file systems, browser cookies, and corporate API tokens, hijacking model template rendering logic allows threat actors to redirect model execution, harvest sensitive context, and execute unauthorized secondary tool calls.

– Upgrade NVIDIA NemoClaw to version 0.0.106 or higher to enforce strict loopback-only binding verification daemons.

– Ensure local LLM backend services like Ollama bind exclusively to loopback interfaces 127.0.0.1 rather than global network interfaces.

– Implement strict local firewall rules to block inbound TCP port 11434 traffic originating from untrusted network interfaces.

– Audit local AI model configuration templates for unrecognized system prompt additions or modified message wrapper directives.

Artificial intelligence endpoint defense requires rigid interface binding controls and cross-origin request isolation to ensure local model execution daemons remain insulated from browser-based DNS rebinding attacks. #CodeDefence #NVIDIA #NemoClaw #AISecurity #DNSRebinding #AppSec #ModelPoisoning #LLMSecurity
/

Scroll to Top