Lucene search
+L

195 matches found

OSV
OSV
added 2024/02/09 10:25 p.m.16 views

CVE-2023-6935 Marvin Attack vulnerability in SP Math All RSA

wolfSSL SP Math All RSA implementation is vulnerable to the Marvin Attack, new variation of a timing Bleichenbacher style attack, when built with the following options to configure: --enable-all CFLAGS="-DWOLFSSLSTATICRSA" The define “WOLFSSLSTATICRSA” enables static RSA cipher suites, which is n...

5.9CVSS6.2AI score
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2024/02/09 10:25 p.m.366 views

CVE-2023-6935

wolfSSL SP Math All RSA implementation is vulnerable to the Marvin Attack, new variation of a timing Bleichenbacher style attack, when built with the following options to configure: --enable-all CFLAGS="-DWOLFSSLSTATICRSA" The define “WOLFSSLSTATICRSA” enables static RSA cipher suites, which is n...

5.9CVSS5.6AI score0.00539EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/02/09 12:00 a.m.9 views

PT-2024-2373 · Wolfssl +1 · Wolfssl +1

Name of the Vulnerable Software and Affected Versions: wolfSSL versions prior to 3.6.6 Description: The issue is related to the wolfSSL SP Math All RSA implementation being vulnerable to the Marvin Attack, a new variation of a timing Bleichenbacher style attack. This vulnerability is specific to...

5.9CVSS7.2AI score0.00539EPSS
SaveExploits0References17
NVD
NVD
added 2024/01/31 8:15 a.m.25 views

CVE-2024-23170

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

5.5CVSS5.5AI score0.00314EPSS
SaveExploits0References5
Prion
Prion
added 2024/01/31 8:15 a.m.33 views

Design/Logic Flaw

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

1.7CVSS6.7AI score0.00314EPSS
SaveExploits0References3Affected Software1
UbuntuCve
UbuntuCve
added 2024/01/31 8:15 a.m.31 views

CVE-2024-23170

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

5.5CVSS6.1AI score0.00314EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/01/31 12:00 a.m.54 views

CVE-2024-23170

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

5.8AI score0.00314EPSS
SaveExploits0References3
OSV
OSV
added 2024/01/31 12:00 a.m.33 views

CVE-2024-23170

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

5.5CVSS6.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/01/31 12:00 a.m.116 views

CVE-2024-23170

An issue was discovered in Mbed TLS 2.x before 2.28.7 and 3.x before 3.5.2. There was a timing side channel in RSA private operations. This side channel could be sufficient for a local attacker to recover the plaintext. It requires the attacker to send a large number of messages for decryption, a...

5.5CVSS5.2AI score0.00314EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/01/30 12:00 a.m.15 views

The vulnerability of the implementation of the PKCS#1 v1.5 standard for the cryptographic library jsrsasign allows attackers to execute the Bleichenbacher attack or the Marvin attack.

The vulnerability of the PKCS1 v1.5 standard implementation in the jsrsasign cryptographic library is related to the disclosure of information due to incompatibility. Exploiting this vulnerability could allow an attacker, operating remotely, to execute the Bleichenbacher attack or the Marvin atta...

7.5CVSS6.9AI score0.0096EPSS
SaveExploits1References11Affected Software1
OSV
OSV
added 2024/01/19 3:06 p.m.512 views

GHSA-RH63-9QCF-83GF Marvin Attack of RSA and RSAOAEP decryption in jsrsasign

Impact RSA PKCS1.5 or RSAOAEP ciphertexts may be decrypted by this Marvin attack vulnerability. Patches update to jsrsasign 11.0.0. Workarounds Find and replace RSA and RSAOAEP decryption with other crypto library. References https://people.redhat.com/hkario/marvin/...

7.5CVSS6.4AI score0.0096EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2023/12/19 9:57 a.m.14 views

php: potential exposure to Marvin attack via unsafe implementation of RSA decryption API

The RSA decryption implementation using PKCS1 v1.5 padding in OpenSSL is vulnerable to a timing side-channel attack known as the Marvin Attack. This vulnerability arises because the execution time of the opensslprivatedecrypt function in PHP with OpenSSL varies based on whether a valid message is...

5.9CVSS5.9AI score0.01158EPSS
SaveExploits1References5
Veracode
Veracode
added 2023/12/19 7:49 a.m.19 views

Information Disclosure

libcryptopp.so is vulnerable to Information Disclosure. The vulnerability exists due to side channel leakage Marvin Attack which allows an attacker to to infer sensitive information during PKCS1 v1.5 decryption...

5.9CVSS6.3AI score0.0059EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/19 12:00 a.m.19 views

PT-2024-5790 · Openssl +6 · Openssl +6

Name of the Vulnerable Software and Affected Versions: PHP versions prior to 8.1.29 PHP versions prior to 8.2.20 PHP versions prior to 8.3.8 Description: The issue is related to the openssl private decrypt function in PHP when using PKCS1 padding, which is the default. This makes PHP vulnerable t...

9.8CVSS6.5AI score0.99987EPSS
SaveExploits82References131
OSV
OSV
added 2023/12/12 5:15 p.m.3 views

DEBIAN-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.00628EPSS
SaveExploits0References1
Prion
Prion
added 2023/12/12 5:15 p.m.63 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.00628EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2023/12/12 5:15 p.m.59 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.8AI score0.00628EPSS
SaveExploits0References5
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.00628EPSS
SaveExploits0References2
CVE
CVE
added 2023/12/12 5:02 p.m.320 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.00628EPSS
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.00628EPSS
SaveExploits0
Rows per page
Query Builder