mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-mjqv-xhgm-gx8c
This commit is contained in:
+53
-5
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-mjqv-xhgm-gx8c",
|
||||
"modified": "2023-05-02T18:30:19Z",
|
||||
"modified": "2025-02-05T19:43:31Z",
|
||||
"published": "2023-04-21T18:30:24Z",
|
||||
"aliases": [
|
||||
"CVE-2023-26557"
|
||||
],
|
||||
"summary": "IO FinNet tss-lib vulnerable to timing attack from non-constant time scalar arithmetic",
|
||||
"details": "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.)",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,46 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "github.com/bnb-chain/tss-lib"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.3.6-0.20230324145555-bb6fb30bd3eb"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "github.com/binance-chain/tss-lib"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.3.6-0.20230324145555-bb6fb30bd3eb"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -23,6 +63,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/IoFinnet/tss-lib/releases/tag/v2.0.0"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/bnb-chain/tss-lib"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/bnb-chain/tss-lib/tree/v1.3.5"
|
||||
@@ -34,15 +78,19 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://medium.com/@iofinnet/security-disclosure-for-ecdsa-and-eddsa-threshold-signature-schemes-4e969af7155b"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://pkg.go.dev/vuln/GO-2023-1733"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-203"
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-02-05T19:43:31Z",
|
||||
"nvd_published_at": "2023-04-21T18:15:07Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user