svn commit: r487008 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Sun Dec 9 01:47:07 UTC 2018
Author: swills
Date: Sun Dec 9 01:47:06 2018
New Revision: 487008
URL: https://svnweb.freebsd.org/changeset/ports/487008
Log:
Document security/py-asyncssh issue
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Dec 9 01:31:30 2018 (r487007)
+++ head/security/vuxml/vuln.xml Sun Dec 9 01:47:06 2018 (r487008)
@@ -58,6 +58,33 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="0e8f496a-b498-11e8-bdcf-74d435e60b7c">
+ <topic>py-asyncssh -- Allows bypass of authentication</topic>
+ <affects>
+ <package>
+ <name>py-asyncssh</name>
+ <range><lt>1.12.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>mitre.org Reports:</p>
+ <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7749">
+ <p>The SSH server implementation of AsyncSSH before 1.12.1 does not properly check
+ whether authentication is completed before processing other requests
+ A customized SSH client can simply skip the authentication step.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7749</url>
+ </references>
+ <dates>
+ <discovery>2018-03-07</discovery>
+ <entry>2018-03-10</entry>
+ </dates>
+ </vuln>
+
<vuln vid="9d3428d4-f98c-11e8-a148-001b217b3468">
<topic>Gitlab -- Multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list