CVE-2026-27710

5.0 MEDIUM

📋 TL;DR

A denial-of-service vulnerability exists in NanaZip's .NET Single File Application parser where a crafted archive bundle can trigger an integer underflow in header-size calculation, leading to unbounded memory allocation attempts. This affects users opening malicious archives with NanaZip versions 5.0.1252.0 through 6.0.1638.0 and 6.5.1638.0.

💻 Affected Systems

Products:
  • NanaZip
Versions: 5.0.1252.0 through 6.0.1638.0 and 6.5.1638.0
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects .NET Single File Application bundles; regular archives are not vulnerable

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system crash or freeze due to excessive memory consumption, potentially requiring hard reboot

🟠

Likely Case

Application crash when opening malicious archives, with possible temporary system instability

🟢

If Mitigated

Application crash without system-wide impact if memory limits are enforced

🌐 Internet-Facing: MEDIUM - Attackers could host malicious archives online, but requires user interaction to open
🏢 Internal Only: MEDIUM - Internal users could be tricked into opening malicious archives via email or file shares

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires user to open a crafted archive; no authentication needed

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.0.1638.0 and 6.5.1638.0

Vendor Advisory: https://github.com/M2Team/NanaZip/security/advisories/GHSA-89qw-8p49-32wf

Restart Required: No

Instructions:

1. Download latest version from GitHub releases 2. Install over existing version 3. No restart required

🔧 Temporary Workarounds

Disable .NET Single File Application support

windows

Prevent parsing of vulnerable archive types

Not applicable - configuration change in application

Use alternative archive software

windows

Temporarily use 7-Zip or other archive tools

🧯 If You Can't Patch

  • Implement application whitelisting to block NanaZip execution
  • Educate users to avoid opening archives from untrusted sources

🔍 How to Verify

Check if Vulnerable:

Check NanaZip version in Help > About; if between 5.0.1252.0 and 6.0.1638.0/6.5.1638.0, vulnerable

Check Version:

NanaZip.exe --version or check Help > About in GUI

Verify Fix Applied:

Verify version is 6.0.1638.0 or 6.5.1638.0 or higher

📡 Detection & Monitoring

Log Indicators:

  • Application crash logs with memory allocation failures
  • High memory usage spikes from NanaZip process

Network Indicators:

  • Downloads of archive files from untrusted sources

SIEM Query:

Process: NanaZip.exe AND (EventID: 1000 OR MemoryUsage > 90%)

🔗 References

📤 Share & Export