Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 19:55:52 +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: r427984 - head/security/vuxml
Message-ID:  <201612061955.uB6JtqiV046131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Dec  6 19:55:52 2016
New Revision: 427984
URL: https://svnweb.freebsd.org/changeset/ports/427984

Log:
  Document FreeBSD-SA-16:36.telnetd
  
  Security:	CVE-2016-1888

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Dec  6 19:25:23 2016	(r427983)
+++ head/security/vuxml/vuln.xml	Tue Dec  6 19:55:52 2016	(r427984)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e00304d2-bbed-11e6-b1cf-14dae9d210b8">
+    <topic>FreeBSD -- Possible login(1) argument injection in telnetd(8)</topic>
+    <affects>
+      <package>
+	<name>FreeBSD</name>
+	<range><ge>11.0</ge><lt>11.0_4</lt></range>
+	<range><ge>10.3</ge><lt>10.3_13</lt></range>
+	<range><ge>10.2</ge><lt>10.2_26</lt></range>
+	<range><ge>10.1</ge><lt>10.1_43</lt></range>
+	<range><ge>9.3</ge><lt>9.3_51</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<h1>Problem Description:</h1>
+	<p>An unexpected sequence of memory allocation failures
+	combined with insufficient error checking could result in
+	the construction and execution of an argument sequence that
+	was not intended.</p>
+	<h1>Impact:</h1>
+	<p>An attacker who controls the sequence of memory allocation
+	failures and success may cause login(1) to run without
+	authentication and may be able to cause misbehavior of
+	login(1) replacements.</p>
+	<p>No practical way of controlling these memory allocation
+	failures is known at this time.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-1888</cvename>
+      <freebsdsa>SA-16:36.telnetd</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2016-12-06</discovery>
+      <entry>2016-12-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cb0bf1ec-bb92-11e6-a9a5-b499baebfeaf">
     <topic>Apache httpd -- denial of service in HTTP/2</topic>
     <affects>



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