← Back

Iofinnet

iofinnet

4 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Tss Lib
tss-lib

CVEs (4)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Iofinnet
1Tss Lib
Jun 17, 2026
Apr 21, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
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....Show more
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 thorchain/tss are also affected.)Show less
1Iofinnet
1Tss Lib
Jun 17, 2026
Apr 21, 2023
N/A· v4
9.1 CRITICAL· v3
N/A· v2
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 statem...Show more
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/round_2.go. (bnb-chain/tss-lib and thorchain/tss are also affected.)Show less
1Iofinnet
1Tss Lib
Jun 17, 2026
Apr 21, 2023
N/A· v4
6.8 MEDIUM· v3
N/A· v2
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, th...Show more
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 id, context, or random nonce in the generation of the challenge. This could allow a malicious user or an eavesdropper to replay a valid proof sent in the past.Show less
1Iofinnet
1Tss Lib
Jun 17, 2026
Dec 23, 2022
N/A· v4
9.1 CRITICAL· v3
N/A· v2
IO FinNet tss-lib before 2.0.0 allows a collision of hash values.