mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-mqr9-hjr8-2m9w
This commit is contained in:
+25
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user