Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0102.
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
Link | Tags |
---|---|
https://huntr.dev/bounties/c5f2f1d4-0441-4881-b19c-055acaa16249 | exploit third party advisory patch |
https://github.com/vim/vim/commit/1e56bda9048a9625bce6e660938c834c5c15b07d | third party advisory patch |