CVE-2024-45306
CVSS V2 None
CVSS V3 None
Description
Vim is an open source, command line text editor. Patch v9.1.0038 optimized how the cursor position is calculated and removed a loop, that verified that the cursor position always points inside a line and does not become invalid by pointing beyond the end of
a line. Back then we assumed this loop is unnecessary. However, this change made it possible that the cursor position stays invalid and points beyond the end of a line, which would eventually cause a heap-buffer-overflow when trying to access the line pointer at
the specified cursor position. It's not quite clear yet, what can lead to this situation that the cursor points to an invalid position. That's why patch v9.1.0707 does not include a test case. The only observed impact has been a program crash. This issue has been addressed in with the patch v9.1.0707. All users are advised to upgrade.
Overview
- CVE ID
- CVE-2024-45306
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-09-02T16:35:17.444Z
- Last Modified Date
- 2024-09-02T16:35:17.444Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/vim/vim/security/advisories/GHSA-wxf9-c5gx-qrwr | x_refsource_CONFIRM |
https://github.com/vim/vim/commit/396fd1ec2956307755392a1 | x_refsource_MISC |
https://github.com/vim/vim/releases/tag/v9.1.0038 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-45306 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45306 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-09-03 13:08:21 | Added to TrackCVE |