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/f3afe1a5-e6f8-4579-b68a-6e5c7e39afed | patch third party advisory exploit |
https://github.com/vim/vim/commit/de05bb25733c3319e18dca44e9b59c6ee389eb26 | third party advisory patch |
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 |
https://lists.debian.org/debian-lts-announce/2022/11/msg00009.html | third party advisory mailing list |