cve/2023/CVE-2023-24532.md

22 lines
928 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-24532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24532)
![](https://img.shields.io/static/v1?label=Product&message=crypto%2Finternal%2Fnistec&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.19.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-682%3A%20Incorrect%20Calculation&color=brighgreen)
### Description
The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/MrE-Fog/cryptofuzz
- https://github.com/guidovranken/cryptofuzz
- https://github.com/karimhabush/cyberowl
- https://github.com/nao1215/golling