Lucene search
+L

2084 matches found

Code423n4
Code423n4
added 2023/06/13 12:00 a.m.20 views

Signature malleability in createActionBySig allow an attacker to replicate an attack

Lines of code Vulnerability details Overview The createActionBySig is part of a family of functions that can be called by signature. This functionality is shared with castApprovalBySig and castDisapprovalBySig. However, the last two functions rely on the preCastAssertion function that revert on...

7AI score
SaveExploits0
NVD
NVD
added 2023/06/02 5:15 p.m.15 views

CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.5CVSS6.7AI score0.00648EPSS
SaveExploits0References4
OSV
OSV
added 2023/06/02 5:15 p.m.8 views

CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.5CVSS8AI score
SaveExploits0References4
OSV
OSV
added 2023/06/02 5:15 p.m.1 views

DEBIAN-CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.5CVSS6.1AI score0.00648EPSS
SaveExploits0References1
Prion
Prion
added 2023/06/02 5:15 p.m.25 views

Code injection

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

4.3CVSS6.4AI score0.00648EPSS
SaveExploits0References4Affected Software3
Cvelist
Cvelist
added 2023/06/02 12:00 a.m.28 views

CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.9AI score0.00648EPSS
SaveExploits0References4
CVE
CVE
added 2023/06/02 12:00 a.m.188 views

CVE-2023-25742

CVE-2023-25742 : When importing a SPKI RSA public key as ECDSA P-256, the key is handled incorrectly, causing the tab to crash. Affected products per provided docs: Firefox < 110, Thunderbird < 102.8, and Firefox ESR

6.5CVSS6.6AI score0.00648EPSS
SaveExploits0References4Affected Software3
Debian CVE
Debian CVE
added 2023/06/02 12:00 a.m.24 views

CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.5CVSS6.9AI score0.00648EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2023/06/02 12:00 a.m.20 views

CVE-2023-25742

When importing a SPKI RSA public key as ECDSA P-256, the key would be handled incorrectly causing the tab to crash. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

6.5CVSS7.1AI score0.00648EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/05/25 7:58 a.m.10 views

golang: crypto/internal/nistec: specific unreduced P-256 scalars produce incorrect results

A flaw was found in the crypto/internal/nistec golang library. The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars, such as a scalar larger than the order of the curve. This does not impact usages of crypto/ecds...

5.3CVSS6.6AI score0.00817EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2023/05/07 12:00 a.m.33 views

EulerOS Virtualization 3.0.2.0 : bind (EulerOS-SA-2023-1696)

According to the versions of the bind packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - By flooding the target resolver with queries exploiting this flaw an attacker can significantly impair the resolver's performance,...

7.5CVSS6.8AI score0.0266EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2023/04/27 12:00 a.m.34 views

Huawei EulerOS: Security Advisory for bind (EulerOS-SA-2023-1653)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 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 ifdescription...

7.5CVSS7AI score0.0266EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/04/27 12:00 a.m.31 views

Huawei EulerOS: Security Advisory for bind (EulerOS-SA-2023-1619)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2023 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 ifdescription...

7.5CVSS7AI score0.0266EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2023/04/21 6:30 p.m.20 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
NVD
NVD
added 2023/04/21 6:15 p.m.55 views

CVE-2023-26556

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
SaveExploits0References4
Prion
Prion
added 2023/04/21 6:15 p.m.25 views

Information disclosure

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...

6.4CVSS9AI score0.00864EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/04/21 12:00 a.m.75 views

Observable Discrepancy

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.1CVSS8.6AI score0.00864EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2023/04/21 12:00 a.m.50 views

CVE-2023-26556

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.3AI score0.00864EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2023/04/19 12:00 a.m.9 views

Signature malleability for S

Lines of code Vulnerability details Impact Ethereum contracts often assumes that the signature is unique, but signatures can be altered without the possession of the private key and still be valid. The EVM specification defines several so-called ‘precompiled’ contracts one of them being ecrecover...

6.7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/03/31 12:00 a.m.29 views

Cisco Firepower Threat Defense Software Low Entropy Keys (cisco-sa-asa5500x-entropy-6v9bHVYP)

A vulnerability in the deterministic random bit generator DRBG, also known as pseudorandom number generator PRNG in Cisco Firepower Threat Defense FTD Software for Cisco ASA 5506-X, ASA-5508-X and ASA 5516-X Firewalls could allow an unauthenticated, remote attacker to cause a cryptographic...

7.5CVSS5.7AI score0.00717EPSS
SaveExploits0References3
Rows per page
Query Builder