From 399d400ed1e3bc239de30e5e209882701db12afb Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:35:16 +0000 Subject: [PATCH] Publish Advisories GHSA-hg58-rf2h-6rr7 GHSA-qqcv-vg9f-5rr3 --- .../GHSA-hg58-rf2h-6rr7.json | 81 +++++++++++++++++++ .../GHSA-qqcv-vg9f-5rr3.json | 31 ++++++- 2 files changed, 108 insertions(+), 4 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-hg58-rf2h-6rr7/GHSA-hg58-rf2h-6rr7.json rename advisories/{unreviewed => github-reviewed}/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json (65%) diff --git a/advisories/github-reviewed/2024/06/GHSA-hg58-rf2h-6rr7/GHSA-hg58-rf2h-6rr7.json b/advisories/github-reviewed/2024/06/GHSA-hg58-rf2h-6rr7/GHSA-hg58-rf2h-6rr7.json new file mode 100644 index 00000000000..ed605cfa668 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-hg58-rf2h-6rr7/GHSA-hg58-rf2h-6rr7.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hg58-rf2h-6rr7", + "modified": "2024-06-28T14:33:34Z", + "published": "2024-06-28T14:33:33Z", + "aliases": [ + + ], + "summary": "CometBFT is unstability during blocksync when syncing from malicious peer", + "details": "**Name**: ASA-2024-008: Instability during blocksync when syncing from malicious peer\n**Component**: CometBFT\n**Criticality**: Medium ([ACMv1](https://github.com/interchainio/security/blob/main/resources/CLASSIFICATION_MATRIX.md): I:Moderate; L: Possible)\n**Affected versions**: < v0.38.7\n\n# Summary\n\nAn issue was identified for nodes syncing on an existing network during blocksync in which a malicious peer could cause the syncing peer to panic, enter into a catastrophic invalid syncing state or get stuck in blocksync mode, never switching to consensus. It is recommended for all clients to adopt this patch so that blocksync functions as expected and is tolerant of malicious peers presenting invalid data in this situation. Nodes that are vulnerable to this state may experience a Denial of Service condition in which syncing will not work as expected when joining a network as a client.\n\n# Recognition\n\nThis issue was reported to the Cosmos Bug Bounty Program on HackerOne on 5/01/24 by unknown_feature. If you believe you have found a bug in the Interchain Stack or would like to contribute to the program by reporting a bug, please see https://hackerone.com/cosmos.\n\nIf you have questions about Interchain security efforts, please reach out to our official communication channel at [security@interchain.io](mailto:security@interchain.io).\n\nFor more information about CometBFT, please see https://docs.cometbft.com/.\n\nFor more information about the Interchain Foundation’s engagement with Amulet, please see https://github.com/interchainio/security.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/cometbft/cometbft" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.37.0" + }, + { + "fixed": "0.37.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/cometbft/cometbft" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.38.0" + }, + { + "fixed": "0.38.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/cometbft/cometbft/security/advisories/GHSA-hg58-rf2h-6rr7" + }, + { + "type": "WEB", + "url": "https://github.com/cometbft/cometbft/commit/07866e11139127e415bd0339ac377b6e6a845533" + }, + { + "type": "WEB", + "url": "https://github.com/cometbft/cometbft/commit/8ba2e4f52d5e626e019501ba6420cc86d5de7857" + }, + { + "type": "PACKAGE", + "url": "https://github.com/cometbft/cometbft" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-610" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-28T14:33:33Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json b/advisories/github-reviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json similarity index 65% rename from advisories/unreviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json rename to advisories/github-reviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json index ff9edabaa1b..27da47e5b68 100644 --- a/advisories/unreviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json +++ b/advisories/github-reviewed/2024/06/GHSA-qqcv-vg9f-5rr3/GHSA-qqcv-vg9f-5rr3.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qqcv-vg9f-5rr3", - "modified": "2024-06-27T21:32:08Z", + "modified": "2024-06-28T14:34:15Z", "published": "2024-06-27T21:32:08Z", "aliases": [ "CVE-2024-5710" ], + "summary": "litellm vulnerable to improper access control in team management", "details": "berriai/litellm version 1.34.34 is vulnerable to improper access control in its team management functionality. This vulnerability allows attackers to perform unauthorized actions such as creating, updating, viewing, deleting, blocking, and unblocking any teams, as well as adding or deleting any member to or from any teams. The vulnerability stems from insufficient access control checks in various team management endpoints, enabling attackers to exploit these functionalities without proper authorization.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "litellm" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.40.28" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5710" }, + { + "type": "PACKAGE", + "url": "https://github.com/berriai/litellm" + }, { "type": "WEB", "url": "https://huntr.com/bounties/70897f59-a966-4d93-b71e-745e3da91970" @@ -31,8 +54,8 @@ "CWE-284" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-06-28T14:34:15Z", "nvd_published_at": "2024-06-27T19:15:15Z" } } \ No newline at end of file