Lucene search
+L

280 matches found

CNVD
CNVD
added 2016/06/13 12:00 a.m.7 views

OpenSSL DSA Design Vulnerability

OpenSSL is the OpenSSL team developed an open source capable of implementing the Secure Sockets Layer SSL v2/v3 and Secure Transport Layer TLS v1 protocols of the general cryptographic library, which supports a variety of cryptographic algorithms , including symmetric ciphers , hash algorithms ,...

5.5CVSS8.6AI score0.01174EPSS
SaveExploits1References1
CNVD
CNVD
added 2016/05/17 12:00 a.m.16 views

Botan Downgrade Vulnerability

Botan is a C++ library of cryptographic algorithms that supports AES, DES, SHA-1, RSA, DSA and Diffie-Hellman. A degradation vulnerability exists in Botan versions 1.11.x prior to 1.11.29, which stems from the program's failure to enforce a TLS policy on the signature algorithm and the ECC ellipt...

7.5CVSS6.8AI score0.02118EPSS
SaveExploits0References1
CNVD
CNVD
added 2016/05/06 12:00 a.m.12 views

Botan ECDSA Bypass Attack Vulnerability

Botan is a C++ library of cryptographic algorithms that supports AES, DES, SHA-1, RSA, DSA and Diffie-Hellman. A security vulnerability exists in Botan that allows remote attackers to exploit the vulnerability to perform a bypass attack on ECDSA...

7.5CVSS9.2AI score0.02443EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2016/04/20 7:34 p.m.14 views

OpenJDK: insufficient DSA key parameters checks (Security, 8138593)

It was discovered that the Security component in OpenJDK failed to check the digest algorithm strength when generating DSA signatures. The use of a digest weaker than the key strength could lead to the generation of signatures that were weaker than expected...

5.9CVSS7.3AI score0.03397EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2016/03/01 4:07 p.m.23 views

OpenSSL: Double-free in DSA code

A double-free flaw was found in the way OpenSSL parsed certain malformed DSA Digital Signature Algorithm private keys. An attacker could create specially crafted DSA private keys that, when processed by an application compiled against OpenSSL, could cause the application to crash...

10CVSS7.3AI score0.26335EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2016/02/22 12:00 a.m.20 views

PT-2016-1332

Name of the Vulnerable Software and Affected Versions OpenSSL versions 1.0.1 through 1.0.1s OpenSSL versions 1.0.2 through 1.0.2g MySQL Server versions 5.6.29 and earlier MySQL Server versions 5.7.11 and earlier Description A double free vulnerability in the dsa priv decode function in...

10CVSS8.4AI score0.99999EPSS
SaveExploits193References393
Mageia
Mageia
added 2015/08/25 6:17 p.m.69 views

Updated gnutls packages fix security vulnerabilities

It was reported that GnuTLS does not check whether the two signature algorithms match on certificate import CVE-2015-0294. Kurt Roeckx discovered that decoding a specific certificate with very long DistinguishedName DN entries leads to double free. A remote attacker can take advantage of this fla...

7.5CVSS7.2AI score0.1903EPSS
SaveExploits0References3
OSV
OSV
added 2015/08/25 6:17 p.m.18 views

MGASA-2015-0322 Updated gnutls packages fix security vulnerabilities

It was reported that GnuTLS does not check whether the two signature algorithms match on certificate import CVE-2015-0294. Kurt Roeckx discovered that decoding a specific certificate with very long DistinguishedName DN entries leads to double free. A remote attacker can take advantage of this fla...

7.5CVSS7.2AI score0.1903EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/08/24 3:38 p.m.7 views

NSS: ECDSA signature validation fails to handle some signatures correctly (MFSA 2015-64)

A flaw was found in the way NSS verified certain ECDSA Elliptic Curve Digital Signature Algorithm signatures. Under certain conditions, an attacker could use this flaw to conduct signature forgery attacks...

4.3CVSS6.8AI score0.03594EPSS
SaveExploits0References5
Mageia
Mageia
added 2015/08/21 6:54 p.m.37 views

Updated libcryptopp package fixes security vulnerability

