Description
A vulnerability was identified in Sipeed PicoClaw up to 0.2.9. The impacted element is the function ExecTool.executeRun of the file pkg/agent/pipeline_execute.go. The manipulation of the argument cwe leads to time-of-check time-of-use. The attack must be carried out locally. The exploit is publicly available and might be used. The reported GitHub issue was closed automatically with the label "not planned" by a bot.
Published: 2026-07-18
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Sipeed PicoClaw up to version 0.2.9 the function ExecTool.executeRun in pkg/agent/pipeline_execute.go processes an input argument named cwe. An attacker able to modify the value of this argument can induce a race condition where the value is checked before it is used, creating a classic TOCTOU flaw. The vulnerability is local only and does not give an attacker remote access, but it does allow a local user to influence command execution or related logic in a way that bypasses intended controls.

Affected Systems

All releases of Sipeed PicoClaw up to and including 0.2.9 are affected. The flaw resides in the agent component of PicoClaw, specifically within the pipeline_execute.go file.

Risk and Exploitability

The CVSS score of 4.8 classifies the issue as low severity, and the EPSS score of less than 1% suggests a low likelihood of widespread exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploits are publicly available and the flaw can be leveraged by anyone who has local privileges or control over the affected system.

Generated by OpenCVE AI on August 1, 2026 at 08:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest release of Sipeed PicoClaw that fixes the TOCTOU flaw (e.g., 0.3.0 or later).
  • Limit the ability to supply the cwe argument or invoke ExecTool.executeRun to trusted users or services only, effectively restricting local execution privileges.
  • Enable log monitoring for pipeline executions and examine the cwe parameter usage to identify and respond to suspicious or unauthorized activity.

Generated by OpenCVE AI on August 1, 2026 at 08:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sat, 18 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in Sipeed PicoClaw up to 0.2.9. The impacted element is the function ExecTool.executeRun of the file pkg/agent/pipeline_execute.go. The manipulation of the argument cwe leads to time-of-check time-of-use. The attack must be carried out locally. The exploit is publicly available and might be used. The reported GitHub issue was closed automatically with the label "not planned" by a bot.
Title Sipeed PicoClaw pipeline_execute.go ExecTool.executeRun toctou
First Time appeared Sipeed
Sipeed picoclaw
Weaknesses CWE-362
CWE-367
CPEs cpe:2.3:a:sipeed:picoclaw:*:*:*:*:*:*:*:*
Vendors & Products Sipeed
Sipeed picoclaw
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-22T15:49:47.762Z

Reserved: 2026-07-17T13:49:58.787Z

Link: CVE-2026-16082

cve-icon Vulnrichment

Updated: 2026-07-22T15:49:23.635Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition