From 2fbb332adbc466e5ddc2a3b2930f9440f8783869 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:44:57 +0000 Subject: [PATCH] Publish GHSA-mjqv-xhgm-gx8c --- .../GHSA-mjqv-xhgm-gx8c.json | 58 +++++++++++++++++-- 1 file changed, 53 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json (52%) diff --git a/advisories/unreviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json b/advisories/github-reviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json similarity index 52% rename from advisories/unreviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json rename to advisories/github-reviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json index b80904dadaa..5923c5b5460 100644 --- a/advisories/unreviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json +++ b/advisories/github-reviewed/2023/04/GHSA-mjqv-xhgm-gx8c/GHSA-mjqv-xhgm-gx8c.json @@ -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" } } \ No newline at end of file