Lucene search
+L

2054 matches found

OPENSUSE Linux
OPENSUSE Linux
added 2019/08/20 12:0 a.m.73 views

Security update for libcryptopp (moderate)

openSUSE Security Update: Security update for libcryptopp Announcement ID: openSUSE-SU-2019:1968-1 Rating: moderate References: 1143532 Cross-References: CVE-2019-14318 Affected Products: openSUSE Leap 15.1 openSUSE Leap 15.0 openSUSE Backports SLE-15-SP1 openSUSE Backports SLE-15 An update that...

5.9CVSS5.9AI score0.03245EPSS
SaveExploits1References1
Into the symmetry
Into the symmetry
added 2019/08/16 9:18 a.m.127 views

Side channel timing attacks against (EC)DSA in RSA BSAFE CVE-2019-3739/CVE-2019-3740 - Project Wycheproof is the AFL for Cryptography

About a year ago I wrote this tweet and now I can finally justify it Project Wycheproof https://t.co/wBz9P8atHs is the AFL https://t.co/JM2l557PZi of crypto. Thanks a lot @XorNinja and team notably including Bleichenbacher for providing such a powerful tool — Antonio Sanso @asanso April 9, 2018 i...

6.5CVSS7.3AI score0.03753EPSS
SaveExploits0
Veracode
Veracode
added 2019/08/07 5:45 a.m.27 views

Insecure Cryptography

msrcrypto is vulnerable to insecure cryptography. The vulnerability exists as there are issues with the Elliptic Curve Cryptography ECC implementation, allowing invalid ECDSA signatures to be created through the learning of a server's private ECC key...

9.8CVSS3AI score0.07035EPSS
SaveExploits0References5Affected Software1
OpenVAS
OpenVAS
added 2019/08/05 12:0 a.m.18 views

MatrixSSL < 4.2.2 Multiple Vulnerabilities

MatrixSSL is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2019 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 CPE = "cpe:/a:matrixssl:matrixssl"; if...

9.8CVSS6.7AI score0.03632EPSS
SaveExploits2References5
NVD
NVD
added 2019/07/30 5:15 p.m.31 views

CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.9CVSS6.3AI score0.03245EPSS
SaveExploits1References6
OSV
OSV
added 2019/07/30 5:15 p.m.2 views

DEBIAN-CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.9CVSS5.8AI score0.03245EPSS
SaveExploits1References1
OSV
OSV
added 2019/07/30 5:15 p.m.18 views

CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.9CVSS6.5AI score
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2019/07/30 5:15 p.m.24 views

CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.9CVSS6.6AI score0.03245EPSS
SaveExploits1References4
Prion
Prion
added 2019/07/30 5:15 p.m.25 views

Information disclosure

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

4.3CVSS5.7AI score0.03245EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2019/07/30 4:26 p.m.131 views

CVE-2019-14318

Crypto++ has a timing side-channel in ECDSA signature generation in version 8.3.0 and earlier. The underlying issue is non-constant-time scalar multiplication: ecp.cpp leaks scalar bit-length on prime-field curves and algebra.cpp leaks more on binary-field curves, enabling an attacker measuring d...

5.9CVSS5.7AI score0.03245EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2019/07/30 4:26 p.m.34 views

CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.8AI score0.03245EPSS
SaveExploits1References6
Debian CVE
Debian CVE
added 2019/07/30 4:26 p.m.68 views

CVE-2019-14318

Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp...

5.9CVSS5.9AI score0.03245EPSS
SaveExploits1
Schneier on Security
Schneier on Security
added 2019/07/01 10:55 a.m.24 views

Yubico Security Keys with a Crypto Flaw

Wow, is this an embarrassing bug: Yubico is recalling a line of security keys used by the U.S. government due to a firmware flaw. The company issued a security advisory today that warned of an issue in YubiKey FIPS Series devices with firmware versions 4.4.2 and 4.4.4 that reduced the randomness ...

1.6AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2019/06/18 7:8 p.m.8 views

ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries

Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the gcryeccecdsasign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. T...

4.7CVSS6.3AI score0.00887EPSS
SaveExploits1References5
Veracode
Veracode
added 2019/06/03 12:25 a.m.33 views

Side-channel Attack

httpd is vulnerable to side-channel attack. An implementation flaw was discovered in multiple cryptographic libraries that allows a side-channel based attacker to recover ECDSA or DSA private keys. When these cryptographic libraries use the private key to create a signature, such as for a TLS or...

4.7CVSS5.6AI score0.00887EPSS
SaveExploits1References24Affected Software6
BDU FSTEC
BDU FSTEC
added 2019/05/31 12:0 a.m.6 views

The vulnerability of the ECDSA encryption algorithm implementation in the OpenSSL library allows a perpetrator to gain unauthorized access to protected information.

The vulnerability of the ECDSA encryption algorithm implementation in the OpenSSL library is related to errors in the management of cryptographic keys. Exploiting this vulnerability could allow a malicious actor to remotely restore the encrypted private key...

7.1CVSS6.7AI score0.04763EPSS
SaveExploits0References15Affected Software27
RedHat Linux
RedHat Linux
added 2019/05/30 2:57 p.m.7 views

ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries

Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the gcryeccecdsasign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. T...

4.7CVSS6.3AI score0.00887EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2019/05/30 2:48 p.m.7 views

ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries

Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the gcryeccecdsasign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. T...

4.7CVSS6.3AI score0.00887EPSS
SaveExploits1References5
NVD
NVD
added 2019/05/24 5:29 p.m.27 views

CVE-2018-11976

ECDSA signature code leaks private keys from secure world to non-secure world in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice &...

5.5CVSS5.8AI score0.00204EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2019/05/24 4:44 p.m.38 views

CVE-2018-11976

ECDSA signature code leaks private keys from secure world to non-secure world in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon IoT, Snapdragon Mobile, Snapdragon Voice &...

5.8AI score0.00204EPSS
SaveExploits0References1
Rows per page
Query Builder