From rea-fbsd@codelabs.ru  Sun Nov 30 16:30:54 2008
Return-Path: <rea-fbsd@codelabs.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9B28910656E5;
	Sun, 30 Nov 2008 16:30:54 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 4CCE98FC0C;
	Sun, 30 Nov 2008 16:30:54 +0000 (UTC)
	(envelope-from rea-fbsd@codelabs.ru)
Received: from phoenix.codelabs.ru (ppp85-141-162-16.pppoe.mtu-net.ru [85.141.162.16])
	by 0.mx.codelabs.ru with esmtps (TLSv1:CAMELLIA256-SHA:256)
	id 1L6pC9-000657-4m; Sun, 30 Nov 2008 19:30:53 +0300
Message-Id: <20081129112723.27E6BB8019@phoenix.codelabs.ru>
Date: Sat, 29 Nov 2008 14:27:23 +0300 (MSK)
From: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Reply-To: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsd-vuxml@freebsd.org
Subject: [vuxml] editors/vim: document CVE-2008-3432
X-Send-Pr-Version: 3.113
X-GNATS-Notify: obrien@freebsd.org

>Number:         129300
>Category:       ports
>Synopsis:       [vuxml] editors/vim6: document CVE-2008-3432
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 16:40:01 UTC 2008
>Closed-Date:    Thu Sep 09 03:13:39 UTC 2010
>Last-Modified:  Thu Sep  9 03:20:00 UTC 2010
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
Code Labs
>Environment:

System: FreeBSD 7.0-STABLE amd64

>Description:

There is CVE-2008-3432 that addresses the heap-based buffer overflow in
vim 6.2 and 6.3.  While these are rather dated, someone might still be
using them.

>How-To-Repeat:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3432
http://www.openwall.com/lists/oss-security/2008/07/15/4

>Fix:

The following VuXML entry should be evaluated and added:
--- vuln.xml begins here ---
  <vuln vid="">
    <topic>vim -- heap-based overflow while parsing shell metacharacters</topic>
    <affects>
      <package>
	<name>vim</name>
	<name>vim-lite</name>
	<name>vim-gtk2</name>
	<name>vim-gnome</name>
	<range><ge>6.2.521</ge><lt>6.3.62</lt></range>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
	<p>Description for CVE-2008-3432 says:</p>
	<blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3432">
	<p>Heap-based buffer overflow in the mch_expand_wildcards
	function in os_unix.c in Vim 6.2 and 6.3 allows user-assisted
	attackers to execute arbitrary code via shell metacharacters
	in filenames, as demonstrated by the netrw.v3 test case.</p>
	</blockquote>
      </body>
    </description>
    <references>
      <cvename>CVE-2008-3432</cvename>
      <url>http://www.openwall.com/lists/oss-security/2008/07/15/4</url>
    </references>
    <dates>
      <discovery>2008-07-31</discovery>
      <entry>today</entry>
    </dates>
  </vuln>
--- vuln.xml ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->obrien 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 30 16:40:11 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129300 
Responsible-Changed-From-To: obrien->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Aug 23 02:12:20 UTC 2010 
Responsible-Changed-Why:  
Actually this is about vim6, which obrien no longer maintains. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129300 
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Thu Sep 9 02:27:25 UTC 2010 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129300 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Thu Sep 9 02:27:51 UTC 2010 
State-Changed-Why:  
Vulnerability documented; I have also scheduled this port for 
termination, since it is now rather ancient and superceded by vim 7. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129300 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129300: commit references a PR
Date: Thu,  9 Sep 2010 03:13:18 +0000 (UTC)

 shaun       2010-09-09 03:13:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/vim6         Makefile 
     security/vuxml       vuln.xml 
   Log:
   Belatedly (and perhaps pointlessly) document [1]:
   
     vim6 -- heap-based overflow while parsing shell metacharacters
   
   While here, prepare this old port for termination with DEPRECATED.
   
   PR:             ports/129300 [1]
   Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru> [1]
   
   Revision  Changes    Path
   1.155     +4 -1      ports/editors/vim6/Makefile
   1.2219    +31 -1     ports/security/vuxml/vuln.xml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
