Description
A vulnerability was determined in nextlevelbuilder GoClaw 3.13.3-beta.3. This affects the function writeFile of the file internal/providers/acp/tool_bridge.go of the component ACP ToolBridge Workspace Handler. This manipulation causes path traversal. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Published: 2026-07-14
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the writeFile function of the ACP ToolBridge Workspace Handler component of nextlevelbuilder’s GoClaw application. The function accepts a file path supplied by a caller and writes data to that path without enforcing directory confinement. Because the input path is not sanitized, an attacker can supply a crafted sequence such as "../../../../etc/passwd" or similar to cause the file system to create or overwrite files that reside outside the intended workspace directory. This nature of the flaw permits the attacker to write arbitrary files, including executable payloads, to arbitrary locations on the host, thereby enabling remote code execution or other destructive actions. The weakness is identified as a classic path traversal flaw (CWE‑22).

Affected Systems

The affected system is nextlevelbuilder’s GoClaw application, specifically version 3.13.3‑beta.3. The flaw exists in the Go code located in internal/providers/acp/tool_bridge.go. No other releases or forks are documented to be impacted as of the latest information.

Risk and Exploitability

With a CVSS score of 5.3, this issue falls into the medium severity range, and the EPSS score of less than 1% indicates a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The attack vector, as described, can be performed remotely by interacting with the ACP ToolBridge API endpoint that invokes writeFile. An attacker would need to supply a malicious path string in the request payload; if the API is exposed to untrusted clients, the path traversal can be triggered without additional privileges.

Generated by OpenCVE AI on August 1, 2026 at 10:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch or upgrade GoClaw to a version that fixes the path traversal issue.
  • Restrict network access to the ACP ToolBridge API so that only trusted hosts can invoke writeFile.
  • Implement server‑side validation to sanitize or normalize the file path before writing, ensuring that the path cannot escape the intended directory.

Generated by OpenCVE AI on August 1, 2026 at 10:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in nextlevelbuilder GoClaw 3.13.3-beta.3. This affects the function writeFile of the file internal/providers/acp/tool_bridge.go of the component ACP ToolBridge Workspace Handler. This manipulation causes path traversal. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
Title nextlevelbuilder GoClaw ACP ToolBridge Workspace tool_bridge.go writeFile path traversal
First Time appeared Nextlevelbuilder
Nextlevelbuilder goclaw
Weaknesses CWE-22
CPEs cpe:2.3:a:nextlevelbuilder:goclaw:*:*:*:*:*:*:*:*
Vendors & Products Nextlevelbuilder
Nextlevelbuilder goclaw
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:C'}

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:C'}

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:C'}

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

Nextlevelbuilder Goclaw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-15T14:35:47.686Z

Reserved: 2026-07-13T17:23:45.857Z

Link: CVE-2026-15626

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:15:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')