From 5f7f717c703feb07ec185829e43ea488b78144ab Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Thu, 14 Sep 2023 12:35:54 -0700 Subject: [PATCH] data/reports: add GO-2023-2046.yaml Aliases: CVE-2023-40591, GHSA-ppjg-v974-84cm Fixes golang/vulndb#2046 Change-Id: I61e5b443b264cd0a56054e0883553c6680dc2649 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/528635 Reviewed-by: Zvonimir Pavlinovic LUCI-TryBot-Result: Go LUCI --- data/osv/GO-2023-2046.json | 43 ++++++++++++++++++++++++++++++++++ data/reports/GO-2023-2046.yaml | 13 ++++++++++ 2 files changed, 56 insertions(+) create mode 100644 data/osv/GO-2023-2046.json create mode 100644 data/reports/GO-2023-2046.yaml diff --git a/data/osv/GO-2023-2046.json b/data/osv/GO-2023-2046.json new file mode 100644 index 00000000..d85ced8c --- /dev/null +++ b/data/osv/GO-2023-2046.json @@ -0,0 +1,43 @@ +{ + "schema_version": "1.3.1", + "id": "GO-2023-2046", + "modified": "0001-01-01T00:00:00Z", + "published": "0001-01-01T00:00:00Z", + "aliases": [ + "CVE-2023-40591", + "GHSA-ppjg-v974-84cm" + ], + "summary": "Unbounded memory consumption in github.com/ethereum/go-ethereum", + "details": "Unbounded memory consumption in github.com/ethereum/go-ethereum", + "affected": [ + { + "package": { + "name": "github.com/ethereum/go-ethereum", + "ecosystem": "Go" + }, + "ranges": [ + { + "type": "SEMVER", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.12.1" + } + ] + } + ], + "ecosystem_specific": {} + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm" + } + ], + "database_specific": { + "url": "https://pkg.go.dev/vuln/GO-2023-2046" + } +} \ No newline at end of file diff --git a/data/reports/GO-2023-2046.yaml b/data/reports/GO-2023-2046.yaml new file mode 100644 index 00000000..2f248280 --- /dev/null +++ b/data/reports/GO-2023-2046.yaml @@ -0,0 +1,13 @@ +id: GO-2023-2046 +modules: + - module: github.com/ethereum/go-ethereum + versions: + - fixed: 1.12.1 + vulnerable_at: 1.12.0 +summary: Unbounded memory consumption in github.com/ethereum/go-ethereum +cves: + - CVE-2023-40591 +ghsas: + - GHSA-ppjg-v974-84cm +references: + - advisory: https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm