File tree 2 files changed +27
-5
lines changed
2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 27
27
]
28
28
}
29
29
],
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
+ }
31
41
}
32
42
],
33
43
"references" : [
42
52
{
43
53
"type" : " WEB" ,
44
54
"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"
45
59
}
46
60
],
47
61
"database_specific" : {
48
62
"url" : " https://pkg.go.dev/vuln/GO-2024-3259" ,
49
- "review_status" : " UNREVIEWED "
63
+ "review_status" : " REVIEWED "
50
64
}
51
65
}
Original file line number Diff line number Diff line change @@ -5,14 +5,22 @@ modules:
5
5
- introduced : 0.38.0
6
6
- fixed : 0.38.15
7
7
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
9
16
ghsas :
10
17
- GHSA-p7mv-53f2-4cwj
11
18
references :
12
19
- advisory : https://github.com/cometbft/cometbft/security/advisories/GHSA-p7mv-53f2-4cwj
13
20
- web : https://docs.cometbft.com/v0.38/spec/abci/abci++_basic_concepts
14
21
- web : https://github.com/cometbft/cometbft/releases/tag/v0.38.15
22
+ - fix : https://github.com/cometbft/cometbft/commit/17d3bb66664cab6d6798c17e27198e15bbac1905
15
23
source :
16
24
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
You can’t perform that action at this time.
0 commit comments