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-42373

CVE-2021-42373: Busybox Man Applet DOS Vulnerability

CVE-2021-42373 is a denial of service flaw in Busybox's man applet caused by NULL pointer dereference when a section name is provided without a page argument. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-42373 Overview

A NULL pointer dereference vulnerability exists in BusyBox's man applet that leads to denial of service when a section name is supplied but no page argument is given. This vulnerability affects embedded Linux systems and IoT devices that utilize BusyBox as their core Unix utility toolkit, potentially causing service disruptions in production environments.

Critical Impact

Local attackers can crash the BusyBox man applet by providing malformed command-line arguments, leading to denial of service on affected embedded systems and IoT devices.

Affected Products

  • BusyBox versions 1.33.0 and 1.33.1
  • Fedora Project Fedora 33 and 34
  • NetApp Cloud Backup
  • NetApp HCI Management Node
  • NetApp SolidFire
  • NetApp H-Series Storage Systems (H300S, H500S, H700S, H300E, H500E, H700E, H410S) and associated firmware

Discovery Timeline

  • 2021-11-15 - CVE-2021-42373 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-42373

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The flaw resides in the man applet within BusyBox, a software suite providing several Unix utilities in a single executable. When parsing command-line arguments, the man applet fails to properly validate input when a section name is provided without a corresponding page argument. This improper input handling results in the code attempting to dereference a NULL pointer, causing the application to crash.

The vulnerability requires local access to exploit, meaning an attacker must have the ability to execute commands on the target system. While this limits the attack surface compared to remotely exploitable vulnerabilities, BusyBox's widespread deployment in embedded systems, IoT devices, and containerized environments makes this vulnerability significant. A successful exploit results in high availability impact through denial of service, though confidentiality and integrity remain unaffected.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the man applet's argument parsing logic. When the applet receives a section number argument (e.g., man 1) without the required page name argument, the code fails to check for the presence of the page argument before attempting to use it. This leads to accessing a NULL pointer when the missing argument is dereferenced, triggering a segmentation fault and crashing the process.

Attack Vector

Exploitation of CVE-2021-42373 requires local access to a system running a vulnerable version of BusyBox. An attacker with shell access or the ability to execute commands can trigger the vulnerability by invoking the man applet with a section argument but omitting the page name. This could be leveraged in multi-user environments or embedded systems where untrusted users have limited shell access. The attack could also be incorporated into automated scripts or chained with other vulnerabilities to cause service disruptions.

The vulnerability is triggered through malformed command-line invocation of the BusyBox man applet. When a user or script supplies a section number parameter without providing the corresponding manual page name, the applet's argument parsing code fails to handle this edge case properly, resulting in a NULL pointer being accessed. For technical details on the exploitation mechanism, refer to the Claroty Research Report and JFrog Blog on Vulnerabilities.

Detection Methods for CVE-2021-42373

Indicators of Compromise

  • Unexpected crashes or segmentation faults in BusyBox processes, particularly the man applet
  • Core dump files generated by BusyBox man applet crashes
  • System logs showing SIGSEGV signals associated with BusyBox processes
  • Repeated failed invocations of the man command in system audit logs

Detection Strategies

  • Monitor for abnormal termination of BusyBox processes with segmentation fault exit codes
  • Implement process monitoring to detect repeated crashes of the man applet
  • Review command-line audit logs for suspicious man command invocations with missing arguments
  • Deploy file integrity monitoring on BusyBox binaries to detect unauthorized modifications

Monitoring Recommendations

  • Enable core dump analysis for BusyBox-related crashes to identify exploitation attempts
  • Configure system logging to capture command-line arguments for BusyBox applet invocations
  • Implement alerting for repeated service failures on embedded systems running BusyBox
  • Establish baseline behavior monitoring for BusyBox utility usage patterns

How to Mitigate CVE-2021-42373

Immediate Actions Required

  • Update BusyBox to a patched version that addresses the NULL pointer dereference vulnerability
  • Apply vendor-specific patches from Fedora, NetApp, or other affected product vendors
  • Restrict local access to systems running vulnerable BusyBox versions where possible
  • Consider disabling the man applet if it is not required in your deployment

Patch Information

Security patches addressing this vulnerability have been released by multiple vendors. Fedora users should apply the updates announced in the Fedora Package Announcements. NetApp customers should refer to the NetApp Security Advisory for guidance on patching affected products including Cloud Backup, HCI Management Node, SolidFire, and H-Series storage systems. Organizations should prioritize patching based on the criticality of affected systems and exposure to untrusted local users.

Workarounds

  • Disable or remove the man applet from BusyBox builds if manual page functionality is not required
  • Restrict shell access to trusted users on systems running vulnerable BusyBox versions
  • Implement wrapper scripts that validate man command arguments before passing them to BusyBox
  • Use alternative manual page viewers where available in embedded environments
bash
# Disable man applet in BusyBox configuration
# During BusyBox compilation, disable the man applet:
make menuconfig
# Navigate to Miscellaneous Utilities and disable 'man'

# Alternatively, restrict access to the man applet
chmod 700 /bin/busybox
# Or create a restricted symlink configuration

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.08%

  • 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-476
  • Technical References
  • Claroty Research Report

  • JFrog Blog on Vulnerabilities

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Related CVEs
  • CVE-2021-42375: Busybox ash Applet DoS Vulnerability

  • CVE-2021-42376: Busybox Hush 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