Lucene search
+L

23 matches found

Mageia
Mageia
•added 2026/09/07 6:46 p.m.•8 views

Updated python-pyasn1 packages fix security vulnerabilities

The BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets in a loop with no upper bound on the size of the tag ID. A crafted input can force the decoder to build an arbitrarily large integer, with CPU cost growing quadratically in input size — a 1 ...

7.5CVSS5.9AI score0.00616EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/14 5:17 p.m.•32 views

CVE-2026-59884

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the tag ID size, allowing a crafted input to force construction of an arbitrarily large integer with C...

7.5CVSS6.1AI score0.00616EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/14 12:00 a.m.•1 views

CVE-2026-59884: Uncontrolled Resource Consumption

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER decoder shared by the CER and DER codecs parses long-form tags by accumulating continuation octets without an upper bound on the tag ID size, allowing a crafted input to force construction of an arbitrarily large integer with C...

7.5CVSS5.8AI score0.00616EPSS
SaveExploits0References4
CVE
CVE
•added 2026/06/10 8:13 p.m.•62 views

CVE-2026-10142

CVE-2026-10142 affects kafka-python prior to 2.3.2. The vulnerability resides in the protocol parser, where an attacker can send a crafted 4-byte frame length via receive_bytes() without bounds validation. This can cause a multi-gigabyte memory allocation or an uncaught ValueError, leaving the co...

8.7CVSS5.5AI score0.00348EPSS
SaveExploits0References4Affected Software1
UbuntuCve
UbuntuCve
•added 2026/02/26 12:00 a.m.•15 views

CVE-2026-27809

psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to version 1.12.2, when a PSD file contains malformed RLE-compressed image data e.g. a literal run that extends past the expected row size, decoderle raises ValueError which propagated all the way to the user, crashin...

9.1CVSS5.9AI score0.00687EPSS
SaveExploits1References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/02/26 12:00 a.m.•0 views

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

psd-tools is a Python package for working with Adobe Photoshop PSD files. Prior to version 1.12.2, when a PSD file contains malformed RLE-compressed image data e.g. a literal run that extends past the expected row size, decoderle raises ValueError which propagated all the way to the user, crashin...

9.1CVSS5.8AI score0.00687EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
•added 2026/02/25 12:00 a.m.•17 views

PT-2026-22058

Name of the Vulnerable Software and Affected Versions psd-tools versions prior to 1.12.2 Description psd-tools, a Python package for working with Adobe Photoshop PSD files, contains multiple issues. A lack of a length cap on zlib.decompress can lead to denial-of-service or out-of-memory crashes...

9.1CVSS5.9AI score0.00687EPSS
SaveExploits1References14
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•12 views

EUVD-2024-0031

Malicious code in bioql PyPI...

7.5CVSS6.1AI score0.00831EPSS
SaveExploits0References5
OSV
OSV
•added 2024/05/17 7:30 a.m.•20 views

SUSE-SU-2024:1673-1 Security update for python-Pillow

This update for python-Pillow fixes the following issues: - Fixed ImagePath.Path array handling bsc1194552, CVE-2022-22815, bsc1194551, CVE-2022-22816 - Use snprintf instead of sprintf bsc1188574, CVE-2021-34552 - Fix Memory DOS in Icns, Ico and Blp Image Plugins. bsc1183110, CVE-2021-27921,...

9.8CVSS7.2AI score0.04851EPSS
SaveExploits1References25
Github Security Blog
Github Security Blog
•added 2024/02/21 6:04 p.m.•71 views

cryptography NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override

If pkcs12.serializekeyandcertificates is called with both: 1. A certificate whose public key did not match the provided private key 2. An encryptionalgorithm with hmachash set via PrivateFormat.PKCS12.encryptionbuilder.hmachash... Then a NULL pointer dereference would occur, crashing the Python...

7.5CVSS7.5AI score0.00831EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2024/02/21 5:15 p.m.•14 views

PYSEC-2024-225

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS8.1AI score0.00831EPSS
SaveExploits0References5Affected Software1
NVD
NVD
•added 2024/02/21 5:15 p.m.•44 views

CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS7.5AI score0.00831EPSS
SaveExploits0References3
OSV
OSV
•added 2024/02/21 5:15 p.m.•10 views

PYSEC-2024-225

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS6.6AI score0.00831EPSS
SaveExploits0References5
Prion
Prion
•added 2024/02/21 5:15 p.m.•51 views

Null pointer dereference

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

5CVSS7.2AI score0.00831EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2024/02/21 5:15 p.m.•61 views

CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS6.7AI score0.00831EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2024/02/21 4:28 p.m.•26 views

CVE-2024-26130 cryptography NULL pointer deference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS7.5AI score0.00831EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2024/02/21 4:28 p.m.•72 views

CVE-2024-26130

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Starting in version 38.0.0 and prior to version 42.0.4, if pkcs12.serializekeyandcertificates is called with both a certificate whose public key did not match the provided private key and an...

7.5CVSS5.9AI score0.00831EPSS
SaveExploits0
NVD
NVD
•added 2022/06/23 5:15 p.m.•44 views

CVE-2022-33124

AIOHTTP 3.8.1 can report a "ValueError: Invalid IPv6 URL" outcome, which can lead to a Denial of Service DoS. NOTE: multiple third parties dispute this issue because there is no example of a context in which denial of service would occur, and many common contexts have exception handing in the...

5.5CVSS0.00719EPSS
SaveExploits1References1
Prion
Prion
•added 2022/06/23 5:15 p.m.•28 views

Design/Logic Flaw

AIOHTTP 3.8.1 can report a "ValueError: Invalid IPv6 URL" outcome, which can lead to a Denial of Service DoS. NOTE: multiple third parties dispute this issue because there is no example of a context in which denial of service would occur, and many common contexts have exception handing in the...

4.3CVSS5.5AI score0.00719EPSS
SaveExploits1References1Affected Software1
UbuntuCve
UbuntuCve
•added 2022/06/23 5:15 p.m.•57 views

CVE-2022-33124

AIOHTTP 3.8.1 can report a "ValueError: Invalid IPv6 URL" outcome, which can lead to a Denial of Service DoS. NOTE: multiple third parties dispute this issue because there is no example of a context in which denial of service would occur, and many common contexts have exception handing in the...

5.5CVSS6.1AI score0.00719EPSS
SaveExploits1References2
Rows per page
Query Builder