Accounts. A privacy issue was addressed with improved private data redaction for log entries.
Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1848.
Last updated 24 July 2024
AMD. A buffer overflow issue was addressed with improved memory handling.
Incorrect Calculation of Buffer Size in GitHub repository vim/vim prior to 9.0.1378.
Last updated 24 July 2024
Last updated 24 July 2024
Last updated 24 July 2024
Last updated 24 July 2024
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Last updated 24 July 2024
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Last updated 24 July 2024
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Heap-based Buffer Overflow GitHub repository vim/vim prior to 8.2.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
Accelerate Framework. A memory consumption issue was addressed with improved memory handling.
apache. Multiple issues were addressed by updating apache to version 2.4.53.
apache. Multiple issues were addressed by updating apache to version 2.4.53.
Last updated 24 July 2024
Accounts. A logic issue was addressed with improved file handling.
Vim is an open source command line text editor. When performing a search and displaying the search-count message is disabled (:set shm+=S), the search pattern is displayed at the bottom of the screen in a buffer (msgbuf). When right-left mode (:set rl) is enabled, the search pattern is reversed. This happens by allocating a new buffer. If the search pattern contains some ASCII NUL characters, the buffer allocated will be smaller than the original allocated buffer (because for allocating the reversed buffer, the strlen() function is called, which only counts until it notices an ASCII NUL byte ) and thus the original length indicator is wrong. This causes an overflow when accessing characters inside the msgbuf by the previously (now wrong) length of the msgbuf. The issue has been fixed as of Vim patch v9.1.0689.
Last updated 24 July 2024
Last updated 24 July 2024
Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0577.