The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2021-42375

CVE-2021-42375: Busybox ash Applet DoS Vulnerability

CVE-2021-42375 is a denial of service vulnerability in Busybox ash applet caused by incorrect handling of special characters. Attackers can exploit this to crash the shell. This article covers technical details, impact, and mitigation.

Published: February 25, 2026

CVE-2021-42375 Overview

CVE-2021-42375 is a denial of service vulnerability in BusyBox's ash applet caused by incorrect handling of special elements when processing shell commands. The vulnerability occurs when the shell mistakenly interprets specific characters as reserved characters, leading to improper command processing. This flaw can be exploited to cause a denial of service condition, though exploitation requires specific conditions where command input is filtered.

Critical Impact

Attackers with local access can craft malicious shell commands that cause the ash applet to crash, resulting in denial of service on embedded systems and IoT devices running BusyBox.

Affected Products

  • BusyBox version 1.33.1
  • Fedora Project Fedora 33 and 34
  • NetApp Cloud Backup
  • NetApp HCI Management Node
  • NetApp SolidFire
  • NetApp H300S/H500S/H700S Series (firmware and hardware)
  • NetApp H300E/H500E/H700E Series (firmware and hardware)
  • NetApp H410S (firmware and hardware)

Discovery Timeline

  • November 15, 2021 - CVE-2021-42375 published to NVD
  • April 23, 2025 - Last updated in NVD database

Technical Details for CVE-2021-42375

Vulnerability Analysis

This vulnerability stems from improper input validation in the BusyBox ash shell applet, classified under CWE-159 (Improper Handling of Invalid Use of Special Elements). The ash shell is a lightweight POSIX-compliant shell commonly used in embedded Linux systems and IoT devices due to BusyBox's minimal footprint.

When processing shell commands, the ash applet incorrectly interprets certain characters as reserved shell metacharacters. This misinterpretation leads to improper parsing of command input, which under specific conditions can cause the shell to enter an invalid state, resulting in a denial of service.

The vulnerability requires local access to exploit, meaning an attacker must have the ability to execute shell commands on the target system. While the impact is limited to availability (no confidentiality or integrity breach), the widespread deployment of BusyBox across embedded systems, network appliances, and IoT devices makes this vulnerability particularly relevant for critical infrastructure.

Root Cause

The root cause lies in the ash applet's command parsing logic, which fails to properly distinguish between user-supplied characters and shell-reserved metacharacters. When specially crafted input containing specific character sequences is processed, the parser misidentifies these characters as having special meaning, leading to malformed command interpretation.

This input validation flaw is exacerbated in scenarios where command input undergoes filtering before reaching the shell, as the filter-escape sequence combinations can create unexpected parsing states.

Attack Vector

The attack requires local access to the vulnerable system with the ability to execute shell commands through the ash applet. An attacker must craft a malicious shell command containing specific character patterns that trigger the incorrect special element handling.

The attack scenario involves:

  1. Attacker gains local access to a system running BusyBox with the ash applet
  2. Attacker crafts a shell command with specific character sequences designed to confuse the parser
  3. When the ash shell processes this command, it misinterprets characters as reserved elements
  4. The mishandling causes the shell to crash or become unresponsive, resulting in denial of service

The vulnerability is most impactful in environments where filtered command input is processed by the ash shell, as the filtering can inadvertently create the conditions needed for exploitation.

Detection Methods for CVE-2021-42375

Indicators of Compromise

  • Unexpected crashes or restarts of the BusyBox ash shell process
  • Abnormal shell command patterns in system logs containing unusual character sequences
  • Service interruptions on embedded systems running BusyBox
  • Repeated shell initialization failures without clear cause

Detection Strategies

  • Monitor for unusual patterns in shell command execution logs that may indicate crafted input
  • Implement process monitoring to detect unexpected termination of ash shell processes
  • Deploy endpoint detection and response (EDR) solutions to identify abnormal shell behavior
  • Audit systems to identify BusyBox version 1.33.1 or earlier installations across your infrastructure

Monitoring Recommendations

  • Enable comprehensive logging for shell activity on embedded systems running BusyBox
  • Configure alerts for repeated shell crashes or abnormal restart patterns
  • Monitor network appliances and IoT devices for unexpected service interruptions
  • Review system logs for patterns of malformed command processing

How to Mitigate CVE-2021-42375

Immediate Actions Required

  • Identify all systems running vulnerable BusyBox versions, particularly version 1.33.1
  • Update BusyBox to the latest patched version available from your distribution or vendor
  • Review NetApp security advisories if using affected NetApp products
  • Restrict local access to embedded systems and IoT devices to authorized personnel only

Patch Information

Organizations should consult the following resources for patch information:

  • Claroty Research Report for detailed vulnerability analysis
  • JFrog Blog Post on Vulnerabilities for technical details and remediation guidance
  • NetApp Security Advisory for NetApp product-specific patches
  • Fedora users should apply updates from Fedora Package Announcements

Workarounds

  • Restrict shell access to trusted users only on systems where patching is not immediately possible
  • Implement strict input validation and sanitization before commands reach the ash shell
  • Consider using an alternative shell implementation where BusyBox cannot be updated
  • Segment affected embedded systems and IoT devices from critical network resources
  • Monitor shell activity closely on unpatched systems until remediation is complete
bash
# Configuration example - Identify BusyBox version on affected systems
busybox --help | head -n 1

# Check if ash applet is enabled
busybox --list | grep ash

# Restrict shell access (adjust permissions as needed)
chmod 750 /bin/busybox

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechBusybox

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-159

  • NVD-CWE-Other
  • Technical References
  • Claroty Research Report

  • JFrog Blog Post on Vulnerabilities

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Related CVEs
  • CVE-2021-42376: Busybox Hush Applet DoS Vulnerability

  • CVE-2021-42373: Busybox Man Applet DOS Vulnerability

  • CVE-2026-29126: IDC SFX2100 Privilege Escalation Flaw

  • CVE-2026-26157: BusyBox Path Traversal Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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