-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aliases: CVE-2023-40591, GHSA-ppjg-v974-84cm Fixes #2046 Change-Id: I61e5b443b264cd0a56054e0883553c6680dc2649 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/528635 Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |