Home

Description

Vim is an open source, command line text editor. Prior to 9.2.0699, Vim's Python omni-completion (runtime/autoload/python3complete.vim and the legacy pythoncomplete.vim) executes reconstructed function and class definitions from the current buffer with exec() as part of populating the completion dictionary. When reconstructing that source, each scope's docstring is inserted verbatim between triple quotes with no escaping, so a hostile buffer can break out of the triple-quoted literal and execute attacker-controlled Python during omni-completion. This vulnerability is fixed in 9.2.0699.

PUBLISHED Reserved 2026-06-24 | Published 2026-06-25 | Updated 2026-06-26 | Assigner GitHub_M




HIGH: 8.4CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Problem types

CWE-94: Improper Control of Generation of Code ('Code Injection')

Product status

< 9.2.0699
affected

References

github.com/vim/vim/security/advisories/GHSA-ppj8-wqjf-6fp3

github.com/...ommit/cce141c42740f122dd8486ae04e21c2a81016ba8

github.com/vim/vim/releases/tag/v9.2.0699

cve.org (CVE-2026-57456)

nvd.nist.gov (CVE-2026-57456)

Download JSON