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-2026-26282

CVE-2026-26282: NanaZip Information Disclosure Flaw

CVE-2026-26282 is an information disclosure vulnerability in NanaZip caused by an out-of-bounds heap read in the .NET Single File bundle parser. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-26282 Overview

CVE-2026-26282 is an out-of-bounds heap read vulnerability in NanaZip, an open source file archiver. The vulnerability exists in the .NET Single File bundle header parser due to a missing bounds check. When a user opens a specially crafted file with NanaZip, the application may crash or leak heap data to the user.

Critical Impact

Opening maliciously crafted files can cause application crashes (denial of service) or leak sensitive heap memory contents to attackers.

Affected Products

  • NanaZip version 5.0.1252.0 and later
  • NanaZip versions prior to 6.0.1630.0
  • NanaZip installations processing .NET Single File bundles

Discovery Timeline

  • 2026-02-19 - CVE-2026-26282 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26282

Vulnerability Analysis

This vulnerability is classified as CWE-126 (Buffer Over-read), which occurs when a program reads data past the end of the intended buffer. In the context of NanaZip, the .NET Single File bundle header parser fails to properly validate the bounds of input data before performing read operations on the heap.

The attack requires local access and user interaction, as the victim must open a malicious archive file. While the confidentiality impact is limited, the availability impact is significant as the vulnerability can reliably crash the application. The heap data that may be leaked could potentially contain sensitive information depending on what was previously stored in memory.

Root Cause

The root cause of CVE-2026-26282 is a missing bounds check in the .NET Single File bundle header parsing routine. When NanaZip processes the header of a .NET Single File bundle, it fails to validate that the size fields and offset values within the header are within the boundaries of the allocated buffer. This allows crafted input to cause the parser to read beyond the allocated heap memory region.

Attack Vector

The attack vector is local and requires user interaction. An attacker must craft a malicious file that appears to be a valid .NET Single File bundle but contains manipulated header values. The attack scenario involves:

  1. The attacker creates a specially crafted file with malformed .NET Single File bundle headers
  2. The victim receives the malicious file (via email, download, or other means)
  3. The victim opens or extracts the file using NanaZip
  4. The vulnerable parser reads heap data beyond allocated boundaries
  5. This results in either an application crash or leakage of heap memory contents

The exploitation mechanism takes advantage of the parser trusting size and offset values within the bundle header without validating them against the actual allocated buffer size. A proof-of-concept is available through the GitHub PoC Repository.

Detection Methods for CVE-2026-26282

Indicators of Compromise

  • Unexpected NanaZip application crashes when processing archive files
  • Memory access violation errors in NanaZip during file extraction operations
  • Crash dump files showing out-of-bounds memory access in .NET Single File bundle parsing code

Detection Strategies

  • Monitor for repeated NanaZip crashes associated with specific archive files
  • Implement endpoint detection rules for memory access violations in NanaZip processes
  • Deploy file integrity monitoring to detect suspicious archive files being introduced to systems

Monitoring Recommendations

  • Enable application crash reporting and logging for NanaZip installations
  • Monitor for abnormal memory access patterns in file archiver processes
  • Review system event logs for application exceptions related to NanaZip

How to Mitigate CVE-2026-26282

Immediate Actions Required

  • Upgrade NanaZip to version 6.0.1630.0 or later immediately
  • Exercise caution when opening archive files from untrusted sources
  • Consider temporarily using alternative archive utilities until patching is complete

Patch Information

The vulnerability has been patched in NanaZip version 6.0.1630.0. Organizations should update all NanaZip installations to this version or later. The patch adds proper bounds checking to the .NET Single File bundle header parser to prevent out-of-bounds heap reads. For more details, see the GitHub Security Advisory.

Workarounds

  • Avoid opening .NET Single File bundle archives from untrusted sources until patched
  • Use alternative archive utilities that are not affected by this vulnerability
  • Implement application whitelisting to prevent execution of malicious archive contents
  • Deploy endpoint protection solutions to detect and block exploitation attempts

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNanazip

  • SeverityMEDIUM

  • CVSS Score5.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityHigh
  • CWE References
  • CWE-126
  • Technical References
  • GitHub Security Advisory

  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-27709: NanaZip Information Disclosure Vulnerability

  • CVE-2026-27711: NanaZip Buffer Overflow Vulnerability

  • CVE-2026-27710: NanaZip Denial-of-Service Vulnerability

  • CVE-2026-27114: NanaZip ROMFS Parser DOS 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