svn commit: r451132 - head/security/vuxml
Mark Felder
feld at FreeBSD.org
Tue Oct 3 13:41:16 UTC 2017
Author: feld
Date: Tue Oct 3 13:41:14 2017
New Revision: 451132
URL: https://svnweb.freebsd.org/changeset/ports/451132
Log:
Document FreeBSD-SA-17:06.openssh
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Oct 3 13:40:26 2017 (r451131)
+++ head/security/vuxml/vuln.xml Tue Oct 3 13:41:14 2017 (r451132)
@@ -58,6 +58,37 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="6ed5c5e3-a840-11e7-b5af-a4badb2f4699">
+ <topic>FreeBSD -- OpenSSH Denial of Service vulnerability</topic>
+ <affects>
+ <package>
+ <name>FreeBSD</name>
+ <range><ge>11.1</ge><lt>11.1_1</lt></range>
+ <range><ge>11.0</ge><lt>11.0_12</lt></range>
+ <range><ge>10.3</ge><lt>10.3_21</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <h1>Problem Description:</h1>
+ <p>There is no limit on the password length.</p>
+ <h1>Impact:</h1>
+ <p>A remote attacker may be able to cause an affected SSH
+ server to use excessive amount of CPU by sending very long
+ passwords, when PasswordAuthentication is enabled by the
+ system administrator.</p>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2016-6515</cvename>
+ <freebsdsa>SA-17:06.openssh</freebsdsa>
+ </references>
+ <dates>
+ <discovery>2017-08-10</discovery>
+ <entry>2017-10-03</entry>
+ </dates>
+ </vuln>
+
<vuln vid="420243e9-a840-11e7-b5af-a4badb2f4699">
<topic>FreeBSD -- heimdal KDC-REP service name validation vulnerability</topic>
<affects>
More information about the svn-ports-head
mailing list