Skip to content

Commit

Permalink
data/reports: add GO-2024-3123
Browse files Browse the repository at this point in the history
  - 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
tatianab authored and gopherbot committed Sep 13, 2024
1 parent 84dc493 commit b92b799
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
67 changes: 67 additions & 0 deletions data/osv/GO-2024-3123.json
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"
}
}
28 changes: 28 additions & 0 deletions data/reports/GO-2024-3123.yaml
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

0 comments on commit b92b799

Please sign in to comment.