Skip to content

Commit

Permalink
data/reports: add GO-2023-2046.yaml
Browse files Browse the repository at this point in the history
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
neild committed Oct 25, 2023
1 parent a05aa2a commit 5f7f717
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/osv/GO-2023-2046.json
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"
}
}
13 changes: 13 additions & 0 deletions data/reports/GO-2023-2046.yaml
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

0 comments on commit 5f7f717

Please sign in to comment.