-
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.
Aliases: GHSA-rjjm-x32p-m3f7 Fixes #2333 Change-Id: Icc32709da470c080c2f7e6687694fee2f5f8fe19 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/542575 Run-TryBot: Zvonimir Pavlinovic <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
- Loading branch information
1 parent
03ef353
commit bc7b174
Showing
2 changed files
with
87 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,66 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2023-2333", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"GHSA-rjjm-x32p-m3f7" | ||
], | ||
"summary": "Range checker gadget allows wider inputs than allowed in github.com/consensys/gnark", | ||
"details": "Range checker gadget allows wider inputs than allowed in github.com/consensys/gnark", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/consensys/gnark", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "0.9.2-0.20231110170422-f528807119e9" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": { | ||
"imports": [ | ||
{ | ||
"path": "github.com/consensys/gnark/std/rangecheck", | ||
"symbols": [ | ||
"commitChecker.commit", | ||
"nbPLONKConstraints", | ||
"nbR1CSConstraints" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/Consensys/gnark/security/advisories/GHSA-rjjm-x32p-m3f7" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/Consensys/gnark/issues/897" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/Consensys/gnark/commit/f528807119e9443df94b8c01fe8ee65abe3c75d8" | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"name": "@ultrainstinct30" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2023-2333" | ||
} | ||
} |
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,21 @@ | ||
id: GO-2023-2333 | ||
modules: | ||
- module: github.com/consensys/gnark | ||
versions: | ||
- fixed: 0.9.2-0.20231110170422-f528807119e9 | ||
vulnerable_at: 0.9.1 | ||
packages: | ||
- package: github.com/consensys/gnark/std/rangecheck | ||
symbols: | ||
- commitChecker.commit | ||
- nbR1CSConstraints | ||
- nbPLONKConstraints | ||
summary: Range checker gadget allows wider inputs than allowed in github.com/consensys/gnark | ||
ghsas: | ||
- GHSA-rjjm-x32p-m3f7 | ||
credits: | ||
- '@ultrainstinct30' | ||
references: | ||
- advisory: https://github.com/Consensys/gnark/security/advisories/GHSA-rjjm-x32p-m3f7 | ||
- web: https://github.com/Consensys/gnark/issues/897 | ||
- fix: https://github.com/Consensys/gnark/commit/f528807119e9443df94b8c01fe8ee65abe3c75d8 |