-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data/reports/GO-2024-3123.yaml Fixes #3123 Change-Id: I09dc04deef5691e9ef6cf2a3fbd6b283196ef087 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/613259 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]>
- Loading branch information
Showing
2 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3123", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-45040", | ||
"GHSA-9xcg-3q8v-7fq6" | ||
], | ||
"summary": "Commitments to private witnesses in Groth16 as implemented break zero-knowledge property in github.com/consensys/gnark", | ||
"details": "Commitments to private witnesses in Groth16 as implemented break zero-knowledge property in github.com/consensys/gnark", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/consensys/gnark", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "0.11.0" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/consensys/gnark/constraint/solver", | ||
"symbols": [ | ||
"RegisterHint" | ||
] | ||
}, | ||
{ | ||
"path": "github.com/consensys/gnark/frontend/cs/r1cs", | ||
"symbols": [ | ||
"builder.Commit" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/Consensys/gnark/security/advisories/GHSA-9xcg-3q8v-7fq6" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/Consensys/gnark/commit/afda68a38acca37becb8ba6d8982d03fee9559a0" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/Consensys/gnark/pull/1245" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3123", | ||
"review_status": "REVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
id: GO-2024-3123 | ||
modules: | ||
- module: github.com/consensys/gnark | ||
versions: | ||
- fixed: 0.11.0 | ||
vulnerable_at: 0.10.0 | ||
packages: | ||
- package: github.com/consensys/gnark/constraint/solver | ||
symbols: | ||
- RegisterHint | ||
- package: github.com/consensys/gnark/frontend/cs/r1cs | ||
symbols: | ||
- builder.Commit | ||
summary: |- | ||
Commitments to private witnesses in Groth16 as implemented break | ||
zero-knowledge property in github.com/consensys/gnark | ||
cves: | ||
- CVE-2024-45040 | ||
ghsas: | ||
- GHSA-9xcg-3q8v-7fq6 | ||
references: | ||
- advisory: https://github.com/Consensys/gnark/security/advisories/GHSA-9xcg-3q8v-7fq6 | ||
- fix: https://github.com/Consensys/gnark/commit/afda68a38acca37becb8ba6d8982d03fee9559a0 | ||
- fix: https://github.com/Consensys/gnark/pull/1245 | ||
source: | ||
id: GHSA-9xcg-3q8v-7fq6 | ||
created: 2024-09-13T15:12:43.387235-04:00 | ||
review_status: REVIEWED |