Bug 2250270 (CVE-2023-48233) - CVE-2023-48233 vim: overflow with count for :s command
Summary: CVE-2023-48233 vim: overflow with count for :s command
Keywords:
Status: NEW
Alias: CVE-2023-48233
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2250277
Blocks: 2250282
TreeView+ depends on / blocked
 
Reported: 2023-11-17 12:12 UTC by TEJ RATHI
Modified: 2024-03-27 16:36 UTC (History)
0 users

Fixed In Version: vim 9.0.2108
Doc Type: If docs needed, set a value
Doc Text:
A flaw was found in Vim, an open source command line text editor. If the count after the :s command is larger than what fits into a signed long variable, abort with e_value_too_large. The impact is low because user interaction is required and a crash may not happen in all situations.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description TEJ RATHI 2023-11-17 12:12:52 UTC
Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a (signed) long variable, abort with e_value_too_large. Impact is low, user interaction is required and a crash may not even happen in all situations. There are no known workarounds for this vulnerability.

http://www.openwall.com/lists/oss-security/2023/11/16/1
https://github.com/vim/vim/commit/ac63787734fda2e294e477af52b3bd601517fa78
https://github.com/vim/vim/security/advisories/GHSA-3xx4-hcq6-r2vj

Comment 1 TEJ RATHI 2023-11-17 12:13:21 UTC
Created vim tracking bugs for this issue:

Affects: fedora-all [bug 2250277]


Note You need to log in before you can comment on or make changes to this bug.