Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2021-42374

CVE-2021-42374: Busybox unlzma Information Disclosure

CVE-2021-42374 is an out-of-bounds heap read flaw in Busybox's unlzma applet that enables information disclosure and denial of service. This article covers the technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-42374 Overview

CVE-2021-42374 is an out-of-bounds heap read vulnerability in BusyBox's unlzma applet that leads to information leak and denial of service when crafted LZMA-compressed input is decompressed. This vulnerability can be triggered by any applet or format that internally utilizes LZMA compression, making it a significant concern for embedded systems and IoT devices where BusyBox is commonly deployed.

Critical Impact

Successful exploitation can result in information disclosure through memory leakage and denial of service conditions on affected systems, particularly impacting embedded devices and infrastructure components relying on BusyBox utilities.

Affected Products

  • BusyBox (all versions prior to patch)
  • 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 their firmware

Discovery Timeline

  • 2021-11-15 - CVE-2021-42374 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2021-42374

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), which occurs when the software reads data past the end or before the beginning of the intended buffer. In the context of BusyBox's unlzma applet, the flaw manifests during the decompression of LZMA-compressed data.

The vulnerability requires local access to exploit, meaning an attacker would need to deliver a maliciously crafted LZMA-compressed file to the target system and have it processed by the unlzma applet or any BusyBox utility that utilizes LZMA decompression internally. The attack complexity is high due to the specific conditions required for successful exploitation.

When a specially crafted LZMA-compressed file is processed, the decompression routine reads heap memory beyond the allocated buffer boundaries. This can expose sensitive information stored in adjacent memory regions and cause the application to crash, resulting in a denial of service condition.

Root Cause

The root cause of CVE-2021-42374 lies in insufficient bounds checking within the LZMA decompression implementation in BusyBox. During the decompression process, the code fails to properly validate buffer boundaries before reading data from the heap, allowing crafted input to trigger reads outside the allocated memory region. This boundary validation failure is a common source of memory safety vulnerabilities in C-based software.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have the ability to provide crafted LZMA-compressed data to the target system. Exploitation scenarios include:

  1. File Upload Processing: Systems that accept compressed files from users and decompress them using BusyBox utilities
  2. Package Installation: Embedded systems that process LZMA-compressed firmware updates or packages
  3. Archive Extraction: Any automated process that extracts LZMA-compressed archives using BusyBox

The vulnerability is triggered when the crafted compressed data is processed by the unlzma applet or any internal BusyBox component that relies on LZMA decompression functionality. The attacker must craft specific LZMA-compressed data that causes the decompressor to read beyond allocated heap boundaries. For detailed technical analysis of the vulnerability, refer to the Claroty Team82 Research and JFrog Security Blog.

Detection Methods for CVE-2021-42374

Indicators of Compromise

  • Unexpected crashes or segmentation faults in BusyBox processes during LZMA decompression operations
  • Abnormal memory consumption patterns when processing compressed files
  • Core dumps generated by unlzma or related BusyBox applets
  • Suspicious LZMA-compressed files with malformed headers or unusual compression parameters

Detection Strategies

  • Monitor for BusyBox process crashes, particularly those involving unlzma or compression-related applets
  • Implement file integrity monitoring on systems using BusyBox to detect unauthorized compressed file introductions
  • Deploy endpoint detection solutions capable of identifying memory corruption exploitation attempts
  • Use SentinelOne's behavioral AI to detect anomalous decompression activities and memory access patterns

Monitoring Recommendations

  • Enable core dump collection and analysis for BusyBox processes to identify exploitation attempts
  • Implement logging for all file decompression operations on embedded systems
  • Monitor system stability metrics for devices running affected BusyBox versions
  • Set up alerts for repeated crashes in compression-related utilities

How to Mitigate CVE-2021-42374

Immediate Actions Required

  • Update BusyBox to the latest patched version on all affected systems
  • Identify and inventory all systems running vulnerable BusyBox versions, including embedded devices and IoT infrastructure
  • Restrict access to LZMA decompression functionality where possible until patches can be applied
  • Implement input validation for compressed files before processing with BusyBox utilities

Patch Information

Patches addressing this vulnerability have been released by various vendors. Consult the following resources for version-specific patch information:

  • NetApp Security Advisory NTAP-20211223-0002
  • Fedora Package Announcements
  • Debian LTS Announcement

Organizations should prioritize patching embedded systems and infrastructure components that utilize BusyBox for core functionality.

Workarounds

  • Disable or remove the unlzma applet from BusyBox builds if LZMA decompression is not required
  • Implement application-level sandboxing for processes that handle untrusted compressed files
  • Use alternative decompression utilities on systems where BusyBox cannot be immediately updated
  • Restrict file upload capabilities to prevent introduction of malicious compressed files
bash
# Check BusyBox version on affected systems
busybox --help | head -1

# List enabled applets to identify if unlzma is compiled in
busybox --list | grep -E "unlzma|lzma"

# If rebuilding BusyBox, disable LZMA applet in configuration
# In BusyBox menuconfig, disable: Archival Utilities -> unlzma

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechBusybox

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Claroty Vulnerabilities Research

  • JFrog Vulnerabilities Blog Post

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2025-46394: BusyBox TAR Information Disclosure Flaw

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

  • CVE-2026-26157: BusyBox Path Traversal Vulnerability

  • CVE-2026-26158: BusyBox Privilege Escalation Vulnerability
Default Legacy - Prefooter | 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