Lucene search
+L

383 matches found

UbuntuCve
UbuntuCve
added 2026/04/13 6:16 p.m.10 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
Vulnrichment
Vulnrichment
added 2026/04/13 5:15 p.m.6 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.1CVSS5.8AI score0.00579EPSS
SaveExploits0References9
OSV
OSV
added 2026/04/13 5:15 p.m.17 views

PSF-2026-18

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
SaveExploits0References9
Cvelist
Cvelist
added 2026/04/13 5:15 p.m.92 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
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/04/13 5:15 p.m.14 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
SaveExploits0References7
CVE
CVE
added 2026/04/13 5:15 p.m.311 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
SaveExploits0References55
Snyk
Snyk
added 2026/04/13 5:15 p.m.19 views

Expired Pointer Dereference

Overview Affected versions of this package are vulnerable to Expired Pointer Dereference in the lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile modules. An attacker can execute arbitrary code or access sensitive information by triggering a use-after-free condition through repeated...

9.2CVSS6.1AI score0.00579EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/04/13 5:15 p.m.5 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.1CVSS6.6AI score0.00579EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/04/13 5:15 p.m.10 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
OSV
OSV
added 2026/04/13 5:15 p.m.12 views

PSF-0000-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
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/04/13 12:00 a.m.15 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.6AI score0.00579EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/13 12:00 a.m.20 views

PT-2026-32487

Name of the Vulnerable Software and Affected Versions Python affected versions not specified Description A use-after-free flaw exists in the decompression modules of Python, specifically within lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile. This issue occurs when a program re-uses...

9.1CVSS7.4AI score0.00579EPSS
SaveExploits0References246
FreeBSD
FreeBSD
added 2026/04/11 12:00 a.m.19 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
SUSE CVE
SUSE CVE
added 2026/03/25 12:26 a.m.7 views

SUSE CVE-2026-27965

Vitess is a database clustering system for horizontal scaling of MySQL. Prior to versions 23.0.3 and 22.0.4, anyone with read/write access to the backup storage location e.g. an S3 bucket can manipulate backup manifest files so that arbitrary code is later executed when that backup is restored...

9.9CVSS6AI score0.00417EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/02/27 4:13 a.m.9 views

CVE-2026-27965

Vitess is a database clustering system for horizontal scaling of MySQL. Prior to versions 23.0.3 and 22.0.4, anyone with read/write access to the backup storage location e.g. an S3 bucket can manipulate backup manifest files so that arbitrary code is later executed when that backup is restored...

9.9CVSS5.8AI score0.00417EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/02/26 10:50 p.m.15 views

EUVD-2026-8818

Vitess users with backup storage access can gain unauthorized access to production deployment environments...

8.4CVSS5.2AI score0.00417EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/02/26 6:18 a.m.4 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via manipulation of backup manifest files. An attacker can execute arbitrary commands in the production deployment environment by restoring a crafted backup. Workaround This vulnerability can be mitigated by specifying...

9.9CVSS7.4AI score0.00417EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/02/26 6:18 a.m.7 views

Command Injection

Overview Affected versions of this package are vulnerable to Command Injection via manipulation of backup manifest files. An attacker can execute arbitrary commands in the production deployment environment by restoring a crafted backup. Workaround This vulnerability can be mitigated by specifying...

9.9CVSS7.4AI score0.00417EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/26 2:16 a.m.18 views

CVE-2026-27965

Vitess is a database clustering system for horizontal scaling of MySQL. Prior to versions 23.0.3 and 22.0.4, anyone with read/write access to the backup storage location e.g. an S3 bucket can manipulate backup manifest files so that arbitrary code is later executed when that backup is restored...

9.9CVSS0.00417EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/26 2:16 a.m.17 views

AZL-78356 CVE-2026-27965 affecting package vitess 19.0.4-7

Vitess is a database clustering system for horizontal scaling of MySQL. Prior to versions 23.0.3 and 22.0.4, anyone with read/write access to the backup storage location e.g. an S3 bucket can manipulate backup manifest files so that arbitrary code is later executed when that backup is restored...

9.9CVSS6AI score0.00417EPSS
SaveExploits0References1
Rows per page
Query Builder