Lucene search
+L

2170 matches found

Mozilla
Mozilla
added 2023/12/12 12:00 a.m.34 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.00628EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2023/12/05 5:15 p.m.32 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.40 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.59 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
Debian CVE
Debian CVE
added 2023/12/05 4:18 p.m.50 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
CVE
CVE
added 2023/12/05 4:18 p.m.434 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
OSV
OSV
added 2023/12/05 4:16 p.m.32 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.6 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.560 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.242 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.37 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
Fedora
Fedora
added 2023/11/30 3:31 a.m.15 views

[SECURITY] Fedora 39 Update: gnutls-3.8.2-1.fc39

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface API to access the secure communications protocols as well as APIs to parse and write X.509, PKCS 12, OpenPGP and...

7.3AI score
SaveExploits0
OSV
OSV
added 2023/11/29 7:15 p.m.2 views

DEBIAN-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.1AI score0.00985EPSS
SaveExploits1References1
OSV
OSV
added 2023/11/28 8:46 p.m.11 views

GHSA-JFHM-5GHH-2F97 cryptography vulnerable to NULL-dereference when loading PKCS7 certificates

Summary Calling loadpempkcs7certificates or loadderpkcs7certificates could lead to a NULL-pointer dereference and segfault. PoC Here is a Python code that triggers the issue: python from cryptography.hazmat.primitives.serialization.pkcs7 import loadderpkcs7certificates, loadpempkcs7certificates...

5.9CVSS6.8AI score0.00985EPSS
SaveExploits1References9
Prion
Prion
added 2023/11/28 12:15 p.m.29 views

Design/Logic Flaw

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS1 v1.5 padding...

2.6CVSS6.7AI score0.01267EPSS
SaveExploits0References11Affected Software3
CVE
CVE
added 2023/11/28 11:49 a.m.290 views

CVE-2023-5981

CVE-2023-5981 affects GnuTLS via timing side-channel in RSA-PSK ClientKeyExchange, potentially leaking data. Connected docs show affected gnutls versions before 3.7.11-1 (CBLMARINER: CVE-2023-5981 affecting package gnutls for versions less than 3.7.11-1) and note CVE-2024-0553 as an incomplete re...

5.9CVSS6.9AI score0.01267EPSS
SaveExploits0References14Affected Software1
AlpineLinux
AlpineLinux
added 2023/11/28 11:49 a.m.39 views

CVE-2023-5981

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS1 v1.5 padding...

5.9CVSS7.1AI score0.01267EPSS
SaveExploits0
Cvelist
Cvelist
added 2023/11/28 11:49 a.m.37 views

CVE-2023-5981 Gnutls: timing side-channel in the rsa-psk authentication

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS1 v1.5 padding...

5.9CVSS6.8AI score0.01267EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2023/11/28 11:49 a.m.102 views

CVE-2023-5981

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS1 v1.5 padding...

5.9CVSS6.9AI score0.01267EPSS
SaveExploits0
OSV
OSV
added 2023/11/28 11:49 a.m.36 views

CVE-2023-5981 Gnutls: timing side-channel in the rsa-psk authentication

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS1 v1.5 padding...

5.9CVSS6.5AI score
SaveExploits0References18
Rows per page
Query Builder