Bug 2514036 (CVE-2026-73071) - CVE-2026-73071 vim: Vim: Denial of Service via Use-After-Free in JSON Decoding
Summary: CVE-2026-73071 vim: Vim: Denial of Service via Use-After-Free in JSON Decoding
Keywords:
Status: NEW
Alias: CVE-2026-73071
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:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-11 15:41 UTC by OSIDB Bzimport
Modified: 2026-08-12 20:19 UTC (History)
6 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-11 15:41:37 UTC
Vim is an open source, command line text editor. From 9.2.0511 until 9.2.0844, json_decode_item() in src/json.c can retain a stale pointer after json_decode_string() invokes channel_fill() to refill and free the current buffer, causing the error path to read freed memory instead of reader->js_buf + reader->js_used when an invalid JSON string spans buffers. This issue is fixed in version 9.2.0844.


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