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

18 lines
832 B
Markdown

### [CVE-2016-7420](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7420)
![](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
Crypto++ (aka cryptopp) through 5.6.4 does not document the requirement for a compile-time NDEBUG definition disabling the many assert calls that are unintended in production use, which might allow context-dependent attackers to obtain sensitive information by leveraging access to process memory after an assertion failure, as demonstrated by reading a core dump.
### POC
#### Reference
- https://github.com/weidai11/cryptopp/issues/277
#### Github
No PoCs found on GitHub currently.