svn commit: r504357 - head/security/vuxml

Joe Marcus Clarke marcus at FreeBSD.org
Sun Jun 16 17:07:15 UTC 2019


Author: marcus
Date: Sun Jun 16 17:07:14 2019
New Revision: 504357
URL: https://svnweb.freebsd.org/changeset/ports/504357

Log:
  Add an entry for netatalk3.
  
  Document the netatalk3 remote code execution vulnerability fixed in 3.1.12.
  
  PR:		238573

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun 16 16:54:10 2019	(r504356)
+++ head/security/vuxml/vuln.xml	Sun Jun 16 17:07:14 2019	(r504357)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9c9023ff-9057-11e9-b764-00505632d232">
+    <topic>netatalk3 -- remote code execution vulnerability</topic>
+    <affects>
+      <package>
+	<name>netatalk3</name>
+	<range><lt>3.1.12,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-2018-1160">
+	  <p>Netatalk before 3.1.12 is vulnerable to an out of bounds write in dsi_opensess.c. This is due to lack of bounds checking on attacker controlled data. A remote unauthenticated attacker can leverage this vulnerability to achieve arbitrary code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nvd.nist.gov/vuln/detail/CVE-2018-1160</url>
+      <url>https://medium.com/tenable-techblog/exploiting-an-18-year-old-bug-b47afe54172</url>
+    </references>
+    <dates>
+      <discovery>2018-11-10</discovery>
+      <entry>2019-06-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="82c07dfa-9016-11e9-af2f-712c38aa3e4c">
     <topic>GraphicsMagick -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list