diff options
author | swills <swills@FreeBSD.org> | 2018-12-09 09:47:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-09 09:47:06 +0800 |
commit | bf88c16988e76bb57c2382168affaf5030d7a584 (patch) | |
tree | 2e07320b8accde58b23beb7838b6ce3cc66d979b | |
parent | ee4623c67657dbce5f105972c1c24dec602c4ddf (diff) | |
download | freebsd-ports-gnome-bf88c16988e76bb57c2382168affaf5030d7a584.tar.gz freebsd-ports-gnome-bf88c16988e76bb57c2382168affaf5030d7a584.tar.zst freebsd-ports-gnome-bf88c16988e76bb57c2382168affaf5030d7a584.zip |
Document security/py-asyncssh issue
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 29dc9f86574b..a40b04c0deaa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |