Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 21:15:26 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487817 - head/security/vuxml
Message-ID:  <201812192115.wBJLFQPk001386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Dec 19 21:15:26 2018
New Revision: 487817
URL: https://svnweb.freebsd.org/changeset/ports/487817

Log:
  Document FreeBSD-SA-18:15.bootpd

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Dec 19 21:14:50 2018	(r487816)
+++ head/security/vuxml/vuln.xml	Wed Dec 19 21:15:26 2018	(r487817)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="fa6a4a69-03d1-11e9-be12-a4badb2f4699">
+    <topic>FreeBSD -- bootpd buffer overflow</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>12.0</ge><lt>12.0_1</lt></range>
+	<range><ge>11.2</ge><lt>11.2_7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>Due to insufficient validation of network-provided data
+	it may be possible for a malicious attacker to craft a bootp
+	packet which could cause a stack buffer overflow.</p>
+	<h1>Impact:</h1>
+	<p>It is possible that the buffer overflow could lead to a
+	Denial of Service or remote code execution.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-1716</cvename>
+      <freebsdsa>SA-18:15.bootpd</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2018-12-19</discovery>
+      <entry>2018-12-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4b98613c-0078-11e9-b05b-00e04c1ea73d">
     <topic>wordpress -- multiple issues</topic>
     <affects>



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