Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-52858 Details

Description

Vim is an open source, command line text editor. Prior to version 9.2.0561, the Python omni-completion script in python3complete.vim for Vim with the +python3 interpreter enabled (and the legacy pythoncomplete.vim for builds with the +python interpreter) executes the import and from statements found in the current buffer through Python's import machinery. Because the buffer's working directory is on sys.path, opening a hostile .py file with a sibling Python package and invoking omni-completion runs that package's top-level code as the editing user. This issue has been patched in version 9.2.0561.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-829Inclusion of Functionality from Untrusted Control Sphere[email protected]
CWE-94Improper Control of Generation of Code ('Code Injection')[email protected]
CWE-95Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')[email protected]

Affected Products

ProductVersions
vim vim
< 9.2.0561

CPE

  • cpe:2.3:a:vim:vim:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-52858
NVD Published Date:
Jun 11, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-52858 Details - Not Deferred