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-2025-46394

CVE-2025-46394: BusyBox TAR Information Disclosure Flaw

CVE-2025-46394 is an information disclosure vulnerability in BusyBox TAR that allows filenames to be hidden from listings using terminal escape sequences. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-46394 Overview

CVE-2025-46394 is a User Interface Confusion vulnerability in the tar utility within BusyBox through version 1.37.0. The vulnerability allows malicious TAR archives to contain filenames that are hidden from the standard listing output through the strategic use of terminal escape sequences. This deceptive technique can mask malicious files within archives, potentially leading to inadvertent extraction of harmful content.

Critical Impact

Attackers can craft TAR archives with hidden filenames using terminal escape sequences, allowing malicious files to evade visual inspection during archive listing operations.

Affected Products

  • BusyBox versions through 1.37.0
  • Embedded Linux systems utilizing BusyBox tar functionality
  • IoT devices and appliances running vulnerable BusyBox versions

Discovery Timeline

  • April 23, 2025 - CVE-2025-46394 published to NVD
  • September 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-46394

Vulnerability Analysis

This vulnerability falls under CWE-451 (User Interface (UI) Misrepresentation of Critical Information). The BusyBox tar implementation fails to properly sanitize or escape terminal control sequences embedded within filenames when displaying archive contents. When a user lists the contents of a malicious TAR archive using tar -t or similar commands, embedded ANSI escape sequences can manipulate the terminal output to hide specific filenames from view.

The attack exploits the trust users place in terminal output when inspecting archive contents before extraction. By carefully crafting escape sequences, an attacker can make malicious files invisible in the listing while they remain fully present and extractable from the archive.

Root Cause

The root cause lies in the insufficient sanitization of filename data when outputting archive contents to the terminal. The BusyBox tar utility does not filter or escape ANSI terminal control characters embedded in TAR entry filenames, allowing these special sequences to manipulate terminal display behavior and hide entries from users.

Attack Vector

This is a local attack vector requiring user interaction. An attacker must craft a malicious TAR archive and deliver it to a target system. The attack succeeds when a user inspects the archive contents via terminal listing commands and then proceeds to extract the archive, unaware of hidden malicious files. The attack chain typically involves:

  1. Attacker creates a TAR archive with specially crafted filenames containing terminal escape sequences
  2. The archive is distributed to potential victims through various channels
  3. Victim lists archive contents using BusyBox tar, where escape sequences hide malicious entries
  4. Victim extracts the archive, unknowingly extracting hidden malicious files

The vulnerability mechanism involves embedding ANSI escape sequences such as cursor movement codes, line clearing sequences, or overwrite commands within filenames. When displayed on a terminal, these sequences execute their control functions rather than being displayed as literal characters, effectively hiding or obfuscating the malicious filename entries.

Detection Methods for CVE-2025-46394

Indicators of Compromise

  • TAR archives containing filenames with embedded ANSI escape sequences (byte patterns starting with \\x1b[ or \033[)
  • Archive listings that appear incomplete or show fewer files than expected
  • Unexpected files appearing after TAR extraction that were not visible in listings
  • Terminal display anomalies when listing archive contents

Detection Strategies

  • Implement file integrity monitoring to detect unexpected files after archive extraction operations
  • Use hex dump or binary inspection tools to examine TAR archive contents for hidden escape sequences
  • Configure endpoint detection to alert on TAR extraction operations that result in more files than displayed during listing
  • Deploy static analysis rules to scan incoming TAR archives for embedded terminal control characters in filename fields

Monitoring Recommendations

  • Monitor systems running BusyBox for suspicious TAR extraction activities
  • Implement logging for archive operations in critical environments
  • Review extracted files against archive listings to detect discrepancies
  • Consider using alternative archive inspection tools that sanitize terminal output

How to Mitigate CVE-2025-46394

Immediate Actions Required

  • Upgrade BusyBox to a patched version when available
  • Use alternative tar implementations (GNU tar) that properly sanitize terminal output for archive inspection
  • Pipe tar listing output through sanitization utilities before display
  • Implement archive scanning procedures before extraction in security-sensitive environments

Patch Information

As of the last update, users should monitor the BusyBox Official Website and BusyBox Downloads Page for updated releases addressing this vulnerability. The issue is tracked in BusyBox Bug Report #16018. Additional discussion is available in the Openwall OSS-Security Update 04/23 and Openwall OSS-Security Update 04/24 security mailing list posts.

Workarounds

  • Use tar -tvf archive.tar | cat -v to display filenames with escape sequences rendered as visible caret notation
  • Employ hexdump or xxd to inspect archive contents at the binary level before extraction
  • Use GUI-based archive managers that do not interpret terminal escape sequences
  • Extract archives in isolated environments and verify contents before moving to production systems
  • Consider implementing archive scanning policies that reject archives containing control characters in filenames
bash
# Workaround: Sanitize tar listing output to reveal hidden escape sequences
busybox tar -tvf archive.tar | cat -v

# Alternative: Use sed to strip ANSI escape sequences
busybox tar -tvf archive.tar | sed 's/\\x1b\[[0-9;]*m//g'

# Inspect archive for suspicious escape sequences
hexdump -C archive.tar | grep -E '1b 5b|\\033'

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

  • SeverityLOW

  • CVSS Score3.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-451
  • Technical References
  • BusyBox Bug Report #16018

  • BusyBox Official Website

  • BusyBox Downloads Page

  • Openwall OSS-Security Update 04/23

  • Openwall OSS-Security Update 04/24
  • Related CVEs
  • CVE-2021-42374: Busybox unlzma Information Disclosure

  • 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