mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
18 lines
832 B
Markdown
18 lines
832 B
Markdown
### [CVE-2016-7420](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-7420)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|