Skip to content

Commit 5f7f717

Browse files
committed
data/reports: add GO-2023-2046.yaml
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent a05aa2a commit 5f7f717

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

data/osv/GO-2023-2046.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2023-2046",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2023-40591",
8+
"GHSA-ppjg-v974-84cm"
9+
],
10+
"summary": "Unbounded memory consumption in github.com/ethereum/go-ethereum",
11+
"details": "Unbounded memory consumption in github.com/ethereum/go-ethereum",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/ethereum/go-ethereum",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.12.1"
27+
}
28+
]
29+
}
30+
],
31+
"ecosystem_specific": {}
32+
}
33+
],
34+
"references": [
35+
{
36+
"type": "ADVISORY",
37+
"url": "https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm"
38+
}
39+
],
40+
"database_specific": {
41+
"url": "https://pkg.go.dev/vuln/GO-2023-2046"
42+
}
43+
}

data/reports/GO-2023-2046.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: GO-2023-2046
2+
modules:
3+
- module: github.com/ethereum/go-ethereum
4+
versions:
5+
- fixed: 1.12.1
6+
vulnerable_at: 1.12.0
7+
summary: Unbounded memory consumption in github.com/ethereum/go-ethereum
8+
cves:
9+
- CVE-2023-40591
10+
ghsas:
11+
- GHSA-ppjg-v974-84cm
12+
references:
13+
- advisory: https://github.com/ethereum/go-ethereum/security/advisories/GHSA-ppjg-v974-84cm

0 commit comments

Comments
 (0)