CVE-2026-48102
Description
7-Zip versions 9.11 through 26.00 have a heap out-of-bounds read in the UDF handler, potentially leading to information disclosure or denial of service.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
7-Zip versions 9.11 through 26.00 have a heap out-of-bounds read in the UDF handler, potentially leading to information disclosure or denial of service.
Vulnerability
Versions 9.11 through 26.00 of 7-Zip contain a heap out-of-bounds read vulnerability of up to 3 bytes within the UDF disc image handler's File Identifier Descriptor parser. This occurs in the CFileId::Parse function when processing crafted UDF images, specifically when the alignment-padding loop reads past the allocated buffer due to incorrect bounds checking after advancing the processed size. The UDF handler is automatically detected for .iso and .udf files [1].
Exploitation
An attacker can trigger this vulnerability by providing a specially crafted UDF image file. The vulnerability is triggered during the Open() operation when 7-Zip attempts to list or extract contents from this crafted image. No specific network position, authentication, or user interaction is required beyond the attacker's ability to present the crafted file to the victim's 7-Zip application [1].
Impact
Successful exploitation of this vulnerability results in a heap out-of-bounds read. This can lead to information disclosure, potentially acting as a 1-bit oracle per out-of-bounds byte read through the application's open/fail behavior. It can also cause a denial of service by crashing the application, especially under hardened memory allocators. There is no primitive for writing data or achieving remote code execution [1].
Mitigation
Version 26.01 of 7-Zip, released on April 27, 2026, addresses this issue. Users are advised to update to version 26.01 or later to remediate the vulnerability [1].
AI Insight generated on Jun 5, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.