Lucene search
+L

365 matches found

NVD
NVD
•added 2023/04/21 6:15 p.m.•83 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
NVD
NVD
•added 2023/04/21 6:15 p.m.•59 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
OSV
OSV
•added 2023/04/21 6:15 p.m.•19 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.5CVSS5.8AI score0.00864EPSS
SaveExploits0References4
Prion
Prion
•added 2023/04/21 6:15 p.m.•30 views

Design/Logic Flaw

An issue was discovered in IO FinNet tss-lib before 2.0.0. The parameter ssid for defining a session id is not used through the MPC implementation, which makes replaying and spoofing of messages easier. In particular, the Schnorr proof of knowledge implemented in sch.go does not utilize a session...

3.6CVSS6.5AI score0.00523EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
•added 2023/04/21 12:00 a.m.•7 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.5AI score0.00864EPSS
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
•added 2023/04/21 12:00 a.m.•80 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
GitLab Advisory Database
GitLab Advisory Database
•added 2023/04/21 12:00 a.m.•129 views

Observable Discrepancy

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.2AI score0.00864EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
•added 2023/04/21 12:00 a.m.•9 views

PT-2023-20725 · Unknown · Thorchain/Tss +3

Name of the Vulnerable Software and Affected Versions: io.finnet tss-lib versions prior to 2.0.0 bnb-chain/tss-lib versions prior to 2.0.0 thorchain/tss versions prior to 2.0.0 Description: The issue is related to a timing side-channel attack that can leak a secret key. This occurs because the...

9.1CVSS8.9AI score0.00864EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
•added 2023/04/21 12:00 a.m.•7 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.1AI score0.00864EPSS
SaveExploits0References4
CVE
CVE
•added 2023/04/21 12:00 a.m.•90 views

CVE-2023-26556

CVE-2023-26556 affects io.finnet tss-lib prior to 2.0.0. The vulnerability arises from a timing side-channel leak in the scalar-multiplication code path used by ECDSA key generation, relying on Go’s crypto/elliptic implementation which is not constant time. Affected code path is identified in ecd...

9.1CVSS9AI score0.00864EPSS
SaveExploits0References4Affected Software1
CVE
CVE
•added 2023/04/21 12:00 a.m.•75 views

CVE-2023-26557

io.finnet tss-lib before 2.0.0 is vulnerable to a timing side-channel that can leak the lambda value of a private key because it uses Go big.Int in non-constant-time operations (Cmp, modular exponentiation, modular inverse). The issue affects tss-lib versions prior to 2.0.0 and is noted for bnb-c...

7.5CVSS7.4AI score0.00864EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
•added 2023/04/21 12:00 a.m.•12 views

PT-2023-20726 · Unknown · Thorchain/Tss +2

Name of the Vulnerable Software and Affected Versions: io.finnet tss-lib versions prior to 2.0.0 bnb-chain/tss-lib versions prior to 2.0.0 thorchain/tss versions prior to 2.0.0 Description: The issue is related to a timing side-channel attack that can leak the lambda value of a private key. This...

7.5CVSS7.2AI score0.00864EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
•added 2023/04/21 12:00 a.m.•13 views

PT-2023-15533 · Tss-Lib +1 · Tss-Lib +1

Name of the Vulnerable Software and Affected Versions: tss-lib versions prior to 2.0.0 Description: An issue was discovered in the tss-lib library, where the parameter ssid for defining a session id is not used through the MPC implementation. This makes replaying and spoofing of messages easier, ...

10CVSS6.5AI score0.02728EPSS
SaveExploits4References87
CNNVD
CNNVD
•added 2023/04/21 12:00 a.m.•18 views

tss-lib 安全漏洞

tss-lib is an open source IO FinNet implementation of the multi-party t,n- threshold ECDSA Elliptic Curve Digital Signature Algorithm based on Gennaro and Goldfeder 2020 1 and EdDSA Edwards Curve Digital Signature Algorithm. A security vulnerability exists in IO FinNet tss-lib versions prior to...

6.8CVSS6.6AI score0.00523EPSS
SaveExploits0References3
CVE
CVE
•added 2023/04/21 12:00 a.m.•111 views

CVE-2022-47930

CVE-2022-47930 affects IO FinNet tss-lib prior to 2.0.0. The root cause is that the parameter ssid used to define a session id is not applied through the MPC implementation, and the Schnorr proof of knowledge in sch.go does not utilize a session id, context, or random nonce when generating the ch...

6.8CVSS6.5AI score0.00523EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
•added 2023/04/21 12:00 a.m.•51 views

CVE-2022-47930

An issue was discovered in IO FinNet tss-lib before 2.0.0. The parameter ssid for defining a session id is not used through the MPC implementation, which makes replaying and spoofing of messages easier. In particular, the Schnorr proof of knowledge implemented in sch.go does not utilize a session...

6.7AI score0.00523EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2023/04/21 12:00 a.m.•83 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.7AI score0.00864EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2023/04/21 12:00 a.m.•56 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
CNNVD
CNNVD
•added 2023/04/21 12:00 a.m.•10 views

tss-lib 安全漏洞

tss-lib is an open source IO FinNet implementation of the multi-party t,n- threshold ECDSA Elliptic Curve Digital Signature Algorithm based on Gennaro and Goldfeder 2020 1 and EdDSA Edwards Curve Digital Signature Algorithm. A security vulnerability exists in tss-lib versions prior to 2.0.0, whic...

9.1CVSS8.1AI score0.00864EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2023/04/21 12:00 a.m.•16 views

CVE-2022-47930

An issue was discovered in IO FinNet tss-lib before 2.0.0. The parameter ssid for defining a session id is not used through the MPC implementation, which makes replaying and spoofing of messages easier. In particular, the Schnorr proof of knowledge implemented in sch.go does not utilize a session...

6.5AI score0.00523EPSS
SaveExploits0References2
Rows per page
Query Builder