Lucene search
+L

3445 matches found

Tenable Nessus
Tenable Nessus
added 2023/05/16 12:00 a.m.52 views

RHEL 8 : edk2 (RHSA-2023:2932)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2023:2932 advisory. EDK Embedded Development Kit is a project to enable UEFI support for Virtual Machines. This package contains a sample 64-bit UEFI firmware f...

7.5CVSS7.6AI score0.59501EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2023/05/12 12:00 a.m.49 views

RHEL 9 : edk2 (RHSA-2023:2165)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2023:2165 advisory. EDK Embedded Development Kit is a project to enable UEFI support for Virtual Machines. This package contains a sample 64-bit UEFI firmware f...

9.8CVSS7.5AI score0.59501EPSS
SaveExploits0References20
RedHat Linux
RedHat Linux
added 2023/05/09 9:50 a.m.50 views

Important: Red Hat Security Advisory: edk2 security, bug fix, and enhancement update

An update for edk2 is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

9.8CVSS7AI score0.59501EPSS
SaveExploits0References14
OSV
OSV
added 2023/05/09 12:00 a.m.42 views

ALSA-2023:2165 Important: edk2 security, bug fix, and enhancement update

EDK Embedded Development Kit is a project to enable UEFI support for Virtual Machines. This package contains a sample 64-bit UEFI firmware for QEMU and KVM. Security Fixes: openssl: X.400 address type confusion in X.509 GeneralName CVE-2023-0286 edk2: integer underflow in SmmEntryPoint function...

9.8CVSS7.5AI score0.59501EPSS
SaveExploits0References12
OSV
OSV
added 2023/04/26 3:31 p.m.3 views

SUSE-SU-2023:2047-1 Security update for openssl-ibmca

This update for openssl-ibmca fixes the following issues: - Fixed a timing-based side channel attack in RSA in the IBMCA engine openssl-ibmca...

7.1AI score
SaveExploits0References2
Veracode
Veracode
added 2023/04/26 11:54 a.m.74 views

Timing Attack

laravel/framework is vulnerable to Timing Attacks. The vulnerability exists in the hasValidCredentials function of SessionGuard.php due to the fact that a successful login request takes more time then a unsuccessful request due to HTTP/2 multiplexing, which allows an attacker to enumerate users v...

5.3CVSS5.5AI score0.00881EPSS
SaveExploits1References5Affected Software1
Veracode
Veracode
added 2023/04/26 7:05 a.m.24 views

Timing Attack

github.com/bnb-chain/tss-lib, github.com/iofinnet/thresh and github.com/thorchain/thorchain-tss are vulnerable to Timing Attacks. The vulnerability exists due to leakage of the lambda value of a private key in multiple functions including the functions in paillier.go which allows an attacker to...

7.5CVSS7.4AI score0.00864EPSS
SaveExploits0References9Affected Software4
Veracode
Veracode
added 2023/04/26 6:05 a.m.24 views

Timing Attack

github.com/iofinnet/thresh, github.com/thorchain/thorchain-tss and github.com/bnb-chain/tss-lib are vulnerable to Timing Attacks. The vulnerability exists due to a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic which allows an attack...

9.1CVSS8.7AI score0.00864EPSS
SaveExploits0References9Affected Software4
Positive Technologies
Positive Technologies
added 2023/04/26 12:00 a.m.6 views

PT-2023-36152 · Ibm · Openssl-Ibmca

Name of the Vulnerable Software and Affected Versions: openssl-ibmca affected versions not specified Description: The issue is related to a timing-based side channel attack in RSA within the IBMCA engine of openssl-ibmca. Recommendations: At the moment, there is no information about a newer versi...

6.8AI score
SaveExploits0References3
Prion
Prion
added 2023/04/25 7:15 p.m.25 views

Authentication flaw

The authentication method in Laravel 8.x through 9.x before 9.32.0 was discovered to be vulnerable to user enumeration via timeless timing attacks with HTTP/2 multiplexing. This is caused by the early return inside the hasValidCredentials method in the Illuminate\Auth\SessionGuard class when a us...

