CVE-2026-56693
Received Received - Intake
Privilege Escalation in NanoClaw via Unauthorized create_agent Calls

Publication date: 2026-06-23

Last updated on: 2026-06-23

Assigner: VulnCheck

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-23
Last Modified
2026-06-23
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
nanocoai nanoclaw to 2.1.17 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-602 The product is composed of a server that relies on the client to implement a mechanism that is intended to protect the server.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability in NanoClaw before version 2.1.17 allows confined agent containers to escalate privileges by performing unauthorized privileged central-database writes. This could lead to unauthorized creation of agent groups and configurations beyond intended boundaries.

Such unauthorized privilege escalation and lack of proper authorization checks can potentially lead to violations of security and data protection requirements found in common standards and regulations like GDPR and HIPAA, which mandate strict access controls and protection of sensitive data.

By allowing unauthorized privileged operations, the vulnerability increases the risk of unauthorized data access or modification, which could compromise confidentiality and integrity requirements essential for compliance.

The patch introduced in version 2.1.17 enforces host-side authorization checks and an approval workflow, mitigating the risk and helping maintain compliance with such regulatory requirements.

Executive Summary

CVE-2026-56693 is a privilege escalation vulnerability in NanoClaw versions before 2.1.17. The issue lies in the create_agent delivery-action handler, which allows confined agent containers to perform privileged writes to the central database without proper host-side authorization checks.

This means that non-admin or confined agent groups can bypass security restrictions and create arbitrary agent groups, container configurations, and destinations, escalating their privileges beyond their intended confinement boundaries.

The root cause was that authorization was only enforced inside the container, but the host did not re-check permissions, allowing unauthorized actions. The fix introduced host-side authorization checks based on the CLI scope of the calling agent group, requiring admin approval for confined groups.

Impact Analysis

This vulnerability can allow attackers or malicious confined agent containers to escalate their privileges by creating arbitrary agent groups and configurations without authorization.

Such unauthorized privilege escalation can lead to unauthorized access, manipulation of system configurations, and potential compromise of the NanoClaw environment beyond the intended security boundaries.

This could result in attackers gaining control over parts of the system they should not have access to, potentially leading to further exploitation or disruption of services.

Detection Guidance

Detection of this vulnerability involves identifying whether confined agent containers are able to invoke the create_agent delivery-action handler without proper host-side authorization checks.

Since the vulnerability allows unauthorized creation of agent groups and container configurations, monitoring for unexpected or unauthorized agent creation events in the central database logs or audit trails can help detect exploitation attempts.

Specific commands are not provided in the available resources, but general approaches include:

  • Reviewing logs for create_agent actions initiated by non-admin or confined agent groups.
  • Using system or application audit tools to track database writes related to agent group creation.
  • Checking the authorization scope of agent groups invoking create_agent to ensure they have appropriate permissions.
Mitigation Strategies

The primary mitigation step is to upgrade NanoClaw to version 2.1.17 or later, where the vulnerability has been patched.

The patch enforces host-side authorization checks on the create_agent delivery-action handler, ensuring that only trusted owner agent groups with global scope can create agents directly, while confined groups require admin approval.

If upgrading immediately is not possible, consider restricting or disabling the create_agent action for confined agent containers to prevent unauthorized privilege escalation.

Additionally, review and tighten permissions and approval workflows for agent creation to ensure no unauthorized agents can be created.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56693. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart