diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2020-06-30 16:04:16 +0800 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2020-06-30 16:04:16 +0800 |
commit | 91b6df74209fb080b73c65210f9693f2a7f3741d (patch) | |
tree | 83ea87d95de032d28f89ed294ce11f4e57171848 /security | |
parent | 742116b6d5336f366f28edf184eb26508c99d50e (diff) | |
download | freebsd-ports-gnome-91b6df74209fb080b73c65210f9693f2a7f3741d.tar.gz freebsd-ports-gnome-91b6df74209fb080b73c65210f9693f2a7f3741d.tar.zst freebsd-ports-gnome-91b6df74209fb080b73c65210f9693f2a7f3741d.zip |
Document xrdp CVE-2020-4044 vulnerability
Diffstat (limited to 'security')
-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 acd76dccc650..f156340ef308 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="2675f0db-baa5-11ea-aa12-80ee73419af3"> + <topic>xrdp -- Local users can perform a buffer overflow attack against the xrdp-sesman service and then inpersonate it</topic> + <affects> + <package> + <name>xrdp</name> + <range><lt>0.9.13.1,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ashley Newson reports:</p> + <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4044"> + <p>The xrdp-sesman service can be crashed by connecting over port 3350 and supplying a malicious payload. Once the xrdp-sesman process is dead, an unprivileged attacker on the server could then proceed to start their own imposter sesman service listening on port 3350.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-j9fv-6fwf-p3g4</url> + <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-4044</url> + <cvename>CVE-2020-4044</cvename> + </references> + <dates> + <discovery>2020-06-02</discovery> + <entry>2020-06-30</entry> + </dates> + </vuln> + <vuln vid="d0be8e1f-b19a-11ea-94aa-b827eb2f57d4"> <topic>MongoDB -- Ensure RoleGraph can serialize authentication restrictions to BSON</topic> <affects> |