Files
CVEs-PoC/2015/CVE-2015-8618.md
T
2024-06-18 02:51:15 +02:00

18 lines
701 B
Markdown

### [CVE-2015-8618](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8618)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The Int.Exp Montgomery code in the math/big library in Go 1.5.x before 1.5.3 mishandles carry propagation and produces incorrect output, which makes it easier for attackers to obtain private RSA keys via unspecified vectors.
### POC
#### Reference
- https://github.com/golang/go/issues/13515
#### Github
- https://github.com/Big5-sec/Security-challenges