CVE-2026-55782
Deferred Deferred - Pending Action

Memory Exhaustion in NanaZip WebAssembly Handler

Vulnerability report for CVE-2026-55782, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-10

Assigner: GitHub, Inc.

Description

NanaZip is the 7-Zip derivative intended for the modern Windows experience. Prior to 6.5.1749.0, NanaZip's WebAssembly archive handler in NanaZip.Codecs.Archive.WebAssembly.cpp allocates buffers from attacker-controlled 32-bit section and custom-name length fields without validating them against the data present in the file. A tiny crafted module can force multi-gigabyte allocations during listing or extraction through NameSize, Information.Size, and std::string or vector allocation paths, causing memory exhaustion or process termination. This issue is fixed in version 6.5.1749.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-10
Generated
2026-07-10
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
nanazip nanazip 6.5.1749.0
m2team nanazip to 6.5.1749.0 (exc)
m2team nanazip 6.5.1749.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.
CWE-789 The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-55782 is a vulnerability in NanaZip's WebAssembly parser that allows an attacker to cause unbounded memory allocation. This happens because the parser allocates buffers based on attacker-controlled 32-bit section and custom-name length fields without validating these lengths against the actual data size in the file.

An attacker can craft a small malicious WebAssembly (.wasm) file with manipulated section or name length fields that force the program to allocate multi-gigabyte amounts of memory during listing or extraction operations. This can lead to memory exhaustion or cause the process to terminate unexpectedly.

The vulnerability affects NanaZip versions prior to 6.5.1749.0 and has been fixed in that version.

Impact Analysis

This vulnerability can impact you by causing a denial of service (DoS) condition on your system running vulnerable versions of NanaZip.

Specifically, an attacker can exploit this issue to exhaust system memory by forcing the application to allocate very large buffers, which can lead to application crashes or termination.

Exploitation requires minimal privileges and some user interaction, such as opening or extracting a crafted WebAssembly archive.

Detection Guidance

This vulnerability arises when NanaZip processes a crafted WebAssembly (.wasm) file that contains attacker-controlled length fields causing excessive memory allocation and potential process termination.

Detection can involve monitoring NanaZip processes for abnormal memory usage or crashes during listing or extraction of .wasm archives.

Since the issue is triggered by specific malformed .wasm files, scanning for usage of vulnerable NanaZip versions (prior to 6.5.1749.0) and checking logs for crashes or memory exhaustion events during archive operations can help identify exploitation attempts.

No specific commands are provided in the available resources, but general approaches include:

  • Use system monitoring tools (e.g., Task Manager, top, or resource monitors) to detect NanaZip processes consuming unusually large amounts of memory.
  • Check application logs or Windows Event Viewer for crashes or termination events related to NanaZip.
  • Identify the installed version of NanaZip using commands like `Get-Command nanazip` or checking the application properties to confirm if it is older than 6.5.1749.0.
Mitigation Strategies

The primary mitigation step is to update NanaZip to version 6.5.1749.0 or later, where this vulnerability has been fixed.

Until the update can be applied, avoid opening or extracting untrusted or suspicious WebAssembly (.wasm) archives using NanaZip to prevent triggering the memory exhaustion.

Additionally, monitor NanaZip processes for abnormal memory usage or crashes as a precaution.

Compliance Impact

The vulnerability in NanaZip allows for unbounded memory allocation leading to denial of service (DoS) conditions, which impacts system availability.

There is no information provided in the available resources about how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55782. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart