Skip to content

Commit dc9d1b0

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

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

data/osv/GO-2024-3122.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"CVE-2024-45039",
88
"GHSA-q3hw-3gm4-w5cr"
99
],
10-
"summary": "gnark's Groth16 commitment extension unsound for more than one commitment in github.com/consensys/gnark",
11-
"details": "gnark's Groth16 commitment extension unsound for more than one commitment in github.com/consensys/gnark",
10+
"summary": "Groth16 commitment extension unsound for more than one commitment in github.com/consensys/gnark",
11+
"details": "Groth16 commitment extension unsound for more than one commitment in github.com/consensys/gnark",
1212
"affected": [
1313
{
1414
"package": {
@@ -35,14 +35,10 @@
3535
{
3636
"type": "ADVISORY",
3737
"url": "https://github.com/Consensys/gnark/security/advisories/GHSA-q3hw-3gm4-w5cr"
38-
},
39-
{
40-
"type": "ADVISORY",
41-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45039"
4238
}
4339
],
4440
"database_specific": {
4541
"url": "https://pkg.go.dev/vuln/GO-2024-3122",
46-
"review_status": "UNREVIEWED"
42+
"review_status": "REVIEWED"
4743
}
4844
}

data/reports/GO-2024-3122.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ modules:
44
versions:
55
- fixed: 0.11.0
66
vulnerable_at: 0.10.0
7-
summary: gnark's Groth16 commitment extension unsound for more than one commitment in github.com/consensys/gnark
7+
summary: |-
8+
Groth16 commitment extension unsound for more than one commitment in
9+
github.com/consensys/gnark
810
cves:
911
- CVE-2024-45039
1012
ghsas:
1113
- GHSA-q3hw-3gm4-w5cr
1214
references:
1315
- advisory: https://github.com/Consensys/gnark/security/advisories/GHSA-q3hw-3gm4-w5cr
14-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-45039
16+
notes:
17+
- The fix mentioned in the advisory (https://github.com/Consensys/gnark/commit/e7c66b000454f4d2a4ae48c005c34154d4cfc2a2) does not exist, and I was not able to locate the real fix.
1518
source:
1619
id: GHSA-q3hw-3gm4-w5cr
17-
created: 2024-11-12T11:30:11.924411-05:00
18-
review_status: NEEDS_REVIEW
20+
created: 2024-12-12T14:10:57.751829-05:00
21+
review_status: REVIEWED

0 commit comments

Comments
 (0)