A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-9453

CVE-2026-9453: FoundDream miniclawd RCE Vulnerability

CVE-2026-9453 is a remote code execution vulnerability in FoundDream miniclawd affecting the SkillsLoader component. Attackers can exploit command injection via the requires.bins argument to execute arbitrary code remotely.

Published: May 28, 2026

CVE-2026-9453 Overview

CVE-2026-9453 is a command injection vulnerability [CWE-74] in FoundDream miniclawd up to commit 2d65665046e2222eeea76cafc8570ed546a8c125. The flaw resides in the which function within /src/application/skills-loader.ts, part of the SkillsLoader component. Attackers can manipulate the requires.bins argument to inject and execute arbitrary commands. The attack is remotely exploitable and a public exploit is available. Because miniclawd uses a rolling release model, no specific fixed version is published. The maintainer was notified through a GitHub issue but has not responded.

Critical Impact

Remote attackers can inject operating system commands through the requires.bins argument processed by the SkillsLoader component, leading to arbitrary command execution on hosts running affected miniclawd commits.

Affected Products

  • FoundDream miniclawd up to commit 2d65665046e2222eeea76cafc8570ed546a8c125
  • Component: SkillsLoader (/src/application/skills-loader.ts)
  • Affected function: which

Discovery Timeline

  • 2026-05-25 - CVE-2026-9453 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-9453

Vulnerability Analysis

The vulnerability exists in the which function in /src/application/skills-loader.ts. The SkillsLoader component processes a requires.bins argument that is passed without proper sanitization into a command execution context. Attackers control the input and can append shell metacharacters or chained commands that the host process executes. Because the attack vector is the network, exploitation does not require local access or authentication. A public proof of concept is referenced through the project's GitHub issue tracker and the VulDB entry. The EPSS score is 1.306% with a percentile of 80.067, indicating elevated exploitation likelihood relative to most CVEs.

Root Cause

The root cause is improper neutralization of special elements used in a downstream command, classified under [CWE-74]. The which helper concatenates attacker-controlled requires.bins values into a command string instead of using a safe argument-array execution primitive. Any shell metacharacter in requires.bins is interpreted by the underlying shell.

Attack Vector

An attacker triggers the SkillsLoader flow with a crafted skill manifest whose requires.bins field contains injected shell syntax. When miniclawd resolves the binary using the vulnerable which function, the injected payload executes with the privileges of the miniclawd process. No authentication is required, and the operation can be invoked remotely.

No verified exploit code is reproduced here. Refer to the public PoC repository and the VulDB CTI record for technical reproduction details.

Detection Methods for CVE-2026-9453

Indicators of Compromise

  • Unexpected child processes spawned by the miniclawd Node.js runtime, particularly shells (sh, bash, cmd.exe) executing chained commands.
  • Skill manifests or configuration payloads containing shell metacharacters (;, |, &&, backticks, $()) inside the requires.bins field.
  • Outbound network connections from the miniclawd host process to unfamiliar IP addresses shortly after skill loading.

Detection Strategies

  • Inspect logs from SkillsLoader for skill load events where requires.bins contains non-alphanumeric characters beyond standard path separators.
  • Apply process-lineage detection rules that flag the miniclawd parent spawning interactive shells or scripting interpreters.
  • Hunt for file writes, credential access, or reconnaissance commands originating from the miniclawd process tree.

Monitoring Recommendations

  • Forward host process, file, and network telemetry from systems running miniclawd to a centralized analytics pipeline.
  • Monitor the GitHub repository for new commits past 2d65665046e2222eeea76cafc8570ed546a8c125 that modify /src/application/skills-loader.ts.
  • Alert on any modification of skill definition files containing requires.bins values supplied from untrusted sources.

How to Mitigate CVE-2026-9453

Immediate Actions Required

  • Restrict network exposure of miniclawd deployments and place them behind authenticated reverse proxies.
  • Treat all skill manifests and requires.bins inputs as untrusted; reject values containing shell metacharacters.
  • Run miniclawd under a least-privilege service account with no shell access and no write access to sensitive paths.

Patch Information

No official patch is available. The maintainer was notified through GitHub Issue #2 but has not responded. Because miniclawd uses a rolling release model, defenders should track commits in the upstream repository for fixes that replace shell-based binary resolution with safe argument-array execution.

Workarounds

  • Fork the project and replace the vulnerable which invocation with a call that passes arguments as an array rather than a concatenated shell string.
  • Validate requires.bins against an allowlist of expected binary names using a strict regular expression such as ^[A-Za-z0-9_-]+$.
  • Disable or remove the SkillsLoader flow until a verified fix lands upstream.
bash
# Example allowlist validation before invoking the vulnerable resolver
bin="$1"
if [[ ! "$bin" =~ ^[A-Za-z0-9_-]+$ ]]; then
  echo "rejected: invalid binary name" >&2
  exit 1
fi
command -v "$bin"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFounddream

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability1.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • GitHub PoC Repository

  • GitHub Issue #2

  • VulDB Submission #813768

  • VulDB #365434

  • VulDB CTI for #365434
  • Related CVEs
  • CVE-2026-9452: FoundDream miniclawd RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English