CVE-2025-27423

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-27423
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-27423.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-27423
Aliases
  • GHSA-wfmf-8626-q3r3
Downstream
Related
Published
2025-03-03T16:30:19Z
Modified
2025-10-14T14:34:56Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Improper Input Validation in Vim
Details

Vim is an open source, command line text editor. Vim is distributed with the tar.vim plugin, that allows easy editing and viewing of (compressed or uncompressed) tar files. Starting with 9.1.0858, the tar.vim plugin uses the ":read" ex command line to append below the cursor position, however the is not sanitized and is taken literally from the tar archive. This allows to execute shell commands via special crafted tar archives. Whether this really happens, depends on the shell being used ('shell' option, which is set using $SHELL). The issue has been fixed as of Vim patch v9.1.1164

References

Affected packages

Git /

Affected ranges

Database specific

{
    "unresolved_versions": [
        {
            "type": "",
            "events": [
                {
                    "introduced": "0"
                },
                {
                    "fixed": "9.1.1164"
                }
            ]
        }
    ]
}