CVE-2026-42446 PUBLISHED

NanaZip: Stack out-of-bounds read in NanaZip ZealFS bitmap parser

Assigner: GitHub_M
Reserved: 27.04.2026 Published: 12.05.2026 Updated: 12.05.2026

NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a stack-based out-of-bounds read exists in the ZealFS filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted ZealFS v1 filesystem image. An attacker-controlled BitmapSize field in the file header drives an unbounded loop that reads past the end of a stack-allocated ZEALFS_V1_HEADER structure. This vulnerability is fixed in 6.0.1698.0.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L
CVSS Score: 4.4

Product Status

Vendor M2Team
Product NanaZip
Versions
  • Version >= 5.0.1250.0, < 6.0.1698.0 is affected

References

Problem Types

  • CWE-125: Out-of-bounds Read CWE