First published: Thu Sep 11 2008(Updated: )
Description of problem: Ben Schmidt has discovered the following security flaw in Vim, which could lead to arbitrary code execution. Insufficient sanitization can lead to Vim executing arbitrary commands when performing keyword or tag lookup. Flaw description pasted from original rdancer.org report (see [1]): 3.1. Keyword Lookup -- The ``K'' Command 3.1.1. Shell Commands and Ex Commands Because the string passed to the shell for execution is not sanitized, it is possible to specify arbitrary shell commands where Vim expects an argument for the keyword program. Same applies to arbitrary Ex commands. 3.1.2. Keyword Program Command Line Switches It is possible to specify command line switches for the keyword program in place of the argument. The gravity of this vulnerability depends on the keyword program selected. GNU man, the default keyword program in many installations, supports for example the ``--pager'' option (cf. the GNU man(1) manual page). This allows arbitrary command execution. 3.2. Tag Lookup -- the ``Control-]'' and ``g]'' Commands Insufficient sanitization of an Ex command argument allows specifying additional arbitrary Ex commands in place of the argument. 3.3. Unknown Shell/Keyword Program Because the syntax of the shell that is being used to execute the commands is not known beforehand, there may be other unknown vulnerabilities, that are present depending on the shell being used. Ditto for the man(1) program, and other keyword programs. Version-Release number of selected component (if applicable): 3.0--current, possibly older How reproducible: Always Steps to Reproduce: 1. See part "4.EXPLOIT" from the original rdancer.org report [1] Actual results: Arbitrary code execution possible Expected results: No security flaw present. References: [1] <a href="http://www.rdancer.org/vulnerablevim-K.html">http://www.rdancer.org/vulnerablevim-K.html</a> Proposed patch: Report: <a href="http://groups.google.com/group/vim_dev/msg/dd32ad3a84f36bb2">http://groups.google.com/group/vim_dev/msg/dd32ad3a84f36bb2</a> Patch: <a href="http://groups.google.com/group/vim_dev/attach/dd32ad3a84f36bb2/K-arbitrary-command-execution.patch?part=2">http://groups.google.com/group/vim_dev/attach/dd32ad3a84f36bb2/K-arbitrary-command-execution.patch?part=2</a> RH SRT official statement: This issue affects all versions of the vim-enhanced package, as shipped with Red Hat Enterprise Linux 2.1, 3, 4 and 5 and within Fedora releases of 8, 9 and 10.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Vim Vim | =5.7 | |
Vim Vim | =6.4 | |
Vim Vim | =3.0 | |
Vim Vim | =6.3 | |
Vim Vim | =5.4 | |
Vim Vim | =7.1 | |
Vim Vim | =7.0 | |
Vim Vim | <=7.2 | |
Vim Vim | =5.2 | |
Vim Vim | =5.3 | |
Vim Vim | =5.5 | |
Vim Vim | =6.2 | |
Vim Vim | =5.8 | |
Vim Vim | =6.0 | |
Vim Vim | =5.6 | |
Vim Vim | =6.1 | |
Vim Vim | =5.1 | |
Vim Vim | =5.0 | |
Vim Vim | =4.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.