diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-21 22:01:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-21 22:01:08 +0800 |
commit | ce3aa63075bea64a81958ffc7572c75496118aed (patch) | |
tree | 62bdaa69e382fc60c01d7ccf6a438189913d44d6 /security/vuxml | |
parent | 001513aa0a4f979050f3038a22e6291cc27e4a25 (diff) | |
download | freebsd-ports-gnome-ce3aa63075bea64a81958ffc7572c75496118aed.tar.gz freebsd-ports-gnome-ce3aa63075bea64a81958ffc7572c75496118aed.tar.zst freebsd-ports-gnome-ce3aa63075bea64a81958ffc7572c75496118aed.zip |
- Document vim -- Vim Shell Command Injection Vulnerabilities
Reviewed by: remko, miwi
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7e0f9ea4e4c6..cc08de18ce4c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="30866e6c-3c6d-11dd-98c9-00163e000016"> + <topic>vim -- Vim Shell Command Injection Vulnerabilities</topic> + <affects> + <package> + <name>vim</name> + <name>vim-lite</name> + <name>vim-ruby</name> + <name>vim6</name> + <name>vim6-ruby</name> + <range><gt>6</gt><le>6.4.10</le></range> + <range><gt>7</gt><lt>7.1.315</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Rdancer.org reports:</p> + <blockquote cite="http://www.rdancer.org/vulnerablevim.html"> + <p>Improper quoting in some parts of Vim written in the Vim Script + can lead to arbitrary code execution upon opening a crafted + file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-2712</cvename> + <url>http://www.rdancer.org/vulnerablevim.html</url> + </references> + <dates> + <discovery>2008-06-16</discovery> + <entry>2008-06-21</entry> + </dates> + </vuln> + <vuln vid="53802164-3f7e-11dd-90ea-0019666436c2"> <topic>ruby -- multiple integer and buffer overflow vulnerabilities</topic> <affects> |