CVE-2024-43374 Affecting vim package, versions <9.1.0686-r0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-WOLFILATEST-VIM-7775154
- published 21 Aug 2024
- disclosed 16 Aug 2024
Introduced: 16 Aug 2024
CVE-2024-43374 Open this link in a new tabHow to fix?
Upgrade Wolfi
vim
to version 9.1.0686-r0 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream vim
package and not the vim
package as distributed by Wolfi
.
See How to fix?
for Wolfi
relevant fixed versions and status.
The UNIX editor Vim prior to version 9.1.0678 has a use-after-free error in argument list handling. When adding a new file to the argument list, this triggers Buf*
autocommands. If in such an autocommand the buffer that was just opened is closed (including the window where it is shown), this causes the window structure to be freed which contains a reference to the argument list that we are actually modifying. Once the autocommands are completed, the references to the window and argument list are no longer valid and as such cause an use-after-free. Impact is low since the user must either intentionally add some unusual autocommands that wipe a buffer during creation (either manually or by sourcing a malicious plugin), but it will crash Vim. The issue has been fixed as of Vim patch v9.1.0678.