CVE-2024-43374

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.
Configurations

No configuration.

History

21 Nov 2024, 09:35

Type Values Removed Values Added
References
  • () http://www.openwall.com/lists/oss-security/2024/08/15/6 -
  • () https://security.netapp.com/advisory/ntap-20240920-0004/ -

19 Aug 2024, 13:00

Type Values Removed Values Added
Summary
  • (es) El editor UNIX Vim anterior a la versión 9.1.0678 tiene un error de use-after-free en el manejo de la lista de argumentos. Al agregar un nuevo archivo a la lista de argumentos, esto activa los comandos automáticos `Buf*`. Si en dicho autocomando se cierra el búfer que se acaba de abrir (incluida la ventana donde se muestra), esto hace que se libere la estructura de la ventana que contiene una referencia a la lista de argumentos que actualmente estamos modificando. Una vez que se completan los comandos automáticos, las referencias a la ventana y la lista de argumentos ya no son válidas y, como tales, provocan un uuse-after-free. El impacto es bajo ya que el usuario debe agregar intencionalmente algunos comandos automáticos inusuales que borran un búfer durante la creación (ya sea manualmente o obteniendo un complemento malicioso), pero Vim fallará. El problema se solucionó a partir del parche Vim v9.1.0678.

16 Aug 2024, 02:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-16 02:15

Updated : 2024-11-21 09:35


NVD link : CVE-2024-43374

Mitre link : CVE-2024-43374

CVE.ORG link : CVE-2024-43374


JSON object : View

Products Affected

No product.

CWE
CWE-416

Use After Free