Lucene search
+L

987 matches found

OSV
OSV
added 2019/10/14 12:00 p.m.26 views

RUSTSEC-2019-0027 Flaw in Scalar::check_overflow allows side-channel timing attack

Versions of libsecp256k1 prior to 0.3.1 did not execute Scalar::checkoverflow in constant time. This allows an attacker to potentially leak information via a timing attack. The flaw was corrected by modifying Scalar::checkoverflow to execute in constant time...

7.5CVSS7.3AI score0.01404EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2019/09/26 9:30 p.m.40 views

Timing attack on HMAC signature comparison in Apache Tapestry

The code which checks HMAC in form submissions used String.equals for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison...

9.8CVSS2.1AI score0.08752EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2019/09/26 9:30 p.m.10 views

GHSA-FGMR-VX7C-5WJ6 Timing attack on HMAC signature comparison in Apache Tapestry

The code which checks HMAC in form submissions used String.equals for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison...

9.8CVSS7.7AI score0.08752EPSS
SaveExploits1References6
OSV
OSV
added 2019/09/16 6:15 p.m.33 views

CVE-2019-10071

The code which checks HMAC in form submissions used String.equals for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison...

9.8CVSS7.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2019/09/16 5:46 p.m.30 views

CVE-2019-10071

The code which checks HMAC in form submissions used String.equals for comparisons, which results in a timing side channel for the comparison of the HMAC signatures. This could lead to remote code execution if an attacker is able to determine the correct signature for their payload. The comparison...

9.7AI score0.08752EPSS
SaveExploits1References5
OSV
OSV
added 2019/07/30 5:15 p.m.10 views

UBUNTU-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
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2019/07/24 12:00 a.m.262 views

Amazon Linux 2 : java-11-amazon-corretto (ALAS-2019-1246)

OpenJDK: Insufficient restriction of privileges in AccessController Security, 8216381 CVE-2019-2786 OpenJDK: Unbounded memory allocation during deserialization in Collections Utilities, 8213432 CVE-2019-2769 libpng: pngimagefree in png.c in libpng has a use-after-free because pngimagefreefunction...

5.8CVSS7.3AI score0.09393EPSS
SaveExploits3References10
Tenable Nessus
Tenable Nessus
added 2019/07/23 12:00 a.m.37 views

RHEL 7 : java-11-openjdk (RHSA-2019:1810)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2019:1810 advisory. The java-11-openjdk packages provide the OpenJDK 11 Java Runtime Environment and the OpenJDK 11 Java Software Development Kit. Security Fixe...

5.8CVSS6.8AI score0.04351EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2019/07/22 12:58 p.m.12 views

OpenJDK: Non-constant time comparison in ChaCha20Cipher (Security, 8221344)

Vulnerability in the Java SE component of Oracle Java SE subcomponent: Security. Supported versions that are affected are Java SE: 11.0.3 and 12.0.1. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE. Successful...

3.1CVSS7.4AI score0.01636EPSS
SaveExploits0References4
Into the symmetry
Into the symmetry
added 2019/07/22 12:20 p.m.112 views

SIAM Conference on Applied Algebraic Geometry 2019 - Isogenies mini-symposium

So here we are in the nice city of Bern, in the Teutonic Switzerland, for SIAM Conference on Applied Algebraic Geometry 2019 that this year counts more than 750 attendees! The weather is warm enough but the isogenies topic has never been so hot! So for this occurrence of the conference Tanja Lang...

7.3AI score
SaveExploits0
Veracode
Veracode
added 2019/06/21 4:33 a.m.31 views

Information Disclosure Through Timing Attack

actionpack and activesupport is vulnerable to information disclosure. The vulnerability exists as timing attack was possible through the lack of constant time string comparison made for the message digest, causing information disclosure...

5CVSS5.6AI score0.02232EPSS
SaveExploits1References9Affected Software2
OSV
OSV
added 2019/06/06 3:32 p.m.15 views

GHSA-C35V-QWQG-87JC express-basic-auth Timing Attack due to native string comparison instead of constant time string comparison

Versions of express-basic-auth prior to 1.1.7 are vulnerable to Timing Attacks. The package uses native string comparison instead of a constant time string comparison, which may lead to Timing Attacks. Timing Attacks can be used to increase the efficiency of brute-force attacks by removing the...

3.1CVSS5.8AI score
SaveExploits0References7
Veracode
Veracode
added 2019/05/02 5:29 a.m.28 views

Timing Attack

jenkins is vulnerable to timing attack. A remote attacker is able to bypass CSRF protection mechanism through a brute-force approach of analyzing server response time to guess the value of CSRF tokens. This is due to the verification of the CSRF tokens not being performed using a constant-time...

9.8CVSS9AI score0.02715EPSS
SaveExploits0References7Affected Software30
Veracode
Veracode
added 2019/05/02 5:29 a.m.24 views

Timing Attack

jenkins is vulnerable to timing attack. A remote attacker is able to determine API tokens through a brute-force approach of analyzing server response time to guess the value of the API tokens. This is due to the verification of the API tokens not being performed using a constant-time algorithm...

5.3CVSS7.1AI score0.02105EPSS
SaveExploits0References7Affected Software30
Veracode
Veracode
added 2018/12/03 3:08 a.m.10 views

Timing Attack

SimpleCrypto.Net is vulnerable to timing attack. A non-constant time comparison function used to compare passwords allow remote attackers to determine valid passwords by analyzing the server response time...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2018/09/17 9:57 p.m.23 views

Moderate severity vulnerability that affects actionpack

Withdrawn, accidental duplicate publish. The httpbasicauthenticatewith method in actionpack/lib/actioncontroller/metal/httpauthentication.rb in the Basic Authentication implementation in Action Controller in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and...

4.3CVSS5.4AI score0.04879EPSS
SaveExploits0References2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2018/06/16 8:06 p.m.42 views

Security Bulletin: Vulnerabilities in OpenSSL affect IBM Tealeaf Customer Experience

Summary OpenSSL vulnerabilities were disclosed on September 22 and 26, 2016 by the OpenSSL Project. OpenSSL is used by IBM Tealeaf Customer Experience. IBM Tealeaf Customer Experience has addressed the applicable CVEs. Vulnerability Details CVEID: CVE-2016-6304 DESCRIPTION: OpenSSL is vulnerable ...

9.8CVSS0.7AI score0.63029EPSS
SaveExploits3Affected Software1
Hacker One
Hacker One
added 2018/06/09 8:51 a.m.23 views

Monero: Constant-time comparison is not always implemented; critical areas are vulnerable to key-timing attacks

In my most superficial of reviews, constant-time comparison appears to not be globally implemented at a glance, only implemented within the ref10 implementation. With that said, the following areas either appear to be vulnerable, or are potentially vulnerable, to key-timing attacks: 1. Containers...

2.1AI score
SaveExploits0
CNVD
CNVD
added 2018/06/07 12:00 a.m.7 views

Intel Integrated Performance Primitives Cryptography Library Information Disclosure Vulnerability

Intel Integrated Performance Primitives Cryptography Library is a multi-threaded library for multimedia and data processing applications from Intel Corporation. A security vulnerability exists in certain implementations of the Intel Integrated Performance Primitives Cryptography Library versions...

4.7CVSS5.2AI score0.00288EPSS
SaveExploits0References1
OSV
OSV
added 2018/06/05 9:29 p.m.8 views

CVE-2018-3691

Some implementations in Intel Integrated Performance Primitives Cryptography Library before version 2018 U3.1 do not properly ensure constant execution time...

4.7CVSS5.9AI score0.00288EPSS
SaveExploits0References1
Rows per page
Query Builder