5CVSS5.3AI score0.00881EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/04/25 12:00 a.m.13 views

CVE-2022-40482

The authentication method in Laravel 8.x through 9.x before 9.32.0 was discovered to be vulnerable to user enumeration via timeless timing attacks with HTTP/2 multiplexing. This is caused by the early return inside the hasValidCredentials method in the Illuminate\Auth\SessionGuard class when a us...

5.4AI score0.00881EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2023/04/25 12:00 a.m.13 views

PT-2023-13792 · Laravel · Laravel

Name of the Vulnerable Software and Affected Versions: Laravel versions 8.x through 9.x before 9.32.0 Description: The authentication method was discovered to be vulnerable to user enumeration via timeless timing attacks with HTTP/2 multiplexing. This issue is caused by the early return inside th...

5.3CVSS7.5AI score0.00881EPSS
SaveExploits1References7
OSV
OSV
added 2023/04/21 6:30 p.m.9 views

GHSA-3W84-4MJC-RJW7 IO FinNet tss-lib vulnerable to timing attack from non-constant time scalar multiplication

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.1CVSS9.1AI score0.00864EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2023/04/21 6:30 p.m.18 views

IO FinNet tss-lib vulnerable to timing attack from non-constant time scalar multiplication

io.finnet tss-lib before 2.0.0 can leak a secret key via a timing side-channel attack because it relies on the scalar-multiplication implementation in Go crypto/elliptic, which is not constant time there is an if statement in a loop. One leak is in ecdsa/keygen/round2.go. bnb-chain/tss-lib and...

9.1CVSS6.7AI score0.00864EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2023/04/21 6:30 p.m.25 views

IO FinNet tss-lib vulnerable to timing attack from non-constant time scalar arithmetic

io.finnet tss-lib before 2.0.0 can leak the lambda value of a private key via a timing side-channel attack because it relies on Go big.Int, which is not constant time for Cmp, modular exponentiation, or modular inverse. An example leak is in crypto/paillier/paillier.go. bnb-chain/tss-lib and...

7.5CVSS6.7AI score0.00864EPSS
SaveExploits0References7Affected Software2
NVD
NVD
added 2023/04/21 6:15 p.m.79 views

CVE-2023-26557

io.finnet tss-lib before 2.0.0 can leak the lambda value of a private key via a timing side-channel attack because it relies on Go big.Int, which is not constant time for Cmp, modular exponentiation, or modular inverse. An example leak is in crypto/paillier/paillier.go. bnb-chain/tss-lib and...

7.5CVSS7.5AI score0.00864EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/04/15 9:30 p.m.58 views

Mailman Core vulnerable to timing attacks

An issue was discovered in Mailman Core before 3.3.5. An attacker with access to the REST API could use timing attacks to determine the value of the configured REST API password and then make arbitrary REST API calls. The REST API is bound to localhost by default, limiting the ability for attacke...

6.3CVSS6.4AI score0.00302EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2023/04/15 8:16 p.m.9 views

PYSEC-2023-22

An issue was discovered in Mailman Core before 3.3.5. An attacker with access to the REST API could use timing attacks to determine the value of the configured REST API password and then make arbitrary REST API calls. The REST API is bound to localhost by default, limiting the ability for attacke...

6.3CVSS7.1AI score0.00302EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2023/04/15 8:16 p.m.21 views

CVE-2021-34337

An issue was discovered in Mailman Core before 3.3.5. An attacker with access to the REST API could use timing attacks to determine the value of the configured REST API password and then make arbitrary REST API calls. The REST API is bound to localhost by default, limiting the ability for attacke...

6.3CVSS6.4AI score0.00302EPSS
SaveExploits0References3
OSV
OSV
added 2023/04/15 8:16 p.m.12 views

UBUNTU-CVE-2021-34337

An issue was discovered in Mailman Core before 3.3.5. An attacker with access to the REST API could use timing attacks to determine the value of the configured REST API password and then make arbitrary REST API calls. The REST API is bound to localhost by default, limiting the ability for attacke...

6.3CVSS5.9AI score0.00302EPSS
SaveExploits0References2
Rows per page
Query Builder