mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
1.0 KiB
1.0 KiB
CVE-2016-4296
Description
When opening a Hangul Hcell Document (.cell) and processing a record that uses the CSSValFormat object, Hancom Office 2014 will search for an underscore ("_") character at the end of the string and write a null terminator after it. If the character is at the very end of the string, the application will mistakenly write the null-byte outside the bounds of its destination. This can result in heap corruption that can lead code execution under the context of the application
POC
Reference
- http://www.talosintelligence.com/reports/TALOS-2016-0151/
- http://www.talosintelligence.com/reports/TALOS-2016-0151/
Github
No PoCs found on GitHub currently.