From c594cded359d70dad1c730fd770082ca88f973bb Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:26:24 +0000 Subject: [PATCH] Publish Advisories GHSA-cvcx-g7wh-x8rf GHSA-cvcx-g7wh-x8rf --- .../GHSA-cvcx-g7wh-x8rf.json | 81 +++++++++++++++++++ .../GHSA-cvcx-g7wh-x8rf.json | 46 ----------- 2 files changed, 81 insertions(+), 46 deletions(-) create mode 100644 advisories/github-reviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json delete mode 100644 advisories/unreviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json diff --git a/advisories/github-reviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json b/advisories/github-reviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json new file mode 100644 index 00000000000..c4f826524f5 --- /dev/null +++ b/advisories/github-reviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cvcx-g7wh-x8rf", + "modified": "2024-05-20T21:24:53Z", + "published": "2022-12-23T00:30:23Z", + "aliases": [ + "CVE-2022-47931" + ], + "summary": "Collision of hash values in github.com/bnb-chain/tss-lib", + "details": "IO FinNet tss-lib before 2.0.0 allows a collision of hash values.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/bnb-chain/tss-lib" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.3.6-0.20230324145555-bb6fb30bd3eb" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-47931" + }, + { + "type": "WEB", + "url": "https://github.com/bnb-chain/tss-lib/pull/233" + }, + { + "type": "WEB", + "url": "https://github.com/IoFinnet/threshlib/commit/369ec50be1437588a9733443bcb2f15b794601d4" + }, + { + "type": "WEB", + "url": "https://github.com/bnb-chain/tss-lib/commit/bb6fb30bd3ebd35c755109836aa1a5ee6126c8a0" + }, + { + "type": "WEB", + "url": "https://github.com/IoFinnet/threshlib/releases/tag/v2.0.0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/bnb-chain/tss-lib" + }, + { + "type": "WEB", + "url": "https://github.com/golang/vulndb/blob/master/data/reports/GO-2023-1904.yaml" + }, + { + "type": "WEB", + "url": "https://medium.com/@iofinnet/security-disclosure-for-ecdsa-and-eddsa-threshold-signature-schemes-4e969af7155b" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-327" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-05-20T21:24:53Z", + "nvd_published_at": "2022-12-23T00:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json b/advisories/unreviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json deleted file mode 100644 index 19acfc54154..00000000000 --- a/advisories/unreviewed/2022/12/GHSA-cvcx-g7wh-x8rf/GHSA-cvcx-g7wh-x8rf.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-cvcx-g7wh-x8rf", - "modified": "2022-12-31T00:30:23Z", - "published": "2022-12-23T00:30:23Z", - "aliases": [ - "CVE-2022-47931" - ], - "details": "IO FinNet tss-lib before 2.0.0 allows a collision of hash values.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-47931" - }, - { - "type": "WEB", - "url": "https://github.com/IoFinnet/tss-lib/commit/369ec50be1437588a9733443bcb2f15b794601d4" - }, - { - "type": "WEB", - "url": "https://github.com/IoFinnet/tss-lib/releases/tag/v2.0.0" - }, - { - "type": "WEB", - "url": "https://medium.com/@iofinnet/security-disclosure-for-ecdsa-and-eddsa-threshold-signature-schemes-4e969af7155b" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-327" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-12-23T00:15:00Z" - } -} \ No newline at end of file