From 998e13e95cb79e80a9964b8b330dd64667ac2fa6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:00:37 +0000 Subject: [PATCH] Publish GHSA-mqr9-hjr8-2m9w --- .../GHSA-mqr9-hjr8-2m9w.json | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json (61%) diff --git a/advisories/unreviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json b/advisories/github-reviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json similarity index 61% rename from advisories/unreviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json rename to advisories/github-reviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json index f581ea0c8fe..a36b4e89832 100644 --- a/advisories/unreviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json +++ b/advisories/github-reviewed/2024/10/GHSA-mqr9-hjr8-2m9w/GHSA-mqr9-hjr8-2m9w.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-mqr9-hjr8-2m9w", - "modified": "2024-10-25T18:30:49Z", + "modified": "2024-10-25T19:59:06Z", "published": "2024-10-25T18:30:49Z", "aliases": [ "CVE-2023-26248" ], + "summary": "Content Censorship in the InterPlanetary File System (IPFS) via Kademlia DHT abuse", "details": "The Kademlia DHT (go-libp2p-kad-dht 0.20.0 and earlier) used in IPFS (0.18.1 and earlier) assigns routing information for content (i.e., information about who holds the content) to be stored by peers whose peer IDs have a small DHT distance from the content ID. This allows an attacker to censor content by generating many Sybil peers whose peer IDs have a small distance from the content ID, thus hijacking the content resolution process.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/libp2p/go-libp2p-kad-dht" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.20.0" + } + ] + } + ] + } ], "references": [ { @@ -23,7 +42,7 @@ "url": "https://arxiv.org/abs/2307.12212" }, { - "type": "WEB", + "type": "PACKAGE", "url": "https://github.com/libp2p/go-libp2p-kad-dht" } ], @@ -31,9 +50,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-25T19:59:06Z", "nvd_published_at": "2024-10-25T16:15:09Z" } } \ No newline at end of file