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/b114b5a2-18e2-49f0-b350-15994d71426a | patch third party advisory exploit |
https://github.com/vim/vim/commit/2de9b7c7c8791da8853a9a7ca9c467867465b655 | third party advisory patch |
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 | mailing list mitigation third party advisory |
https://security.gentoo.org/glsa/202208-32 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/11/msg00009.html | third party advisory mailing list |