CVE-2026-8112 — 8421bit MiniClaw Command Injection

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 formats

3 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.

critical T1059.004 Execution

CVE-2026-8112 - 8421bit MiniClaw Command Injection via executeCognitivePulse

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-8112 vulnerability CVE-2026-8112
CWE-77 weakness CWE-77
CWE-78 weakness CWE-78
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8115 — Gyoridavid Short-Video-Maker Path Traversal

CVE-2026-8115 — A security flaw has been discovered in gyoridavid short-video-maker up to 1.3.4. This affects an unknown part of the file src/server/routers/rest.ts of the...

vulnerabilityCVEmedium-severitypath-traversalcwe-22
/SCW Vulnerability Desk /MEDIUM /5.3 /⚑ 2 IOCs /⚙ 2 Sigma

MAXHUB Pivot Client Vulnerability Exposes Tenant Emails, Allows DoS

CVE-2026-6411 — This vulnerability, in the MAXHUB Pivot client application versions prior to v1.36.2, may allow an attacker to obtain encrypted tenant email addresses and...

vulnerabilityCVEhigh-severitycwe-327
/SCW Vulnerability Desk /HIGH /7.3 /⚑ 3 IOCs /⚙ 3 Sigma

Argo CD CVE-2026-42880: Critical Data Exposure from Read-Only Access

CVE-2026-42880 — Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. From versions 3.2.0 to before 3.2.11 and 3.3.0 to before 3.3.9, there...

vulnerabilityCVEcriticalhigh-severitycwe-200cwe-212
/SCW Vulnerability Desk /CRITICAL /9.6 /⚑ 4 IOCs