Skip to content

Commit 7640dd3

Browse files
tatianabgopherbot
authored andcommitted
data/reports: review GO-2024-3259
- data/reports/GO-2024-3259.yaml Fixes #3259 Change-Id: I21b7dc91fe0cbfe12f21daca3369259616e70ca5 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635700 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]>
1 parent e01c4a3 commit 7640dd3

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

data/osv/GO-2024-3259.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,17 @@
2727
]
2828
}
2929
],
30-
"ecosystem_specific": {}
30+
"ecosystem_specific": {
31+
"imports": [
32+
{
33+
"path": "github.com/cometbft/cometbft/state/indexer/block/kv",
34+
"symbols": [
35+
"BlockerIndexer.Search",
36+
"BlockerIndexer.setTmpHeights"
37+
]
38+
}
39+
]
40+
}
3141
}
3242
],
3343
"references": [
@@ -42,10 +52,14 @@
4252
{
4353
"type": "WEB",
4454
"url": "https://github.com/cometbft/cometbft/releases/tag/v0.38.15"
55+
},
56+
{
57+
"type": "FIX",
58+
"url": "https://github.com/cometbft/cometbft/commit/17d3bb66664cab6d6798c17e27198e15bbac1905"
4559
}
4660
],
4761
"database_specific": {
4862
"url": "https://pkg.go.dev/vuln/GO-2024-3259",
49-
"review_status": "UNREVIEWED"
63+
"review_status": "REVIEWED"
5064
}
5165
}

data/reports/GO-2024-3259.yaml

+11-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ modules:
55
- introduced: 0.38.0
66
- fixed: 0.38.15
77
vulnerable_at: 0.38.14
8-
summary: 'CometBFT Vote Extensions: Panic when receiving a Pre-commit with an invalid data in github.com/cometbft/cometbft'
8+
packages:
9+
- package: github.com/cometbft/cometbft/state/indexer/block/kv
10+
symbols:
11+
- BlockerIndexer.setTmpHeights
12+
derived_symbols:
13+
- BlockerIndexer.Search
14+
summary: |
15+
CometBFT Vote Extensions: Panic when receiving a Pre-commit with an invalid data in github.com/cometbft/cometbft
916
ghsas:
1017
- GHSA-p7mv-53f2-4cwj
1118
references:
1219
- advisory: https://github.com/cometbft/cometbft/security/advisories/GHSA-p7mv-53f2-4cwj
1320
- web: https://docs.cometbft.com/v0.38/spec/abci/abci++_basic_concepts
1421
- web: https://github.com/cometbft/cometbft/releases/tag/v0.38.15
22+
- fix: https://github.com/cometbft/cometbft/commit/17d3bb66664cab6d6798c17e27198e15bbac1905
1523
source:
1624
id: GHSA-p7mv-53f2-4cwj
17-
created: 2024-11-12T11:29:13.234193-05:00
18-
review_status: NEEDS_REVIEW
25+
created: 2024-12-12T13:06:57.501787-05:00
26+
review_status: REVIEWED

0 commit comments

Comments
 (0)