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

CVE-2026-27709: NanaZip Information Disclosure Vulnerability

CVE-2026-27709 is an information disclosure flaw in NanaZip's .NET Single File Application parser that causes out-of-bounds read and memory disclosure. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-27709 Overview

CVE-2026-27709 is an out-of-bounds read vulnerability in NanaZip, an open source file archiver. The vulnerability exists in NanaZip's .NET Single File Application parser, specifically in the manifest parsing functionality. Starting in version 5.0.1252.0 and prior to versions 6.0.1638.0 and 6.5.1638.0, a crafted bundle can provide a malformed RelativePathLength value that causes the parser to construct a std::string from memory beyond the HeaderBuffer. This can lead to application crashes and potential in-process memory disclosure.

Critical Impact

Attackers can craft malicious archive bundles that trigger out-of-bounds memory reads, potentially exposing sensitive in-process memory data or causing denial of service through application crashes.

Affected Products

  • NanaZip versions 5.0.1252.0 to versions prior to 6.0.1638.0
  • NanaZip versions 5.0.1252.0 to versions prior to 6.5.1638.0

Discovery Timeline

  • 2026-02-26 - CVE CVE-2026-27709 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27709

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read). The flaw exists in NanaZip's .NET Single File Application parser, which is responsible for extracting and processing bundled .NET applications distributed as single-file executables.

When parsing the manifest of a .NET Single File Application bundle, the parser reads length fields from the bundle header to determine the size of various strings, including the relative path of files contained within the bundle. A crafted bundle can specify a RelativePathLength value that exceeds the actual bounds of the HeaderBuffer. When the parser attempts to construct a std::string using this length, it reads memory beyond the allocated buffer.

The consequences of this vulnerability include denial of service through application crashes when invalid memory is accessed, as well as potential information disclosure if the out-of-bounds read successfully retrieves data from adjacent memory regions. This could expose sensitive application data, heap metadata, or other in-process information.

Root Cause

The root cause of this vulnerability is insufficient validation of the RelativePathLength field within the .NET Single File Application manifest parser. The parser fails to verify that the specified length does not exceed the boundaries of the HeaderBuffer before using it to construct string objects. This missing bounds check allows an attacker-controlled length value to cause memory reads beyond the allocated buffer region.

Attack Vector

This vulnerability requires local access and user interaction to exploit. An attacker must craft a malicious .NET Single File Application bundle with a specially constructed manifest containing an oversized RelativePathLength value. The victim must then open or process this malicious bundle using NanaZip.

The attack scenario involves distributing the malicious archive file through social engineering, email attachments, download sites, or other file sharing mechanisms. When a user attempts to view, extract, or otherwise process the malicious bundle with an affected version of NanaZip, the out-of-bounds read is triggered during manifest parsing.

The vulnerability mechanism works as follows: during manifest parsing, NanaZip reads the RelativePathLength field from the bundle header, then uses this value as the length parameter when constructing a std::string from data in HeaderBuffer. Without proper bounds checking, the string constructor reads past the end of HeaderBuffer, accessing adjacent memory. Depending on memory layout, this may cause an immediate crash or return out-of-bounds data as part of the string.

Detection Methods for CVE-2026-27709

Indicators of Compromise

  • Unexpected NanaZip application crashes when processing .NET Single File Application bundles
  • Error logs indicating memory access violations or segmentation faults during archive extraction
  • Presence of malformed .NET Single File Application bundles with anomalous header field values
  • Unusual file processing activity involving bundles with oversized manifest length fields

Detection Strategies

  • Monitor for NanaZip process crashes with memory access violation exceptions
  • Implement file integrity monitoring to detect malicious archive files with abnormal header structures
  • Deploy endpoint detection rules to identify crashes patterns consistent with out-of-bounds read exploitation
  • Analyze crash dumps for evidence of memory reads beyond expected buffer boundaries

Monitoring Recommendations

  • Enable application crash reporting and logging for NanaZip processes
  • Implement EDR monitoring for memory access violations in file archiver applications
  • Monitor for suspicious .NET Single File Application bundles received via email or downloaded from external sources
  • Configure SentinelOne to detect and alert on process crashes indicative of memory corruption exploitation attempts

How to Mitigate CVE-2026-27709

Immediate Actions Required

  • Upgrade NanaZip to version 6.0.1638.0 or 6.5.1638.0 immediately
  • Avoid opening untrusted .NET Single File Application bundles until patched
  • Implement file filtering to quarantine suspicious archive files pending analysis
  • Enable endpoint protection monitoring to detect exploitation attempts

Patch Information

The vulnerability has been addressed in NanaZip versions 6.0.1638.0 and 6.5.1638.0. Users should upgrade to one of these fixed versions as soon as possible. For more information, refer to the GitHub Security Advisory.

Workarounds

  • Temporarily disable or restrict processing of .NET Single File Application bundles until the update can be applied
  • Implement organizational policies to prevent users from opening archive files from untrusted sources
  • Use alternative archive utilities that are not affected by this vulnerability for processing suspicious files
  • Consider implementing file sandboxing to isolate archive extraction operations from the main system

Upgrading to the patched version is the recommended mitigation. Users can download the latest version from the official NanaZip repository and install it following standard procedures for their platform.

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.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:N/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-125
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26282: NanaZip Information Disclosure Flaw

  • 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