CVE-2026-8235 — 8421bit MiniClaw 0.8.0/0.9.0 Command Injection
CVE-2026-8235 — A vulnerability was detected in 8421bit MiniClaw 0.8.0/0.9.0. This issue affects the function resolveSkillScriptPath of the file src/kernel.ts of the component System Command Handler. The manipulation results in os command injection. The exploit is now public and may be used. The pat
What This Means For You
- If your environment is affected by CWE-77, CWE-78, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8235 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8235 - MiniClaw 0.8.0/0.9.0 Command Injection via resolveSkillScriptPath
title: CVE-2026-8235 - MiniClaw 0.8.0/0.9.0 Command Injection via resolveSkillScriptPath
id: scw-2026-05-10-ai-1
status: experimental
level: critical
description: |
Detects the execution of the resolveSkillScriptPath function in MiniClaw versions 0.8.0 and 0.9.0, which is vulnerable to OS command injection. The presence of shell metacharacters like ';', '&&', '||', '`', or '$()' in the command line, combined with the specific file path and function name, strongly indicates an attempt to exploit CVE-2026-8235.
author: SCW Feed Engine (AI-generated)
date: 2026-05-10
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8235/
tags:
- attack.execution
- attack.t1059.004
logsource:
category: process_creation
detection:
selection:
Image|contains:
- 'node'
CommandLine|contains:
- 'src/kernel.ts'
CommandLine|contains:
- 'resolveSkillScriptPath'
CommandLine|contains:
- ';'
CommandLine|contains:
- '&&'
CommandLine|contains:
- '||'
CommandLine|contains:
- '`'
CommandLine|contains:
- '$()'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8235 | vulnerability | CVE-2026-8235 |
| CWE-77 | weakness | CWE-77 |
| CWE-78 | weakness | CWE-78 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 10, 2026 at 10:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.