| { |
| "schema_version": "1.3.1", |
| "id": "GO-2023-1595", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "0001-01-01T00:00:00Z", |
| "aliases": [ |
| "CVE-2023-24533", |
| "GHSA-f6hc-9g49-xmx7" |
| ], |
| "summary": "Incorrect multiplication of unreduced P-256 scalars in filippo.io/nistec", |
| "details": "Multiplication of certain unreduced P-256 scalars produce incorrect results.\n\nThere are no protocols known at this time that can be attacked due to this.", |
| "affected": [ |
| { |
| "package": { |
| "name": "filippo.io/nistec", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "0.0.2" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "filippo.io/nistec", |
| "goarch": [ |
| "amd64", |
| "arm64", |
| "ppc64le", |
| "s390x" |
| ], |
| "symbols": [ |
| "P256Point.ScalarBaseMult", |
| "P256Point.ScalarMult", |
| "p256OrdInverse" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/58647" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://github.com/FiloSottile/nistec/commit/c58aa1223ccf3943513e1e661cebce95af137244" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Guido Vranken via the Ethereum Foundation bug bounty program" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2023-1595", |
| "review_status": "REVIEWED" |
| } |
| } |