vim is vulnerable to Heap-based Buffer Overflow
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().
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://huntr.dev/bounties/ce6e8609-77c6-4e17-b9fc-a2e5abed052e | issue tracking patch exploit third party advisory |
https://github.com/vim/vim/commit/615ddd5342b50a6878a907062aa471740bd9a847 | third party advisory patch |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/IH2LS2DXBTYOCWGAKFMBF3HTWWXPBEFL/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FNXY7T5OORA7UJIMGSJBGHFMU6UZWS6P/ | vendor advisory |
http://www.openwall.com/lists/oss-security/2022/01/15/1 | third party advisory mailing list |
https://lists.debian.org/debian-lts-announce/2022/03/msg00018.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202208-32 | third party advisory vendor advisory |