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-2024-48615

CVE-2024-48615: Libarchive Null Pointer Dereference Flaw

CVE-2024-48615 is a null pointer dereference vulnerability in Libarchive 3.7.6 and earlier affecting the bsdtar program. This flaw can lead to crashes or denial of service. Explore technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-48615 Overview

CVE-2024-48615 is a null pointer dereference vulnerability in libarchive version 3.7.6 and earlier. The flaw resides in the header_pax_extension function inside archive_read_support_format_tar.c at line 1844. When the bsdtar program processes a crafted tar archive containing malformed PAX extension headers, the function dereferences a null pointer and crashes the process. The vulnerability is classified under [CWE-476] and affects any application that links against the vulnerable libarchive library to parse untrusted tar input.

Critical Impact

A remote attacker can trigger a denial-of-service condition in bsdtar or any application using libarchive by supplying a malicious tar archive with crafted PAX extension headers.

Affected Products

  • libarchive 3.7.6
  • libarchive versions earlier than 3.7.6
  • Applications and operating system utilities that bundle libarchive (including bsdtar)

Discovery Timeline

  • 2025-03-28 - CVE-2024-48615 published to NVD
  • 2025-04-14 - Last updated in NVD database

Technical Details for CVE-2024-48615

Vulnerability Analysis

The vulnerability is a null pointer dereference triggered during PAX extension header parsing in libarchive. The function header_pax_extension in archive_read_support_format_tar.c fails to validate a pointer before dereferencing it at line 1844. When bsdtar or another consumer of libarchive reads a crafted tar archive, the parser reaches code that operates on a structure member that was never initialized for the malformed input. The resulting segmentation fault halts the process and prevents the archive operation from completing. The issue is a reachable availability flaw over the network because tar archives are routinely transferred and processed without prior validation.

Root Cause

The root cause is missing input validation in the PAX extension header handling path. libarchive accepts a header structure but does not verify that all required fields are populated before passing them to the extension parser. The parser then performs a pointer dereference on a member that remains NULL when the input deviates from the expected PAX layout. The defect is consistent with [CWE-476] Null Pointer Dereference.

Attack Vector

An attacker delivers a crafted tar archive to a target system. Any workflow that invokes bsdtar or links libarchive to extract or list the archive will crash. Common delivery paths include email attachments, software supply-chain artifacts, container image layers, backup tooling, and automated archive scanners. No authentication or user interaction beyond standard archive processing is required.

The vulnerability manifests during PAX extension header parsing. See the GitHub Crash Test Repository for reproduction artifacts and the libarchive 3.7.6 source release for the vulnerable code path in archive_read_support_format_tar.c.

Detection Methods for CVE-2024-48615

Indicators of Compromise

  • Unexpected crashes or segmentation faults in bsdtar, tar, or other archive utilities linked against libarchive.
  • Core dumps referencing header_pax_extension or archive_read_support_format_tar.c in the stack trace.
  • Tar archives containing malformed or unusual PAX extension headers received from untrusted sources.

Detection Strategies

  • Inventory installed libarchive packages and flag any version at or below 3.7.6 across Linux, macOS, and BSD endpoints.
  • Monitor process exit codes and crash telemetry for archive-handling utilities invoked by backup, build, or scanning pipelines.
  • Inspect archive ingestion services for repeated parser failures on the same input, which can indicate an attacker probing the flaw.

Monitoring Recommendations

  • Forward crash and signal events from endpoint and server hosts into a centralized log pipeline for correlation.
  • Alert on abnormal termination of bsdtar, tar, package managers, and container runtimes that depend on libarchive.
  • Track archive sources that repeatedly cause parser faults and quarantine the originating files for analysis.

How to Mitigate CVE-2024-48615

Immediate Actions Required

  • Identify every system and container image that ships libarchive 3.7.6 or earlier.
  • Upgrade libarchive to a fixed release as soon as the maintainers publish a patched version.
  • Restrict archive processing to trusted inputs in automated pipelines until patching is complete.
  • Rebuild and redeploy applications that statically link libarchive after the library is updated.

Patch Information

At the time of NVD publication, no vendor advisory URL is listed. Track upstream releases on the libarchive release page and apply the next version above 3.7.6 once available. Distributions that backport fixes will publish updated libarchive packages through their standard security channels.

Workarounds

  • Avoid processing tar archives from untrusted sources with bsdtar or other libarchive-based tools until patched.
  • Run archive extraction inside sandboxed or containerized environments so that a crash cannot disrupt the host service.
  • Implement upstream validation that rejects archives with malformed PAX extension headers before they reach libarchive.
bash
# Verify the installed libarchive version on Linux
ldconfig -p | grep libarchive
dpkg -l | grep libarchive   # Debian/Ubuntu
rpm -qa | grep libarchive   # RHEL/Fedora/SUSE

# Example: isolate archive extraction in a restricted sandbox
systemd-run --quiet --pty --uid=nobody --gid=nogroup \
  --property=NoNewPrivileges=yes \
  --property=ProtectSystem=strict \
  --property=PrivateNetwork=yes \
  bsdtar -tf /path/to/untrusted.tar

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLibarchive

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.25%

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

  • GitHub Libarchive Release Download
  • Related CVEs
  • CVE-2026-5745: libarchive NULL Pointer DoS Vulnerability

  • CVE-2026-5121: libarchive RCE Vulnerability

  • CVE-2026-4426: libarchive DOS Vulnerability

  • CVE-2026-4424: libarchive Information Disclosure Flaw
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