Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Apr 2017 15:56:03 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438976 - head/security/vuxml
Message-ID:  <201704201556.v3KFu3rd068796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Apr 20 15:56:03 2017
New Revision: 438976
URL: https://svnweb.freebsd.org/changeset/ports/438976

Log:
  security/vuxml: mark icu < 59.1 as vulnerable

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Apr 20 15:55:13 2017	(r438975)
+++ head/security/vuxml/vuln.xml	Thu Apr 20 15:56:03 2017	(r438976)
@@ -58,6 +58,47 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="607f8b57-7454-42c6-a88a-8706f327076d">
+    <topic>icu -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>icu</name>
+	<name>linux-c6-icu</name>
+	<name>linux-c7-icu</name>
+	<range><lt>59.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>NVD reports:</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2017-7867">;
+	  <p>International Components for Unicode (ICU) for C/C++
+	    before 2017-02-13 has an out-of-bounds write caused by a
+	    heap-based buffer overflow related to the utf8TextAccess
+	    function in common/utext.cpp and the utext_setNativeIndex*
+	    function.</p>
+	</blockquote>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2017-7868">;
+	  <p>International Components for Unicode (ICU) for C/C++
+	    before 2017-02-13 has an out-of-bounds write caused by a
+	    heap-based buffer overflow related to the utf8TextAccess
+	    function in common/utext.cpp and the utext_moveIndex32*
+	    function.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-7867</cvename>
+      <cvename>CVE-2017-7868</cvename>
+      <url>http://bugs.icu-project.org/trac/changeset/39671</url>;
+      <url>https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=437</url>;
+    </references>
+    <dates>
+      <discovery>2017-01-21</discovery>
+      <entry>2017-04-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2a96e498-3234-4950-a9ad-419bc84a839d">
     <topic>tiff -- multiple vulnerabilities</topic>
     <affects>



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