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-27114

CVE-2026-27114: NanaZip ROMFS Parser DOS Vulnerability

CVE-2026-27114 is a denial of service vulnerability in NanaZip's ROMFS archive parser caused by circular NextOffset chains that trigger infinite loops. This article covers technical details, affected versions, and patches.

Published: February 20, 2026

CVE-2026-27114 Overview

NanaZip, an open source file archiver, contains an infinite loop vulnerability in its ROMFS archive parser. Starting in version 5.0.1252.0 and prior to version 6.0.1630.0, maliciously crafted archive files with circular NextOffset chains can trigger the infinite loop condition, causing the application to become unresponsive and consume excessive CPU resources.

Critical Impact

A local attacker can craft a malicious ROMFS archive that, when processed by NanaZip, causes a denial of service condition through an infinite loop, rendering the application unresponsive.

Affected Products

  • NanaZip versions 5.0.1252.0 through 6.0.1629.x
  • Systems using NanaZip for ROMFS archive extraction
  • Windows environments with NanaZip installed as the default archive handler

Discovery Timeline

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

Technical Details for CVE-2026-27114

Vulnerability Analysis

This vulnerability is classified under CWE-835 (Loop with Unreachable Exit Condition), commonly known as an infinite loop vulnerability. The flaw exists in NanaZip's ROMFS archive parsing functionality, where the parser fails to properly validate NextOffset field values within the archive structure.

When processing a ROMFS archive, the parser iterates through directory entries using offset pointers. Each entry contains a NextOffset field pointing to the next directory entry. The vulnerability arises when these offset values form a circular chain—where an entry's NextOffset eventually points back to a previously processed entry, creating an endless loop.

The attack requires local access and user interaction, as the victim must open or preview the malicious archive file. Once triggered, the parsing routine continuously cycles through the same set of entries, consuming CPU resources and causing the application to hang indefinitely.

Root Cause

The root cause is insufficient validation of NextOffset values in the ROMFS archive parser. The code fails to implement proper cycle detection when traversing the linked list of directory entries. Without checks to ensure each offset is only visited once, or that offsets monotonically increase within the file structure, circular references go undetected and cause infinite iteration.

Attack Vector

The attack vector is local with user interaction required. An attacker must deliver a specially crafted ROMFS archive to the target system and convince the user to open it with NanaZip. This could be accomplished through:

  1. Email attachments containing the malicious archive
  2. Downloaded files from untrusted sources
  3. Archive files on removable media or network shares
  4. Exploiting file preview functionality in file managers that use NanaZip

The vulnerability manifests in the ROMFS parsing routine where circular NextOffset chains create an infinite loop. Technical details and a proof-of-concept archive are available in the GitHub Security Advisory.

Detection Methods for CVE-2026-27114

Indicators of Compromise

  • NanaZip process (NanaZip.exe) consuming 100% CPU on a single core for extended periods
  • Application becoming unresponsive when opening archive files
  • Presence of .romfs or disguised archive files from untrusted sources
  • Task Manager showing NanaZip in "Not Responding" state during archive operations

Detection Strategies

  • Monitor for NanaZip processes with abnormally high CPU utilization exceeding normal archive extraction times
  • Implement file integrity monitoring to detect suspicious archive files in user download directories
  • Deploy endpoint detection rules that flag archive operations taking longer than expected thresholds
  • Use SentinelOne's behavioral AI to detect application hang states associated with resource exhaustion attacks

Monitoring Recommendations

  • Enable process monitoring to track CPU usage patterns for NanaZip and related archive utilities
  • Configure alerts for process hang detection on systems where NanaZip is commonly used
  • Monitor file system activity for new ROMFS archive files appearing in user-accessible locations
  • Implement logging for archive extraction operations to identify potential attack attempts

How to Mitigate CVE-2026-27114

Immediate Actions Required

  • Update NanaZip to version 6.0.1630.0 or later immediately
  • Advise users to avoid opening archive files from untrusted or unknown sources
  • Consider temporarily disabling ROMFS archive support if updates cannot be immediately applied
  • Implement application whitelisting to prevent execution of potentially malicious archive handlers

Patch Information

The vulnerability has been patched in NanaZip version 6.0.1630.0. Users should update to this version or later to remediate the infinite loop vulnerability in the ROMFS parser. The patch implements proper validation of NextOffset chains to detect and prevent circular references.

For additional details, refer to the NanaZip Security Advisory on GitHub.

Workarounds

  • Avoid opening ROMFS archives from untrusted sources until the patch is applied
  • Use alternative archive utilities that are not affected by this vulnerability for ROMFS files
  • Implement file type filtering at email gateways and web proxies to block suspicious archive formats
  • Consider running NanaZip in a sandboxed environment to limit the impact of denial of service conditions
bash
# Verify NanaZip version to ensure patch is applied
# Check installed version via Windows Settings or command line
winget list M2Team.NanaZip

# Update NanaZip to patched version
winget upgrade M2Team.NanaZip --version 6.0.1630.0

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNanazip

  • SeverityMEDIUM

  • CVSS Score5.1

  • 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-835
  • Technical References
  • GitHub Security Advisory

  • GitHub PoC File
  • Related CVEs
  • CVE-2026-27710: NanaZip Denial-of-Service Vulnerability

  • CVE-2026-27711: NanaZip Buffer Overflow Vulnerability

  • CVE-2026-27709: NanaZip Information Disclosure Vulnerability

  • CVE-2026-27014: NanaZip Buffer Overflow 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