Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 17:43:48 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377675 - head/security/vuxml
Message-ID:  <201501221743.t0MHhm5l011790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Thu Jan 22 17:43:47 2015
New Revision: 377675
URL: https://svnweb.freebsd.org/changeset/ports/377675
QAT: https://qat.redports.org/buildarchive/r377675/

Log:
  Add a note about the just-fixed vulnerability of applications using net/libutp.
  
  PR:		196351
  Differential Revision:	D1575
  Submitted by:	Jan Beich
  Approved by:	bapt

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jan 22 17:31:47 2015	(r377674)
+++ head/security/vuxml/vuln.xml	Thu Jan 22 17:43:47 2015	(r377675)
@@ -57,6 +57,44 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0523fb7e-8444-4e86-812d-8de05f6f0dce">
+    <topic>libutp -- remote denial of service or arbitrary code execution</topic>
+    <affects>
+      <package>
+	<name>bittorrent-libutp</name>
+	<range><lt>0.20130514_1</lt></range>
+      </package>
+      <package>
+	<name>transmission-cli</name>
+	<name>transmission-deamon</name>
+	<name>transmission-gtk</name>
+	<name>transmission-qt4</name>
+	<range><lt>2.74</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>NVD reports:</p>
+	<blockquote cite="https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6129">;
+	  <p>Stack-based buffer overflow in utp.cpp in libutp, as used
+	    in Transmission before 2.74 and possibly other products,
+	    allows remote attackers to cause a denial of service (crash)
+	    and possibly execute arbitrary code via crafted "micro
+	    transport protocol packets."</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-6129</cvename>
+      <url>https://github.com/bittorrent/libutp/issues/38</url>;
+      <url>https://trac.transmissionbt.com/ticket/5002</url>;
+    </references>
+    <dates>
+      <discovery>2012-08-01</discovery>
+      <entry>2014-12-29</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f9c388c5-a256-11e4-992a-7b2a515a1247">
     <topic>LibreSSL -- DTLS vulnerability</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501221743.t0MHhm5l011790>