https://seclists.org/oss-sec/2026/q2/122: [oss-security][CVE-2026-6100] CPython: Use-after-fe in lzma.LZMADecompssor, bz2.BZ2Decompssor, and gzip.GzipFile after -use under memory pssu
Published Apr 13, 2026
·Updated
Affected Software
1 affected component
Python CPython
Frequently Asked Questions
1
What is the severity of CVE-2026-6100?
CVE-2026-6100 is classified as a medium-severity vulnerability due to its potential to cause application crashes or unexpected behavior.
2
What components are affected by CVE-2026-6100?
CVE-2026-6100 affects lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile in CPython.
3
How do I fix CVE-2026-6100?
To fix CVE-2026-6100, upgrade to the patched version of Python CPython where this vulnerability has been addressed.
4
What is the nature of the issue in CVE-2026-6100?
CVE-2026-6100 is a use-after-free vulnerability that occurs under memory pressure when reusing decompressor objects.
5
Can CVE-2026-6100 lead to arbitrary code execution?
While CVE-2026-6100 primarily leads to potential crashes, it doesn't directly enable arbitrary code execution.