Skip to main content

NanoClaw CVE-2026-56693

| EUVDEUVD-2026-38465 MEDIUM
Client-Side Enforcement of Server-Side Security (CWE-602)
2026-06-23 VulnCheck GHSA-7pvg-qfjr-jg4r
6.8
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.8 MEDIUM
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

Confined container execution (PR:L, AV:L) escapes to unauthorized host central-DB writes (S:C, I:H); no confidentiality or availability impact observed.

3.1 AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 23, 2026 - 16:04 vuln.today
Analysis Generated
Jun 23, 2026 - 16:04 vuln.today

DescriptionCVE.org

NanoClaw before 2.1.17 contains a privilege escalation vulnerability in the create_agent delivery-action handler that performs privileged central-database writes without host-side authorization checks. Confined agent containers can invoke create_agent to create arbitrary agent groups, container configurations, and destinations, escalating beyond their intended confinement boundary.

AnalysisAI

Privilege escalation in NanoClaw before 2.1.17 allows confined agent containers to bypass their architectural confinement boundary by invoking the create_agent delivery-action handler without host-side authorization. The handler performed privileged central-database writes - creating agent groups, container configurations, and destinations - gated only by a container-side MCP tool check that, being inside the untrusted container, is trivially bypassed by writing outbound system rows directly. No public exploit identified at time of analysis; a vendor patch is available and the fix is documented in a public GitHub commit.

Technical ContextAI

NanoClaw (CPE: cpe:2.3:a:nanocoai:nanoclaw:*:*:*:*:*:*:*:*) is an AI agent orchestration platform that exposes MCP (Model Context Protocol) tools to containerized agent runtimes. Agent containers are assigned a CLI scope - 'global' for trusted owner groups and 'group' for confined agents - intended to limit what privileged operations they can perform. CWE-602 (Client-Side Enforcement of Server-Side Security) precisely describes the root cause: the only authorization gate for create_agent lived inside the container itself (the untrusted component), meaning a confined container could bypass it by crafting the outbound system row and writing it directly to the central database without the host ever checking the caller's scope. The fix in PR #2720 (commit ac37ecbfd6b9d14fdfa1598a6412a8ffdbeaef45) moves authorization to the host side, requiring 'global' scope for direct creation and routing all other scopes - including 'group', 'disabled', and missing config - through an admin approval flow that fails closed.

RemediationAI

Upgrade NanoClaw to version 2.1.17 or later, which enforces host-side authorization for the create_agent handler based on CLI scope. Note that the fix version 2.1.17 is stated in the CVE description; upstream fix availability is confirmed via GitHub commit ac37ecbfd6b9d14fdfa1598a6412a8ffdbeaef45 and PR #2720 (https://github.com/nanocoai/nanoclaw/pull/2720), but a formally tagged patched release has not been independently verified beyond the CVE description text. For deployments unable to patch immediately, operators should disable the create_agent MCP tool exposure for all confined agent containers - this eliminates the attack surface at the cost of losing sub-agent creation capability for those containers. As a detection compensating control, monitor central-database writes for unexpected agent group or container configuration creation events originating from containers with non-'global' scope. The VulnCheck advisory at https://www.vulncheck.com/advisories/nanoclaw-privilege-escalation-via-unauthorized-create-agent-system-action provides additional remediation context.

Share

CVE-2026-56693 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy