Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-6100 Details

Description

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process is under memory pressure. The fix cleans up the dangling pointer in this specific error condition. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:10117 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10140 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10141 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10711 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10745 redhat-SADP

see all 55 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]
CWE-787Out-of-bounds Write[email protected]
CWE-825Expired Pointer Dereferenceredhat-SADP

Affected Products

No affected product data is available for this CVE.

Change History

10 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-6100
NVD Published Date:
Apr 13, 2026
NVD Last Modified:
Aug 13, 2026
Source:
[email protected]
CVE-2026-6100 Details - Not Deferred