CVE-2026-8112 — 8421bit MiniClaw Command Injection
CVE-2026-8112 — A vulnerability was found in 8421bit MiniClaw up to 223c16a1088e138838dcbd18cd65a37c35ac5a84. Affected is the function executeCognitivePulse of the file src/kernel.ts. Performing a manipulation results in os command injection. It is possible to initiate the attack remotely. The explo
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-8112 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 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-8112 - 8421bit MiniClaw Command Injection via executeCognitivePulse
title: CVE-2026-8112 - 8421bit MiniClaw Command Injection via executeCognitivePulse
id: scw-2026-05-07-ai-1
status: experimental
level: critical
description: |
Detects the execution of shell commands via the executeCognitivePulse function in 8421bit MiniClaw, indicating a potential exploitation of CVE-2026-8112. This rule specifically targets the function name and common shell executables used in command injection attacks.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8112/
tags:
- attack.execution
- attack.t1059.004
logsource:
category: process_creation
detection:
selection:
Image|contains:
- '/bin/sh'
- '/bin/bash'
CommandLine|contains:
- 'executeCognitivePulse'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8112 | vulnerability | CVE-2026-8112 |
| CWE-77 | weakness | CWE-77 |
| CWE-78 | weakness | CWE-78 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 01: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.