GHSA-F6HC-9G49-XMX7
Vulnerability from github – Published: 2023-03-01 22:36 – Updated: 2024-05-20 21:48Multiplication of certain unreduced P-256 scalars produce incorrect results. There are no protocols known at this time that can be attacked due to this.
From the fix commit notes:
Unlike the rest of nistec, the P-256 assembly doesn't use complete addition formulas, meaning that p256PointAdd[Affine]Asm won't return the correct value if the two inputs are equal.
This was (undocumentedly) ignored in the scalar multiplication loops because as long as the input point is not the identity and the scalar is lower than the order of the group, the addition inputs can't be the same.
As part of the math/big rewrite, we went however from always reducing the scalar to only checking its length, under the incorrect assumption that the scalar multiplication loop didn't require reduction.
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "filippo.io/nistec"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-24533"
],
"database_specific": {
"cwe_ids": [
"CWE-682"
],
"github_reviewed": true,
"github_reviewed_at": "2023-03-01T22:36:36Z",
"nvd_published_at": "2023-03-08T20:15:00Z",
"severity": "HIGH"
},
"details": "Multiplication of certain unreduced P-256 scalars produce incorrect results. There are no protocols known at this time that can be attacked due to this.\n\nFrom the fix commit notes:\n\n\u003e Unlike the rest of nistec, the P-256 assembly doesn\u0027t use complete addition formulas, meaning that p256PointAdd[Affine]Asm won\u0027t return the correct value if the two inputs are equal.\n\u003e \n\u003e This was (undocumentedly) ignored in the scalar multiplication loops because as long as the input point is not the identity and the scalar is lower than the order of the group, the addition inputs can\u0027t be the same.\n\u003e \n\u003e As part of the math/big rewrite, we went however from always reducing the scalar to only checking its length, under the incorrect assumption that the scalar multiplication loop didn\u0027t require reduction.",
"id": "GHSA-f6hc-9g49-xmx7",
"modified": "2024-05-20T21:48:49Z",
"published": "2023-03-01T22:36:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-24533"
},
{
"type": "WEB",
"url": "https://github.com/FiloSottile/nistec/commit/c58aa1223ccf3943513e1e661cebce95af137244"
},
{
"type": "PACKAGE",
"url": "https://github.com/FiloSottile/nistec"
},
{
"type": "WEB",
"url": "https://go.dev/issue/58647"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2023-1595"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "nistec has Incorrect Calculation in Multiplication of unreduced P-256 scalars"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.