cvedb.io
CVE-2026-48104
MEDIUM · CVSS 4.2
EPSS exploitation probability: 0%
Published 2026-06-05T17:16:48.547 · Last modified 2026-06-17T10:54:51.540

Summary

7-Zip is a file archiver with a high compression ratio. Versions 9.18 through 26.00 contain an uninitialized heap read in the SquashFS archive handler caused by a sparsely populated index array. In the SquashFS handler, _blockToNode is allocated with capacity for every metadata block but populated only when an inode crosses a block boundary, so a crafted image with few inodes spanning many blocks leaves most slots holding raw heap contents (the underlying allocator does not zero-initialize POD storage). When OpenDir looks up an attacker-influenced blockIndex (derived from the RootInode superblock field), it reads two of these uninitialized slots and passes them as the left/right bounds of a binary search over _nodesPos, which dereferences the midpoint without bounds checking; if the result

Affected products

7-zip — 7-zip

Does this affect you?

Add your gear to cvedb and we'll alert you only when 7-zip ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.