diff options
author | feld <feld@FreeBSD.org> | 2016-12-07 03:55:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-12-07 03:55:52 +0800 |
commit | 40732bdfbdecf894fa25d91354049dbc41146036 (patch) | |
tree | 89a4c0f503f72e43079fc7400ed68b2b950bee65 /security/vuxml | |
parent | 61d02df0ba97c6ec653bb62e31ffa94cb870828c (diff) | |
download | freebsd-ports-graphics-40732bdfbdecf894fa25d91354049dbc41146036.tar.gz freebsd-ports-graphics-40732bdfbdecf894fa25d91354049dbc41146036.tar.zst freebsd-ports-graphics-40732bdfbdecf894fa25d91354049dbc41146036.zip |
Document FreeBSD-SA-16:36.telnetd
Security: CVE-2016-1888
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1767d2a9ac4..cccdbd6d392 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |