Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MediumPublic exploit

7-Zip UDF File Identifier Descriptor parser heap out-of-bounds read

IdentifiersCVE-2026-48102CWE-125· Out-of-bounds Read

CVE-2026-48102 is a heap out-of-bounds read in 7-Zip's UDF disc image handler affecting versions 9.11 through 26.00. The flaw is in CFileId::Parse in CPP/7zip/Archive/Udf/UdfIn.cpp while parsing a UDF File Identifier Descriptor. After validating that size is at least 38 + idLen + impLen and advancing processed to 38 + impLen + idLen, the code enters an alignment-padding loop that reads p[processed] while incrementing processed up to three times to align to a 4-byte boundary. The bounds check enforcing processed <= size occurs only after this loop. If (38 + impLen + idLen) % 4 != 0 and 38 + impLen + idLen == size, the parser reads 1 to 3 bytes past the end of the exact-size heap buffer allocated with buf.Alloc((size_t)item.Size). The vulnerable code path is reachable in the UDF handler, which is registered for .iso and .udf files and can also be selected by signature-based auto-detection. The issue can be triggered during Open() when 7-Zip lists or extracts a crafted UDF image. Version 26.01 fixes the issue.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Impact is limited to information disclosure and denial of service. The out-of-bounds read can disclose a very small amount of adjacent heap state, described in the source material as effectively a 1-bit oracle per out-of-bounds byte via open/fail behavior, and may also crash the process under hardened allocators or memory-safety instrumentation. The provided information does not indicate any write primitive or direct path to code execution from this vulnerability alone.

Mitigation

If you can’t patch tonight, do this now.

Until patching is completed, avoid opening, listing, testing, or extracting untrusted .iso or .udf files with affected 7-Zip versions. Because the handler can be invoked by signature-based detection, do not rely solely on file extension filtering. Where feasible, process untrusted disc images in an isolated environment or sandbox and disable workflows that automatically inspect attacker-supplied archive or image content.

Remediation

Patch, then assume compromise.

Upgrade 7-Zip to version 26.01 or later, which fixes this vulnerability. Replace affected versions 9.11 through 26.00 on systems that open, list, test, or extract untrusted ISO/UDF images. If downstream products embed or redistribute vulnerable 7-Zip code, update those components to a fixed release as well.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
7-Zip7-Zipapplication

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

2 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity2

Community discussion across Reddit, Mastodon, and other social sources.