Sceawere
Vulnerability Detail
CVE-2026-65105UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
NVIDIA NemoClaw Unauthenticated Inference Access
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 8.1
- Creation Date
- 22h ago
- Vendor
- NVIDIA
- Product
- NemoClaw
- Attack Type
- CWE-306 Missing Authentication for Critical Function
- Vector String
- CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
NVIDIA NemoClaw for Linux contains a vulnerability in its inference server setup, where a remote attacker may access the inference service without authentication. A successful exploit of this vulnerability may lead to information disclosure and denial of service.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "8.1",
"pubDate": "2026-08-25T21:17:29.933Z",
"pubdate": "2026-08-25T21:17:29.933Z",
"executiveSummary": "A critical security vulnerability has been identified in the NVIDIA NemoClaw for Linux inference server configuration. This flaw manifests as a failure to enforce mandatory authentication mechanisms during the initial handshake or subsequent requests to the inference service.\nThe vulnerability is classified as an improper access control issue, allowing remote, unauthenticated attackers to interact directly with the inference engine. This exposure poses a severe risk to confidentiality and system availability.\nBy bypassing the authentication layer, an attacker gains unauthorized access to inference capabilities. The primary impact includes information disclosure, where sensitive model inputs or outputs may be intercepted, and denial of service, where the attacker can overwhelm or disrupt service stability by injecting malicious payloads or exhausting backend computational resources.\nThis vulnerability affects remote network-exposed instances of NVIDIA NemoClaw. The lack of requisite authentication prerequisites enables an attacker to exploit the system without specific credentials or prior internal access, fundamentally undermining the security posture of the deployed AI infrastructure.",
"technicalDetails": "The root cause of the vulnerability resides in the misconfiguration of the NVIDIA NemoClaw inference server’s request handling logic. During the initialization and runtime binding of the inference service, the server fails to initialize or properly integrate the required authentication middleware or API gateway checks that are intended to gate access to the inference endpoints.\nIn a standard secure deployment, the inference server is expected to validate credentials provided via header-based authentication or cryptographic tokens before processing any inference requests. Due to this flaw, the application layer logic assumes a trusted environment or fails to trigger the validation function, effectively granting anonymous entities full access to the inference server's operational interface.\nThe attack flow proceeds as follows: An external attacker identifies a network-exposed NVIDIA NemoClaw inference server. Upon establishing a connection—typically via standard network protocols configured for the service—the attacker transmits crafted inference requests directly to the API endpoint. Because the authentication handler is bypassed or absent, the server processes these requests as if they were originated by an authorized client.\nThe exploitation process does not require any specialized payloads to bypass security controls, as the control mechanism is entirely absent. The attacker simply interfaces with the exposed service port, allowing for the submission of arbitrary data for inference processing. This facilitates significant post-exploitation impact: the attacker can exfiltrate sensitive data processed through the model (information disclosure) or flood the server with complex or resource-intensive queries to induce a state of service degradation (denial of service).\nFurthermore, the vulnerability exposes internal model logic to scrutiny. By sending varied inputs, an attacker may conduct model inversion or membership inference attacks to extract proprietary details regarding the underlying model's architecture or training data. The lack of privilege requirements means that any remote actor with network visibility into the inference service can execute these operations, highlighting a fundamental failure in the access control implementation of the NVIDIA NemoClaw software stack on Linux."
}