Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-73071

Опубликовано: 11 авг. 2026
Источник: debian

Описание

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.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
vimfixed2:9.2.0858-1package
vimnot-affectedtrixiepackage
vimnot-affectedbookwormpackage
vimnot-affectedbullseyepackage

Примечания

  • https://github.com/vim/vim/security/advisories/GHSA-69ch-22ch-r887

  • Fixed by: https://github.com/vim/vim/commit/f8126294a526aa80c5123eb3079e325daee9ec75 (v9.2.0844)

Связанные уязвимости

CVSS3: 3.3
ubuntu
17 дней назад

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.

CVSS3: 3.3
redhat
17 дней назад

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.

CVSS3: 3.3
nvd
17 дней назад

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.

CVSS3: 3.3
msrc
6 дней назад

Vim: Use-after-free in JSON Decoding