Bug 2514035 (CVE-2026-73074) - CVE-2026-73074 vim: Vim: Heap buffer overflow via integer wraparound in text property handling
Summary: CVE-2026-73074 vim: Vim: Heap buffer overflow via integer wraparound in text ...
Keywords:
Status: NEW
Alias: CVE-2026-73074
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-11 15:41 UTC by OSIDB Bzimport
Modified: 2026-08-26 13:06 UTC (History)
21 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-11 15:41:30 UTC
Vim is an open source, command line text editor. Prior to 9.2.0841, prop_add_one() in src/textprop.c uses the proplen value from get_text_props() to increment a uint16_t property count beyond 0xffff, wrapping the count to zero and copying existing text-property records into a heap allocation sized for none of them. This issue is fixed in version 9.2.0841.


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