Skip to content

Commit

Permalink
data/reports: add GO-2023-2333.yaml
Browse files Browse the repository at this point in the history
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
zpavlinovic committed Nov 15, 2023
1 parent 03ef353 commit bc7b174
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
66 changes: 66 additions & 0 deletions data/osv/GO-2023-2333.json
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"
}
}
21 changes: 21 additions & 0 deletions data/reports/GO-2023-2333.yaml
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

0 comments on commit bc7b174

Please sign in to comment.