MEDIUM 4.3

CVE-2026-47224: NanaZip LVM Heap Buffer Over-Read Vulnerability – MEDIUM Severity

NanaZip, a Windows-native fork of the popular 7-Zip archiver, contains a memory safety flaw in how it processes LVM (Logical Volume Manager) disk images. When a user opens a specially crafted LVM disk image file, the application can read beyond the boundaries of allocated memory. This weakness could cause NanaZip to crash or, in theory, leak sensitive data from memory. The issue affects NanaZip versions 3.0.1000.0 through 6.0.1697.0. Users should upgrade to version 6.0.1698.0 or later to resolve the issue.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
Weaknesses (CWE)
CWE-125
Affected products
0 configuration(s)
Published / Modified
2026-06-12 / 2026-06-17

NVD description (verbatim)

NanaZip is the 7-Zip derivative intended for the modern Windows experience. From version 3.0.1000.0 to before version 6.0.1698.0, a heap buffer-overflow read exists in the LVM2 physical-volume metadata parser in NanaZip (via the upstream 7-Zip LvmHandler). 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.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-47224 is a heap buffer over-read vulnerability in the LVM2 physical-volume metadata parser integrated into NanaZip via the upstream 7-Zip LvmHandler component. The flaw exists in versions 3.0.1000.0 through 6.0.1697.0 and is triggered during the parsing of crafted LVM disk image structures. Because the vulnerability results in an out-of-bounds read rather than write, it is classified as a denial-of-service and potential information-disclosure vector. The CVSS 3.1 score of 4.3 (MEDIUM) reflects low attack complexity and no special privileges required, but impact limited to availability and confidentiality with no integrity compromise.

Business impact

The primary business risk is operational disruption: users attempting to open or scan untrusted LVM disk images could experience application crashes, interrupting backup and recovery workflows. Organizations relying on NanaZip for routine archive and disk-image handling should treat this as a stability concern. Secondary risk is information leakage if heap memory contains sensitive data (encryption keys, credentials, plaintext files) that could be exfiltrated through memory corruption techniques. For enterprises where NanaZip is embedded in automated storage-analysis or forensic pipelines, unpatched versions could introduce unexpected failures or data-handling gaps.

Affected systems

NanaZip versions 3.0.1000.0 through 6.0.1697.0 running on Windows are affected. The vendor advisory confirms patching in stable version 6.0.1698.0 and preview version 6.5.1742.0. No specific Windows editions or architectures are excluded; all Windows systems running vulnerable NanaZip builds are at risk if users interact with untrusted LVM disk images.

Exploitability

Exploitation requires no authentication or special privileges; an attacker must craft a malicious LVM disk image and trick or socially engineer a user into opening it with vulnerable NanaZip. Given that file-opening is routine behavior and LVM disk images may be encountered in legitimate contexts (virtual machine images, backup archives, forensic acquisitions), the attack surface is credible. However, the attacker cannot execute arbitrary code or write to memory; they can only trigger a crash or information read. Autonomous, user-agnostic exploitation is not feasible. No known public exploits or active exploitation in the wild have been reported at time of publication.

Remediation

Immediate remediation is to update NanaZip to version 6.0.1698.0 (stable) or 6.5.1742.0 (preview) or later. No workarounds mitigate the vulnerability entirely, but users can reduce exposure by avoiding the opening of untrusted or suspicious LVM disk images and restricting NanaZip file associations to trusted sources only. Organizations should prioritize patching systems where NanaZip is part of critical backup, archive, or forensic workflows.

Patch guidance

Download and install NanaZip version 6.0.1698.0 or higher from the official source. If using preview builds, version 6.5.1742.0 or later addresses the vulnerability. Verify the version number via Help > About in NanaZip after installation. For organizations with managed deployments, push updates via software distribution platforms; for individual users, Windows Package Manager (winget) or the Microsoft Store typically offer streamlined update paths. Test patched versions in non-critical environments before broad rollout to confirm compatibility with custom scripts or integrations.

Detection guidance

Look for NanaZip processes opening or parsing LVM disk image files (.lvm, .img, .vhd, or similar) in your environment. Monitor application crash logs and event viewer entries for NanaZip exceptions or access violations (STATUS_HEAP_CORRUPTION, STATUS_ACCESS_VIOLATION). Network detection is unlikely unless LVM images are fetched from remote sources; prioritize endpoint detection and logging of file-open events for suspicious disk images. Forensic analysis of crashes should examine the call stack for LvmHandler or metadata-parser routines.

Why prioritize this

Although the CVSS score is MEDIUM (4.3), prioritization should account for usage context. If NanaZip is confined to isolated lab systems or personal use with trusted archives, remediation can be deferred to a standard patch cycle. However, if NanaZip is part of enterprise backup, disaster-recovery, or forensic tooling where untrusted disk images are frequently processed (e.g., customer backup restoration, incident response), patches should be applied within 2–4 weeks to reduce operational risk and unplanned downtime.

Risk score, explained

The CVSS 3.1 score of 4.3 reflects: (1) network-adjacent attack vector (AV:N) because LVM images can be obtained remotely, (2) low attack complexity (AC:L) requiring no special conditions beyond crafting a malicious disk image, (3) no privileges required (PR:N) and no user interaction beyond opening a file (UI:R), (4) limited impact—availability degradation (crash) and potential confidentiality loss (memory read) but no integrity compromise. The absence of active exploitation in the wild and the requirement for user interaction (opening a file) keep the score moderate rather than high.

Frequently asked questions

Can this vulnerability be exploited remotely without user interaction?

No. An attacker must craft a malicious LVM disk image and deliver it to a user, then trick or socially engineer the user into opening it with vulnerable NanaZip. The file-open action is required; remote code execution or autonomous exploitation is not possible.

What data could be leaked if this vulnerability is exploited?

A heap buffer over-read could expose sensitive data residing in the application's heap memory at the time of exploitation. This might include encryption keys, file paths, temporary decrypted content, or other in-memory artifacts. However, practical exploitation for information leakage is non-trivial and not known to be weaponized.

Does this affect 7-Zip itself or only NanaZip?

The vulnerability originates from the upstream 7-Zip LvmHandler component, so 7-Zip may also be affected if it includes the same vulnerable LVM parser. Verify the 7-Zip version and apply patches from the 7-Zip project if necessary. NanaZip is a separate distribution and should be patched independently.

Are there any workarounds if I cannot patch immediately?

Complete mitigation is not possible without patching, but exposure can be reduced by avoiding the opening of untrusted LVM disk images, restricting file associations, and using NanaZip only for known-safe archives. Consider disabling LVM-related file type associations if they are not needed for your workflow.

This analysis is based on the official CVE record and vendor advisory as of June 2026. CVSS scores and severity classifications are provided by NIST and the vendor; SEC.co does not alter or recalculate these metrics. No exploit code or weaponized proof-of-concepts are provided. Organizations are advised to verify patch availability and compatibility in their specific environments before deployment. This intelligence is provided for informational purposes and does not constitute professional security advice; consult your security team for remediation decisions specific to your infrastructure. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).