Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

John Byrd

#38573of 56,331
7.5Total CVSS
Vulnerabilities · 1
PT-2017-9219
7.5
2017-01-30
Microsoft · Crypto++ · CVE-2016-7544
**Name of the Vulnerable Software and Affected Versions** Crypto++ version 5.6.4 **Description** The issue arises from the incorrect usage of Microsoft's stack-based malloca and freea functions in the Crypto++ library. Specifically, when the library requests a block of memory to align a table, and if the table is later reallocated, it could lead to freeing the wrong pointer. **Recommendations** For Crypto++ version 5.6.4, consider avoiding reallocation of tables that have been previously aligned in memory until a fix is available. As a temporary workaround, review and modify the memory allocation and deallocation code to correctly handle table reallocations and avoid freeing incorrect pointers.