Integer Overflow or Wraparound
CVE-2023-48234
Summary
Vim is an open-source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. The impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability affects versions prior to 9.0.2109. Users are advised to upgrade. There are no known workarounds for this vulnerability.
- LOW
- NETWORK
- NONE
- UNCHANGED
- REQUIRED
- NONE
- NONE
- LOW
CWE-190 - Integer Overflow or Wraparound
The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
References
Advisory Timeline
- Published