svn commit: r479088 - head/security/vuxml

Yuri Victorovich yuri at FreeBSD.org
Thu Sep 6 06:53:45 UTC 2018


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 at 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>


More information about the svn-ports-head mailing list