-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update: vim #1510
Labels
Comments
dongsupark
added
security
security concerns
advisory
security advisory
cvss/MEDIUM
>= 4 && < 7 assessed CVSS
labels
Aug 6, 2024
github-project-automation
bot
moved this to 📝 Needs Triage
in Flatcar tactical, release planning, and roadmap
Aug 6, 2024
dongsupark
moved this from 📝 Needs Triage
to 🪵Backlog
in Flatcar tactical, release planning, and roadmap
Aug 6, 2024
Added CVE-2024-43374, CVE-2024-43790, CVE-2024-43802, CVE-2024-45306. |
Added CVE-2024-47814. |
Added CVE-2025-22134. |
Added CVE-2025-24014. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Name: vim
CVEs: CVE-2024-41957, CVE-2024-41965, CVE-2024-43374, CVE-2024-43790, CVE-2024-43802, CVE-2024-45306, CVE-2024-47814, CVE-2025-22134, CVE-2025-24014
CVSSs: 4.5, 4.2, 4.5, 4.5, 4.5, 5.5, 3.9, 4.2, 4.2
Action Needed: update to >= 9.1.1043
Summary:
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.refmap.gentoo: CVE-2024-{41957,41965}: https://bugs.gentoo.org/937126, others: TBD
The text was updated successfully, but these errors were encountered: