Lucene search
+L

38 matches found

Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•6 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: python3 (UTSA-2026-109804)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-109804 advisory. 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.1CVSS7.4AI score0.00761EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•4 views

Astra Linux – Vulnerability in Python 3.11, Python 3.7

A use-after-free UAF vulnerability could occur in the lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile classes when a memory allocation failure with a MemoryError occurs and the decompression instance is reused. This scenario can occur if the process is under memory pressure. The fix...

9.1CVSS6.7AI score0.00761EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/31 4:22 p.m.•11 views

SUSE CVE-2026-80179

A flaw was found in jwcrypto. A remote attacker can send a specially crafted JSON Web Encryption JWE token containing numerous period delimiters. This malformed token can force the JWE.deserialize function to allocate excessive memory, leading to a MemoryError. This issue results in a denial of...

5.9CVSS5.9AI score0.00407EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/28 12:00 a.m.•0 views

CVE-2026-80179: Allocation of Resources Without Limits or Throttling

A flaw was found in jwcrypto. A remote attacker can send a specially crafted JSON Web Encryption JWE token containing numerous period delimiters. This malformed token can force the JWE.deserialize function to allocate excessive memory, leading to a MemoryError. This issue results in a denial of...

5.9CVSS5.8AI score0.00407EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/27 9:14 p.m.•45 views

CVE-2026-80179 Jwcrypto: jwcrypto: denial of service via malformed jwe tokens

A flaw was found in jwcrypto. A remote attacker can send a specially crafted JSON Web Encryption JWE token containing numerous period delimiters. This malformed token can force the JWE.deserialize function to allocate excessive memory, leading to a MemoryError. This issue results in a denial of...

5.9CVSS0.00407EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/27 9:14 p.m.•42 views

CVE-2026-80179

CVE-2026-80179 is a denial of service vulnerability in the jwcrypto Python library. A remote attacker can craft a malformed JSON Web Encryption (JWE) token containing numerous period delimiters that forces the JWE.deserialize() function to allocate excessive memory, triggering a MemoryError . Ser...

5.9CVSS5.3AI score0.00407EPSS
SaveExploits0References3
Snyk
Snyk
•added 2026/08/26 12:00 a.m.•11 views

Allocation of Resources Without Limits or Throttling

Overview Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the JWE.deserialize method jwcrypto/jwe.py:555, which calls rawjwe.split'.' on the input before checking that the compact serialization has the required five segments . An attacker...

6.9CVSS5.9AI score0.00407EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/08 12:00 a.m.•0 views

CVE-2026-59939: Improper Handling of Highly Compressed Data (Data Amplification)

httplib2 is a comprehensive HTTP client library for Python. Prior to 0.32.0, httplib2 performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate in decompressContent in httplib2/init.py, allowing a malicious or compromised HTTP server to return a small...

7.5CVSS5.8AI score0.00665EPSS
SaveExploits1References5
OSV
OSV
•added 2026/05/16 10:54 a.m.•15 views

CLSA-2026-1778831359 python3.9: Fix of CVE-2026-6100

CVE-2026-6100: fix possible use-after-free in bz2.BZ2Decompressor and lzma.LZMADecompressor by clearing dangling nextin input pointer on the MemoryError error path...

9.1CVSS6AI score0.00761EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2026/04/27 12:40 p.m.•34 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.00761EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
•added 2026/04/17 12:00 a.m.•7 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.00761EPSS
SaveExploits0References4
OSV
OSV
•added 2026/04/13 6:16 p.m.•11 views

AZL-83051 CVE-2026-6100 affecting package python3 for versions less than 3.12.9-14

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.8AI score0.00761EPSS
SaveExploits0References1
OSV
OSV
•added 2026/04/13 6:16 p.m.•7 views

ALPINE-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.00761EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
•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.1CVSS6.6AI score0.00761EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/13 12:00 a.m.•0 views

CVE-2026-6100: Use After Free

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.7AI score0.00761EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•11 views

EUVD-2020-0128

Malware in sbrugna...

7.5CVSS6.1AI score0.02118EPSS
SaveExploits0References15
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•13 views

EUVD-2024-31812

Malicious code in bioql PyPI...

2.3CVSS4.9AI score0.00521EPSS
SaveExploits0References5
OSV
OSV
•added 2025/02/19 7:17 a.m.•29 views

BIT-PYTHON-2024-3220

There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or have file extensions be interpreted as the...

2.3CVSS6.2AI score0.00521EPSS
SaveExploits0References2
OSV
OSV
•added 2025/02/19 7:17 a.m.•11 views

BIT-PYTHON-MIN-2024-3220

There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or have file extensions be interpreted as the...

2.3CVSS6.2AI score0.00521EPSS
SaveExploits0References2
OpenVAS
OpenVAS
•added 2025/02/18 12:00 a.m.•21 views

Python Untrusted Search Path Vulnerability (Feb 2025) - Windows

Python is prone to an untrusted search path vulnerability in the mimetypes standard library. SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CP...

2.3CVSS5AI score0.00521EPSS
SaveExploits0References4
Rows per page
Query Builder