ALAS2-2025-2827


Amazon Linux 2 Security Advisory: ALAS2-2025-2827
Advisory Released Date: 2025-04-16
Advisory Updated Date: 2025-04-16
Severity: Medium

Issue Overview:

A vulnerability classified as problematic was found in vim up to 9.1.1096. This vulnerability affects unknown code of the file src/main.c. The manipulation of the argument --log leads to memory corruption. It is possible to launch the attack on the local host. Upgrading to version 9.1.1097 is able to address this issue. The patch is identified as c5654b84480822817bb7b69ebc97c174c91185e9. It is recommended to upgrade the affected component. (CVE-2025-1215)

Vim is a greatly improved version of the good old UNIX editor Vi. Vim allows to redirect screen messages using the `:redir` ex command to register, variables and files. It also allows to show the contents of registers using the `:registers` or `:display` ex command. When redirecting the output of `:display` to a register, Vim will free the register content before storing the new content in the register. Now when redirecting the `:display` command to a register that is being displayed, Vim will free the content while shortly afterwards trying to access it, which leads to a use-after-free. Vim pre 9.1.1115 checks in the ex_display() function, that it does not try to redirect to a register while displaying this register at the same time. However this check is not complete, and so Vim does not check the `+` and `*` registers (which typically donate the X11/clipboard registers, and when a clipboard connection is not possible will fall back to use register 0 instead. In Patch 9.1.1115 Vim will therefore skip outputting to register zero when trying to redirect to the clipboard registers `*` or `+`. Users are advised to upgrade. There are no known workarounds for this vulnerability. (CVE-2025-26603)

Vim, a text editor, is vulnerable to potential data loss with zip.vim and special crafted zip files in versions prior to 9.1.1198. The impact is medium because a user must be made to view such an archive with Vim and then press 'x' on such a strange filename. The issue has been fixed as of Vim patch v9.1.1198. (CVE-2025-29768)


Affected Packages:

vim


Note:

This advisory is applicable to Amazon Linux 2 (AL2) Core repository. Visit this FAQ section for the difference between AL2 Core and AL2 Extras advisories.


Issue Correction:
Run yum update vim to update your system.

New Packages:
aarch64:
    vim-common-9.0.2153-1.amzn2.0.4.aarch64
    vim-minimal-9.0.2153-1.amzn2.0.4.aarch64
    vim-enhanced-9.0.2153-1.amzn2.0.4.aarch64
    vim-X11-9.0.2153-1.amzn2.0.4.aarch64
    xxd-9.0.2153-1.amzn2.0.4.aarch64
    vim-debuginfo-9.0.2153-1.amzn2.0.4.aarch64

i686:
    vim-common-9.0.2153-1.amzn2.0.4.i686
    vim-minimal-9.0.2153-1.amzn2.0.4.i686
    vim-enhanced-9.0.2153-1.amzn2.0.4.i686
    vim-X11-9.0.2153-1.amzn2.0.4.i686
    xxd-9.0.2153-1.amzn2.0.4.i686
    vim-debuginfo-9.0.2153-1.amzn2.0.4.i686

noarch:
    vim-filesystem-9.0.2153-1.amzn2.0.4.noarch
    vim-data-9.0.2153-1.amzn2.0.4.noarch

src:
    vim-9.0.2153-1.amzn2.0.4.src

x86_64:
    vim-common-9.0.2153-1.amzn2.0.4.x86_64
    vim-minimal-9.0.2153-1.amzn2.0.4.x86_64
    vim-enhanced-9.0.2153-1.amzn2.0.4.x86_64
    vim-X11-9.0.2153-1.amzn2.0.4.x86_64
    xxd-9.0.2153-1.amzn2.0.4.x86_64
    vim-debuginfo-9.0.2153-1.amzn2.0.4.x86_64