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
    • 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-15571

CVE-2025-15571: lrzip Null Pointer Dereference Flaw

CVE-2025-15571 is a null pointer dereference vulnerability in ckolivas lrzip affecting the ucompthread function in stream.c. Exploitable locally, this flaw can cause application crashes. Learn about affected versions and mitigation.

Published: February 13, 2026

CVE-2025-15571 Overview

A null pointer dereference vulnerability has been identified in ckolivas lrzip up to version 0.651. This vulnerability affects the ucompthread function within the stream.c file. When exploited, this flaw can lead to a denial of service condition by causing the application to crash. The vulnerability requires local access to exploit and has been publicly disclosed through a proof-of-concept, though the project maintainers have not yet responded to the reported issue.

Critical Impact

Local attackers with low privileges can cause application crashes through null pointer dereference in the compression thread handling, potentially disrupting file operations and data processing workflows.

Affected Products

  • ckolivas lrzip versions up to 0.651
  • Systems using lrzip for file compression/decompression operations
  • Linux distributions packaging vulnerable lrzip versions

Discovery Timeline

  • 2026-02-10 - CVE-2025-15571 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2025-15571

Vulnerability Analysis

The vulnerability resides in the ucompthread function located in stream.c within the lrzip codebase. This function handles threaded decompression operations, and under specific conditions, it fails to properly validate pointer references before dereferencing them. When a null pointer is encountered and dereferenced, the application crashes, resulting in a denial of service condition.

The local attack vector means that an attacker must have access to the system where lrzip is running. The exploit requires low privileges to execute, with no user interaction needed. While the vulnerability does not compromise confidentiality or integrity, it directly impacts availability by crashing the lrzip process.

The issue was reported to the project through GitHub lrzip Issue #263, but the maintainers have not yet acknowledged or addressed the vulnerability.

Root Cause

The root cause is classified under CWE-404 (Improper Resource Shutdown or Release), though the specific manifestation is a null pointer dereference. The ucompthread function does not perform adequate null checks on pointer variables before attempting to access the memory they reference. This can occur when processing malformed or specially crafted compressed files that trigger unexpected code paths in the decompression threading logic.

Attack Vector

The attack vector is local, requiring an attacker to have access to the target system. Exploitation involves supplying a specially crafted input file to lrzip that triggers the null pointer condition in the ucompthread function. When lrzip attempts to process this malicious file, the null pointer dereference causes an immediate crash.

The vulnerability mechanism can be understood as follows: when processing compressed data streams, the ucompthread function manages decompression threads. If the input file is crafted to create a state where expected memory structures are not properly initialized, the function may attempt to access memory through a null pointer, causing the program to crash.

A proof-of-concept has been made available through the GitHub PoC Archive, demonstrating how the vulnerability can be triggered.

Detection Methods for CVE-2025-15571

Indicators of Compromise

  • Unexpected lrzip process crashes or core dumps on systems processing compressed files
  • Segmentation fault errors in system logs associated with lrzip operations
  • Presence of unusually structured or malformed .lrz files in input directories

Detection Strategies

  • Monitor system logs for segmentation fault signals (SIGSEGV) associated with lrzip processes
  • Implement file integrity monitoring on directories where compressed files are processed
  • Deploy application crash monitoring to detect repeated lrzip failures

Monitoring Recommendations

  • Configure system logging to capture and alert on application crashes related to lrzip
  • Review input file sources for any suspicious or untrusted compressed archives
  • Monitor for unusual patterns of file processing failures in automated compression workflows

How to Mitigate CVE-2025-15571

Immediate Actions Required

  • Evaluate the use of lrzip in production environments and consider temporary alternatives such as gzip, bzip2, or xz for compression needs
  • Restrict execution of lrzip to trusted users and validated input files only
  • Implement input validation for any automated workflows that process compressed files with lrzip

Patch Information

As of the last update, no official patch has been released by the project maintainers. The vulnerability was reported through GitHub lrzip Issue #263, but the project has not responded. Users should monitor the GitHub lrzip Project for updates and patches.

Additional vulnerability tracking information is available at VulDB #344931.

Workarounds

  • Avoid processing untrusted or unknown compressed files with lrzip until a patch is available
  • Run lrzip operations in sandboxed or containerized environments to limit crash impact
  • Implement wrapper scripts that validate input file structures before passing them to lrzip
  • Consider switching to alternative compression utilities that do not have this vulnerability
bash
# Example: Use alternative compression while awaiting patch
# Instead of lrzip, use xz for similar compression ratios
xz -k -9 input_file.tar

# Restrict lrzip execution to specific trusted users
chmod 750 /usr/bin/lrzip
chown root:trusted-compression-users /usr/bin/lrzip

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLrzip

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-404
  • Technical References
  • GitHub lrzip Project

  • GitHub lrzip Issue #263

  • GitHub PoC Archive

  • VulDB #344931 (CTIID)

  • VulDB #344931

  • VulDB Submission #752603
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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