Lucene search
+L

2279 matches found

OSV
OSV
added 2023/12/14 11:22 a.m.7 views

SUSE-SU-2023:4843-1 Security update for python3-cryptography

This update for python3-cryptography fixes the following issues: - CVE-2023-49083: Fixed a NULL pointer dereference when loading certificates from a PKCS7 bundle bsc1217592...

7.5CVSS7.6AI score0.00985EPSS
SaveExploits1References3
OSV
OSV
added 2023/12/14 11:22 a.m.8 views

SUSE-SU-2023:4842-1 Security update for python-cryptography

This update for python-cryptography fixes the following issues: - CVE-2023-49083: Fixed a NULL pointer dereference when loading certificates from a PKCS7 bundle bsc1217592...

7.5CVSS7.6AI score0.00985EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2023/12/14 12:00 a.m.47 views

Huawei EulerOS: Security Advisory for openssh (EulerOS-SA-2023-3407)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 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 ifdescription...

9.8CVSS9.8AI score0.797EPSS
SaveExploits10References2
OSV
OSV
added 2023/12/12 5:15 p.m.17 views

CVE-2023-4421

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.5CVSS6.3AI score
SaveExploits0References3
NVD
NVD
added 2023/12/12 5:15 p.m.23 views

CVE-2023-4421

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.5CVSS0.00756EPSS
SaveExploits0References3
Prion
Prion
added 2023/12/12 5:15 p.m.66 views

Design/Logic Flaw

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

4CVSS6.6AI score0.00756EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2023/12/12 5:02 p.m.51 views

CVE-2023-4421

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.6AI score0.00756EPSS
SaveExploits0References2
CVE
CVE
added 2023/12/12 5:02 p.m.323 views

CVE-2023-4421

CVE-2023-4421 concerns the NSS library’s handling of PKCS#1 v1.5 padding, where timing side-channel leakage exposed information about padding validity and message length. This could enable Bleichenbacher-like attacks, allowing an attacker to decrypt previously intercepted PKCS#1 v1.5 ciphertext (...

6.5CVSS6.2AI score0.00756EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2023/12/12 5:02 p.m.53 views

CVE-2023-4421

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.5CVSS6.5AI score0.00756EPSS
SaveExploits0
Mozilla
Mozilla
added 2023/12/12 12:00 a.m.38 views

Timing side-channel in PKCS#1 v1.5 decryption depadding code — Mozilla

The NSS code used for checking PKCS1 v1.5 was leaking information useful in mounting Bleichenbacher-like attacks. Both the overall correctness of the padding as well as the length of the encrypted message was leaking through timing side-channel. By sending large number of attacker-selected...

6.5CVSS6.9AI score0.00756EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2023/12/05 5:15 p.m.35 views

CVE-2023-45287

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

7.5CVSS0.0125EPSS
SaveExploits0References6
Prion
Prion
added 2023/12/05 5:15 p.m.44 views

Design/Logic Flaw

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

5CVSS6.9AI score0.0125EPSS
SaveExploits0References6Affected Software1
UbuntuCve
UbuntuCve
added 2023/12/05 5:15 p.m.62 views

CVE-2023-45287

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

7.5CVSS6.7AI score0.0125EPSS
SaveExploits0References6
CVE
CVE
added 2023/12/05 4:18 p.m.444 views

CVE-2023-45287

Summary of CVE-2023-45287 (Go): Before Go 1.20, RSA-based TLS key exchanges used math/big (not constant time). RSA blinding was applied but may not fully prevent timing leaks after removal of PKCS#1 padding, potentially enabling recovery of session key bits. Go 1.20+ switched crypto/tls to a full...

7.5CVSS7.6AI score0.0125EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2023/12/05 4:18 p.m.52 views

CVE-2023-45287

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

7.5CVSS6.8AI score0.0125EPSS
SaveExploits0
OSV
OSV
added 2023/12/05 4:16 p.m.33 views

GO-2023-2375 Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel

Before Go 1.20, the RSA based TLS key exchanges used the math/big library, which is not constant time. RSA blinding was applied to prevent timing attacks, but analysis shows this may not have been fully effective. In particular it appears as if the removal of PKCS1 padding may leak timing...

7.5CVSS6.5AI score0.0125EPSS
SaveExploits0References4
OSV
OSV
added 2023/12/04 12:00 a.m.7 views

UBUNTU-CVE-2023-49083

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. Calling loadpempkcs7certificates or loadderpkcs7certificates could lead to a NULL-pointer dereference and segfault. Exploitation of this vulnerability poses a serious risk of Denial of Service...

7.5CVSS6.6AI score0.00985EPSS
SaveExploits1References5
Hacker One
Hacker One
added 2023/12/02 11:45 p.m.566 views

Internet Bug Bounty: OpenSSL vulnerable to the Marvin Attack (CVE-2022-4304)

A timing side channel vulnerability in OpenSSL RSA decryption was discovered that could allow plaintext recovery. By measuring decryption time, an attacker could recover RSA plaintext from captured ciphertexts after a large number of decryption attempts. All RSA padding modes were affected. The...

5.9CVSS7AI score0.16195EPSS
SaveExploits0
Hacker One
Hacker One
added 2023/12/01 2:31 p.m.246 views

Node.js: Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding)

A timing side-channel vulnerability in the crypto library's privateDecrypt API allowed attackers to remotely exploit and decrypt or forge signatures when processing encrypted messages...

7.4CVSS6.6AI score0.01302EPSS
SaveExploits0
Veracode
Veracode
added 2023/12/01 9:22 a.m.39 views

Side Channel Attack

libgnutls.so is vulnerable to a Side Channel Attack. The vulnerability exists due to inconsistent constant response times of ciphertexts with correct vs incorrect PKCS1 paddings, which allows an attacker to infer sensitive information...

5.9CVSS6.5AI score0.01267EPSS
SaveExploits0References17Affected Software2
Rows per page
Query Builder