Lucene search
+L

143 matches found

RedHat Linux
RedHat Linux
added 2026/05/13 2:8 a.m.49 views

python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules

A flaw was found in Python's decompression modules, including lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is...

9.1CVSS7.7AI score0.00579EPSS
SaveExploits0References10
OSV
OSV
added 2026/05/11 8:49 a.m.10 views

CLSA-2026-1778489354 python2: Fix of CVE-2026-6100

CVE-2026-6100: defensively null bzs-nextin on the error path of BZ2Decompdecompress to align with upstream; the UAF window does not exist in Python 2.7 nextin is reassigned at function entry, lzma/gzip are not C extensions...

9.1CVSS6AI score0.00579EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/01 6:35 p.m.9 views

CLSA-2026-1777660524 python3.11: Fix of CVE-2026-6100

CVE-2026-6100 fix use-after-free in lzma/bz2 decompressor by clearing the dangling nextin pointer after MemoryError so a re-used decompressor cannot read or write through a stale buffer pointer...

9.1CVSS6.1AI score0.00579EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/01 9:6 a.m.18 views

CLSA-2026-1777626401 python3: Fix of 3 CVEs

CVE-2026-6100: clear dangling nextin pointer on MemoryError in bz2/lzma decompressors to avoid use-after-free on instance reuse - CVE-2026-4786: validate the post-substitution URL in webbrowser UnixBrowser.open so that "%action" cannot smuggle a dash-prefixed flag past the CVE-2026-4519...

9.1CVSS6AI score0.00579EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/30 4:58 p.m.10 views

CLSA-2026-1777568294 python2: Fix of CVE-2026-6100

CVE-2026-6100: defensively null bzs-nextin on the error path of BZ2Decompdecompress to align with upstream; the UAF window does not exist in Python 2.7 nextin is reassigned at function entry, lzma/gzip are not C extensions...

9.1CVSS6AI score0.00579EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/04/27 8:58 p.m.10 views

python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules

A flaw was found in Python's decompression modules, including lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is...

9.1CVSS6AI score0.00579EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2026/04/27 12:0 a.m.3 views

The vulnerabilities of the functions lzma.LZMADecompressor(), bz2.BZ2Decompressor(), and gzip.GzipFile() in the Python programming language (CPython) allow a malicious actor to trigger a service denial.

The vulnerability of the bytes.decode function in the CPython interpreter relates to the use of memory after it is freed. Exploiting this vulnerability could allow a remote attacker to cause a service failure...

8.7CVSS6.1AI score0.00579EPSS
SaveExploits0References8Affected Software2
OSV
OSV
added 2026/04/25 5:51 a.m.12 views

OESA-2026-2115 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

9.1CVSS5.5AI score0.00579EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/23 11:30 a.m.6 views

python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules

A flaw was found in Python's decompression modules, including lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is...

9.1CVSS7.2AI score0.00579EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.4 views

FreeBSD : Python -- use-after-free vulnerability in decompressors under memory pressure (b8e9f33c-375d-11f1-a119-e36228bfe7d4)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the b8e9f33c-375d-11f1-a119-e36228bfe7d4 advisory. Seth Larson reports: There is a CRITICAL severity vulnerability affecting CPython. Use-after-free UAF w...

9.1CVSS5.7AI score0.00579EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/04/14 11:30 p.m.10 views

SUSE CVE-2026-6100

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...

8.1CVSS5.8AI score0.00579EPSS
SaveExploits0References28
RedhatCVE
RedhatCVE
added 2026/04/13 9:5 p.m.10 views

CVE-2026-6100

A flaw was found in Python's decompression modules, including lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is...

9.1CVSS6AI score0.00579EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/04/13 6:30 p.m.9 views

EUVD-2026-22028

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...

9.1CVSS5.8AI score0.00579EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/04/13 6:16 p.m.6 views

CVE-2026-6100

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...

9.1CVSS5.8AI score0.00579EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/13 5:15 p.m.247 views

CVE-2026-6100

CVE-2026-6100 affects Python’s decompression modules: at least the in-process reuse of decompressor instances in lzma.LZMADecompressor , bz2.BZ2Decompressor , and gzip.GzipFile can lead to a Use-After-Free (UAF) if a memory allocation fails with a MemoryError and the decompressor is reused. The i...

9.1CVSS5.8AI score0.00579EPSS
SaveExploits0References53
OSV
OSV
added 2026/04/13 5:15 p.m.5 views

CVE-2026-6100 Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

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...

9.1CVSS7.2AI score0.00579EPSS
SaveExploits0References56
Cvelist
Cvelist
added 2026/04/13 5:15 p.m.68 views

CVE-2026-6100 Use-after-free in lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile after re-use under memory pressure

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...

9.1CVSS0.00579EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/04/13 5:15 p.m.8 views

CVE-2026-6100

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...

9.1CVSS5.3AI score0.00579EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-6100

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

9.1CVSS6.9AI score0.00579EPSS
SaveExploits0References4
FreeBSD
FreeBSD
added 2026/04/11 12:0 a.m.14 views

Python -- use-after-free vulnerability in decompressors under memory pressure

Seth Larson reports: There is a CRITICAL severity vulnerability affecting CPython. 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...

9.1CVSS5.8AI score0.00579EPSS
SaveExploits0References2
Rows per page
Query Builder