Date: Tue, 8 Feb 2022 04:17:31 GMT From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 201d74d9e8ee - main - security/vuxml: Document xrdp vulnerability Message-ID: <202202080417.2184HVXG041130@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=201d74d9e8ee1f346caf61209cdd286d0ed8ff5f commit 201d74d9e8ee1f346caf61209cdd286d0ed8ff5f Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2022-02-08 04:14:00 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2022-02-08 04:17:18 +0000 security/vuxml: Document xrdp vulnerability Security: fc2a9541-8893-11ec-9d01-80ee73419af3 Security: CVE-2022-23613 Sponsored by: HAW International --- security/vuxml/vuln-2022.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml index 5ad891c4c81d..3c5d68cad56b 100644 --- a/security/vuxml/vuln-2022.xml +++ b/security/vuxml/vuln-2022.xml @@ -1,3 +1,36 @@ + <vuln vid="fc2a9541-8893-11ec-9d01-80ee73419af3"> + <topic>xrdp -- privilege escalation</topic> + <affects> + <package> + <name>xrdp</name> + <range><lt>0.9.18.1</lt></range> + <range><ge>0.9.17</ge></range> + </package> + <package> + <name>xrdp-devel</name> + <range><lt>0.9.18.1</lt></range> + <range><ge>0.9.17</ge></range> + </package> + + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>xrdp project reports:</p> + <blockquote cite="https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-8h98-h426-xf32"> + <p>An integer underflow leading to a heap overflow in the sesman server allows any unauthenticated attacker which is accessible to a sesman server (listens by default on localhost when installing xrdp, but can be remote if configured otherwise) to execute code as root.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2022-23613</cvename> + <url>https://github.com/neutrinolabs/xrdp/security/advisories/GHSA-8h98-h426-xf32</url> + </references> + <dates> + <discovery>2022-01-23</discovery> + <entry>2022-02-08</entry> + </dates> + </vuln> + <vuln vid="3507bfb3-85d5-11ec-8c9c-001b217b3468"> <topic>Gitlab -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202080417.2184HVXG041130>