Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 06:53:44 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479088 - head/security/vuxml
Message-ID:  <201809060653.w866rikd078697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Sep  6 06:53:44 2018
New Revision: 479088
URL: https://svnweb.freebsd.org/changeset/ports/479088

Log:
  Add VuXML entry for the fixed CVE-2017-11114 in www/links
  
  PR:		230849
  Submitted by:	Dmitri Goutnik <dg@syrec.org>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Sep  6 06:37:09 2018	(r479087)
+++ head/security/vuxml/vuln.xml	Thu Sep  6 06:53:44 2018	(r479088)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2a92555f-a6f8-11e8-8acd-10c37b4ac2ea">
+    <topic>links -- denial of service</topic>
+    <affects>
+      <package>
+	<name>links</name>
+	<range><lt>2.16,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>NIST reports:</p>
+	<blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2017-11114">;
+	  <p>The put_chars function in html_r.c in Twibright Links 2.14 allows
+	    remote attackers to cause a denial of service (buffer over-read)
+	    via a crafted HTML file.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2017-11114</url>;
+      <cvename>CVE-2017-11114</cvename>
+    </references>
+    <dates>
+      <discovery>2017-07-31</discovery>
+      <entry>2018-08-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f4d638b9-e6e5-4dbe-8c70-571dbc116174">
     <topic>curl -- password overflow vulnerability</topic>
     <affects>



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