Description
A vulnerability was found in nextlevelbuilder GoClaw 3.11.3. Affected by this issue is the function ExecApprovalManager.CheckCommand of the file internal/tools/exec_approval.go. The manipulation results in incomplete blacklist. The attack can be executed remotely. The exploit has been made public and could be used.
Published: 2026-07-14
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the ExecApprovalManager.CheckCommand function of GoClaw, where the command blacklist is not fully enforced. This omission allows an attacker to craft input that bypasses the check and invokes arbitrary commands on the host. The vulnerability is a blacklisting bypass leading to the execution of commands supplied by an external source. The failure to validate user input against the command blacklist is a textbook example of CWE-183 (Unvalidated Input for Authorization) and CWE-184 (Unvalidated Input for Control Flow).

Affected Systems

The issue targets the GoClaw tool from nextlevelbuilder, specifically version 3.11.3. No other releases are identified in the data, so the impact is confined to systems running this exact build.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score of <1% shows only a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. However, the publicly available exploit and the fact that the issue can be triggered by remote input make the flaw feasible for attackers who can reach the affected component. The root weakness is a blacklist bypass recognized as CWE-183 and CWE-184.

Generated by OpenCVE AI on July 31, 2026 at 10:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GoClaw to a newer release that contains the confirmed fix for ExecApprovalManager.CheckCommand.
  • If an upgrade cannot be performed, limit the use of the ExecApprovalManager feature to trusted users or disable it entirely so untrusted input is never processed.
  • Add an additional validation layer that checks any command string against a strict whitelist before execution, mitigating the underlying blacklist bypass.

Generated by OpenCVE AI on July 31, 2026 at 10:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in nextlevelbuilder GoClaw 3.11.3. Affected by this issue is the function ExecApprovalManager.CheckCommand of the file internal/tools/exec_approval.go. The manipulation results in incomplete blacklist. The attack can be executed remotely. The exploit has been made public and could be used.
Title nextlevelbuilder GoClaw exec_approval.go ExecApprovalManager.CheckCommand incomplete blacklist
First Time appeared Nextlevelbuilder
Nextlevelbuilder goclaw
Weaknesses CWE-183
CWE-184
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-14T12:45:41.732Z

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

Link: CVE-2026-15625

cve-icon Vulnrichment

Updated: 2026-07-14T12:45:12.648Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:00:06Z

Weaknesses
  • CWE-183

    Permissive List of Allowed Inputs

  • CWE-184

    Incomplete List of Disallowed Inputs