PatchSiren

M2Team CVE debriefs

These pages are published after PatchSiren validates generated defensive summaries against stored public CVE and source evidence.

LOW M2Team CVE published 2026-07-10

CVE-2026-55783

CVE-2026-55783 is a low-severity vulnerability in NanaZip, a 7-Zip derivative for modern Windows. Prior to version 6.5.1749.0, NanaZip's in-house IInArchive handlers unconditionally dereference the caller-supplied Indices array inside Extract when the archive engine signals extract everything by passing Indices as NULL and NumItems as 0xFFFFFFFF. This causes a NULL pointer dereference in the standard Test [truncated]

LOW M2Team CVE published 2026-07-10

CVE-2026-55782

CVE-2026-55782 is a memory exhaustion vulnerability in NanaZip's WebAssembly archive handler. Prior to version 6.5.1749.0, NanaZip allocates buffers from attacker-controlled 32-bit section and custom-name length fields without validation, allowing for multi-gigabyte allocations during listing or extraction. This can cause memory exhaustion or process termination. The vulnerability has a CVSS score of 2.4 [truncated]

LOW M2Team CVE published 2026-07-10

CVE-2026-55781

CVE-2026-55781 is a low-severity vulnerability in NanaZip's UFS and FFS image handler. Prior to version 6.5.1749.0, the handler validates the superblock block size only against the MINBSIZE lower bound and does not validate the fs_fsize fragment size. This allows attacker-controlled 32-bit fields to flow into indirect-block, directory, and extraction buffer allocations. A tiny crafted UFS image can force [truncated]

LOW M2Team CVE published 2026-07-10

CVE-2026-55780

A vulnerability in NanaZip's .NET single-file bundle handler, tracked as CVE-2026-55780, allows an attacker to cause a process crash by crafting a bundle that triggers a std::bad_alloc or std::length_error. This issue was fixed in version 6.5.1749.0. The vulnerability has a CVSS score of 2.4 and is considered LOW severity. The handler sizes its extraction buffer based on the bundle entry Size field, which [truncated]

MEDIUM M2Team CVE published 2026-06-12

CVE-2026-47223

CVE-2026-47223 is a medium-severity vulnerability in NanaZip, a 7-Zip derivative for modern Windows experiences. A heap out-of-bounds read issue exists in the Android Verified Boot (AVB) vbmeta image parser in NanaZip (via the upstream 7-Zip AvbHandler). The vulnerability is caused by a 32-bit unsigned integer overflow in the bounds check, allowing an attacker-controlled salt_len field to bypass validatio [truncated]

MEDIUM M2Team CVE published 2026-06-12

CVE-2026-47224

CVE-2026-47224 is a MEDIUM severity vulnerability in NanaZip, a 7-Zip derivative, affecting versions from 3.0.1000.0 to before 6.0.1698.0. A heap buffer-overflow read exists in the LVM2 physical-volume metadata parser. The vulnerability is triggered when opening a crafted LVM disk image. This issue has been patched in stable version 6.0.1698.0 and preview version 6.5.1742.0.

MEDIUM M2Team CVE published 2026-06-12

CVE-2026-47222

CVE-2026-47222 is a medium-severity vulnerability in NanaZip, a 7-Zip derivative for modern Windows experiences. The issue allows for a heap out-of-bounds read, potentially leading to a denial of service (crash) when opening a crafted .avb or .img file.

LOW M2Team CVE published 2026-05-12

CVE-2026-42444

NanaZip versions 5.0.1252.0 through 6.0.1698.0 (exclusive) contain a denial-of-service vulnerability in the littlefs filesystem image parser. The Open method reads BlockCount directly from attacker-controlled superblock data without validating against actual file size or enforcing an upper bound, then iterates BlockCount times allocating a file-path entry per iteration. A crafted 44-byte littlefs image wi [truncated]

LOW M2team CVE published 2026-05-12

CVE-2026-42443

CVE-2026-42443 is a local denial-of-service issue in NanaZip’s UFS/UFS2 filesystem image parser. A crafted UFS image can set the superblock field fs_ipg to zero, and the parser uses that value as a divisor without validation, causing an immediate divide-by-zero trap and process crash. The issue is fixed in NanaZip 6.0.1698.0.

LOW M2team CVE published 2026-05-12

CVE-2026-42442

CVE-2026-42442 is a low-severity denial-of-service issue in NanaZip’s UFS/UFS2 filesystem image parser. A crafted UFS image can trigger a null-pointer dereference when the parser opens a root inode that is marked as a symlink instead of a directory. The issue is fixed in NanaZip 6.0.1698.0.

LOW M2Team CVE published 2026-05-12

CVE-2026-42355

NanaZip versions 5.0.1252.0 through 6.0.1697.x contain an uncontrolled recursion vulnerability in the Electron Archive (ASAR) parser. When processing a crafted .asar file with deeply nested JSON in its header, both nlohmann::json::parse and the handler's GetAllPaths function recurse without depth limits, causing stack exhaustion and process crash. This represents a denial-of-service condition triggered by [truncated]