Evgeny Sidorov discovered that libcryptopp did not properly implement blinding to mask private key operations for the Rabin-Williams digital signature algorithm. This could allow remote attackers to mount a timing attack and retrieve the user's private key CVE-2015-2141...

5CVSS7.4AI score0.02879EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2015/08/05 12:00 a.m.38 views

Amazon Linux AMI : gnutls (ALAS-2015-575)

It was found that GnuTLS did not check activation and expiration dates of CA certificates. This could cause an application using GnuTLS to incorrectly accept a certificate as valid when its issuing CA is already expired. CVE-2014-8155 It was found that GnuTLS did not verify whether a hashing...

7.5CVSS7.2AI score0.01586EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2015/07/21 10:15 a.m.9 views

gnutls: certificate algorithm consistency checking issue

It was discovered that GnuTLS did not check if all sections of X.509 certificates indicate the same signature algorithm. This flaw, in combination with a different flaw, could possibly lead to a bypass of the certificate signature check...

7.5CVSS5.8AI score0.01586EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2015/07/21 12:00 a.m.17 views

openSUSE Security Update : libcryptopp (openSUSE-2015-504)

libcryptopp was updated to fix one security issue. This security issue was fixed : - CVE-2015-2141: The InvertibleRWFunction::CalculateInverse function in rw.cpp in libcrypt++ 5.6.2 did not properly blind private key operations for the Rabin-Williams digital signature algorithm, which allowed...

5CVSS7.3AI score0.02879EPSS
SaveExploits0References2
CVE
CVE
added 2015/07/01 2:00 p.m.105 views

CVE-2015-2141

libcrypt++ 5.6.2 contains a timing-attack vulnerability in InvertibleRWFunction::CalculateInverse used with Rabin–Williams signatures, enabling remote extraction of private keys. Affected component is the private-key blinding during Rabin–Williams operations; impact is private-key disclosure unde...

5CVSS7.2AI score0.02879EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2015/04/15 4:54 p.m.11 views

OpenJDK: insufficient hardening of RSA-CRT implementation (JCE, 8071726)

It was found that the RSA implementation in the JCE component in OpenJDK did not follow recommended practices for implementing RSA signatures...

4.3CVSS6.5AI score0.02833EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2015/03/26 12:00 a.m.39 views

Debian DLA-180-1 : gnutls26 security update

Multiple vulnerabilities have been discovered in GnuTLS, a library implementing the TLS and SSL protocols. The Common Vulnerabilities and Exposures project identifies the following problems : CVE-2014-8155 Missing date/time checks on CA certificates CVE-2015-0282 GnuTLS does not verify the RSA PK...

7.5CVSS7.1AI score0.01586EPSS
SaveExploits0References5
Prion
Prion
added 2015/03/24 5:59 p.m.27 views

Code injection

GnuTLS before 3.1.0 does not verify that the RSA PKCS 1 signature algorithm matches the signature algorithm in the certificate, which allows remote attackers to conduct downgrade attacks via unspecified vectors...

5CVSS6.9AI score0.01397EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2015/03/24 5:00 p.m.121 views

CVE-2015-0282

GnuTLS before 3.1.0 does not verify that the RSA PKCS#1 signature algorithm matches the signature algorithm in the certificate, enabling remote downgrade attacks via unspecified vectors. Impact is downgrade/traffic manipulation risk with affected deployments. The CVE entry explicitly targets GnuTLS...

5CVSS7.1AI score0.01397EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2015/03/23 7:13 p.m.10 views

USN-2540-1 gnutls26, gnutls28 vulnerabilities

It was discovered that GnuTLS did not perform date and time checks on CA certificates, contrary to expectations. This issue only affected Ubuntu 10.04 LTS. CVE-2014-8155 Nikos Mavrogiannopoulos discovered that GnuTLS incorrectly verified that signature algorithms matched. A remote attacker could...

7.5CVSS7.1AI score0.01586EPSS
SaveExploits0References4
OSV
OSV
added 2015/03/15 12:00 a.m.28 views

DSA-3191-1 gnutls26 - security update

Bulletin has no description...

7.5CVSS7.4AI score0.01586EPSS
SaveExploits0
Rows per page
Query Builder