Description
A vulnerability was detected in nanocoai NanoClaw up to 2.0.64. Affected is the function handleCreateAgent of the file src/modules/agent-to-agent/create-agent.ts of the component Child-Agent Creation. Performing a manipulation results in improper privilege management. Remote exploitation of the attack is possible. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability exists in the handleCreateAgent function of nanocoai NanoClaw, affecting versions up to 2.0.64. The flaw allows an attacker to manipulate the function to bypass proper privilege checks and create child agents with higher privileges than intended. This leads to unauthorized privilege escalation and could compromise the confidentiality and integrity of the system. The weakness is categorized as Authorization Bypass (CWE-266) and Improper Privilege Management (CWE-269).

Affected Systems

The affected product is nanocoai NanoClaw version 2.0.64 and earlier. The component in question is located in src/modules/agent-to-agent/create-agent.ts. Users relying on earlier releases of the software, especially those hosting the repository at https://github.com/nanocoai/nanoclaw/, are potentially exposed.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, the description states that remote exploitation is possible and the exploit is publicly available, meaning that an attacker who can reach the exposed endpoint could potentially create privileged child agents without authorization. The risk therefore remains significant for deployments without prompt remediation.

Generated by OpenCVE AI on August 6, 2026 at 07:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade nanocoai NanoClaw to the latest stable release that contains the fix for handleCreateAgent.
  • Restrict access to the handleCreateAgent endpoint so that only users with proper administrative rights can invoke it.
  • Add explicit privilege checks in the application logic to validate a user’s rights before allowing creation of child agents.

Generated by OpenCVE AI on August 6, 2026 at 07:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in nanocoai NanoClaw up to 2.0.64. Affected is the function handleCreateAgent of the file src/modules/agent-to-agent/create-agent.ts of the component Child-Agent Creation. Performing a manipulation results in improper privilege management. Remote exploitation of the attack is possible. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title nanocoai NanoClaw Child-Agent Creation create-agent.ts handleCreateAgent privileges management
First Time appeared Nanocoai
Nanocoai nanoclaw
Weaknesses CWE-266
CWE-269
CPEs cpe:2.3:a:nanocoai:nanoclaw:*:*:*:*:*:*:*:*
Vendors & Products Nanocoai
Nanocoai nanoclaw
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Nanocoai Nanoclaw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T05:45:09.344Z

Reserved: 2026-08-05T19:51:07.858Z

Link: CVE-2026-19005

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T07:30:16Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-269

    Improper Privilege Management