CVE-2026-55780
Deferred Deferred - Pending Action

NanaZip .NET Single-File Bundle Allocation Failure

Vulnerability report for CVE-2026-55780, 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 .NET single-file bundle handler in NanaZip.Codecs.Archive.DotNetSingleFile.cpp sizes its extraction buffer from the bundle entry Size field, which is only checked for sign and is not validated against the real file size. A crafted bundle can cause an attacker-chosen allocation inside Extract, where std::bad_alloc or std::length_error can escape across the COM STDMETHODCALLTYPE boundary and crash the process. 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 2 associated CPEs
Vendor Product Version / Range
nanazip nanazip 6.5.1749.0
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-248 An exception is thrown from a function, but it is not caught.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-55780 is a vulnerability in NanaZip's .NET single-file bundle handler where the extraction buffer size is determined by the bundle entry's Size field without proper validation against the actual file size. This Size field is only checked to be non-negative but not verified for correctness. An attacker can craft a malicious bundle with an entry size set near the maximum integer value, causing the program to attempt an unbounded memory allocation during extraction.

This leads to exceptions such as std::bad_alloc or std::length_error being thrown and escaping across the COM boundary, which can crash the process. The vulnerability arises from improper input validation and exception handling in the extraction logic.

Impact Analysis

The primary impact of this vulnerability is a denial of service caused by uncontrolled resource consumption and uncaught exceptions during the extraction process.

  • An attacker can cause the application to crash by triggering large memory allocations that fail.
  • This crash occurs due to exceptions escaping the COM boundary, leading to undefined behavior and process termination.

The attack complexity is low, requiring only low privileges and user interaction, making it relatively easy to exploit.

Detection Guidance

This vulnerability is related to the NanaZip .NET single-file bundle handler and involves improper validation of the extraction buffer size, which can cause process crashes due to memory allocation errors.

Detection on a network or system would involve monitoring for crashes or abnormal termination of the NanaZip process, especially when extracting .NET single-file bundles.

Since the issue is triggered by crafted bundles with manipulated Size fields, one way to detect potential exploitation attempts is to monitor NanaZip extraction logs or system event logs for exceptions such as std::bad_alloc or std::length_error.

No specific detection commands or network signatures are provided in the available resources.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

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

This update includes validation of the Offset and Size fields against the actual bundle size, improved error handling to prevent exceptions from escaping the COM boundary, and a fixed-size extraction buffer to avoid excessive memory allocation.

Until the update can be applied, avoid extracting untrusted or suspicious .NET single-file bundles with NanaZip to reduce the risk of triggering the vulnerability.

Chat Assistant

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

EPSS Chart