From 4a4cf697c8329952583aced744c891f925d248d7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:40:42 +0000 Subject: [PATCH] Publish Advisories GHSA-wvc4-j7g5-4f79 GHSA-ppjg-v974-84cm --- .../03/GHSA-wvc4-j7g5-4f79/GHSA-wvc4-j7g5-4f79.json | 11 +++++++++-- .../09/GHSA-ppjg-v974-84cm/GHSA-ppjg-v974-84cm.json | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2023/03/GHSA-wvc4-j7g5-4f79/GHSA-wvc4-j7g5-4f79.json b/advisories/github-reviewed/2023/03/GHSA-wvc4-j7g5-4f79/GHSA-wvc4-j7g5-4f79.json index 4fd082c1211..0ee30110045 100644 --- a/advisories/github-reviewed/2023/03/GHSA-wvc4-j7g5-4f79/GHSA-wvc4-j7g5-4f79.json +++ b/advisories/github-reviewed/2023/03/GHSA-wvc4-j7g5-4f79/GHSA-wvc4-j7g5-4f79.json @@ -25,11 +25,14 @@ "introduced": "0.9.0" }, { - "last_affected": "0.24.0" + "fixed": "0.24.1" } ] } - ] + ], + "database_specific": { + "last_known_affected_version_range": "<= 0.24.0" + } } ], "references": [ @@ -41,6 +44,10 @@ "type": "WEB", "url": "https://github.com/nats-io/nats.rs/pull/887" }, + { + "type": "WEB", + "url": "https://github.com/nats-io/nats.rs/commit/9bacb86a480803ece9d1a45aa443081cf1eb815c" + }, { "type": "PACKAGE", "url": "https://github.com/nats-io/nats.rs" diff --git a/advisories/github-reviewed/2023/09/GHSA-ppjg-v974-84cm/GHSA-ppjg-v974-84cm.json b/advisories/github-reviewed/2023/09/GHSA-ppjg-v974-84cm/GHSA-ppjg-v974-84cm.json index 509772c81d8..6d1d2b5edc4 100644 --- a/advisories/github-reviewed/2023/09/GHSA-ppjg-v974-84cm/GHSA-ppjg-v974-84cm.json +++ b/advisories/github-reviewed/2023/09/GHSA-ppjg-v974-84cm/GHSA-ppjg-v974-84cm.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-ppjg-v974-84cm", - "modified": "2023-09-06T19:49:46Z", + "modified": "2023-11-08T17:39:39Z", "published": "2023-09-06T19:49:46Z", "aliases": [ "CVE-2023-40591" ], "summary": "Go-Ethereum vulnerable to denial of service via malicious p2p message", - "details": "### Impact\n\nA vulnerable node, can be made to consume unbounded amounts of memory when handling specially crafted p2p messages sent from an attacker node.\n\nDetails about this bug will be released within 4-8 weeks, as per our official [vulnerability disclosure policy](https://geth.ethereum.org/docs/developers/geth-developer/disclosures).\n### Patches\n\nThe fix is included in geth version `1.12.1-stable`, i.e, `1.12.2-unstable` and onwards. \n\n### Workarounds\n\nNo known workarounds. \n\n### Credits\n\nThis bug was reported by Patrick McHardy and reported via [bounty@ethereum.org](mailto:bounty@ethereum.org). \n\n### References\n\n", + "details": "### Impact\n\nA vulnerable node, can be made to consume unbounded amounts of memory when handling specially crafted p2p messages sent from an attacker node.\n\n### Details\n\nThe p2p handler spawned a new goroutine to respond to `ping` requests. By flooding a node with ping requests, an unbounded number of goroutines can be created, leading to resource exhaustion and potentially crash due to OOM.\n\n### Patches\n\nThe fix is included in geth version `1.12.1-stable`, i.e, `1.12.2-unstable` and onwards. \n\nFixed by https://github.com/ethereum/go-ethereum/pull/27887\n\n### Workarounds\n\nNo known workarounds. \n\n### Credits\n\nThis bug was reported by Patrick McHardy and reported via [bounty@ethereum.org](mailto:bounty@ethereum.org). \n\n### References\n\n", "severity": [ { "type": "CVSS_V3",