跳转到帖子

Huawei EulerOS: CVE-2024-43802: vim security update

recommended_posts

发布于
  • Members

Huawei EulerOS: CVE-2024-43802: vim security update

Severity
4
CVSS
(AV:L/AC:M/Au:N/C:P/I:P/A:P)
Published
08/26/2024
Created
12/13/2024
Added
12/12/2024
Modified
12/12/2024

Description

Vim is an improved version of the unix vi text editor. When flushing the typeahead buffer, Vim moves the current position in the typeahead buffer but does not check whether there is enough space left in the buffer to handle the next characters.So this may lead to the tb_off position within the typebuf variable to point outside of the valid buffer size, which can then later lead to a heap-buffer overflow in e.g. ins_typebuf(). Therefore, when flushing the typeahead buffer, check if there is enough space left before advancing the off position. If not, fall back to flush current typebuf contents. It's not quite clear yet, what can lead to this situation. It seems to happen when error messages occur (which will cause Vim to flush the typeahead buffer) in comnination with several long mappgins and so it may eventually move the off position out of a valid buffer size. Impact is low since it is not easily reproducible and requires to have several mappings active and run into some error condition. But when this happens, this will cause a crash. The issue has been fixed as of Vim patch v9.1.0697. Users are advised to upgrade. There are no known workarounds for this issue.

Solution(s)

  • huawei-euleros-2_0_sp11-upgrade-vim-common
  • huawei-euleros-2_0_sp11-upgrade-vim-enhanced
  • huawei-euleros-2_0_sp11-upgrade-vim-filesystem
  • huawei-euleros-2_0_sp11-upgrade-vim-minimal

References

  • https://attackerkb.com/topics/cve-2024-43802
  • CVE - 2024-43802
  • EulerOS-SA-2024-2989
  • 查看数 694
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。

游客
回帖…