Date: Thu, 15 Apr 2021 22:58:34 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d227a2fea96e - main - Document accountsservice vulnerability Message-ID: <202104152258.13FMwYeN024580@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=d227a2fea96ed1c7d39c6088164ea8d5357b4e97 commit d227a2fea96ed1c7d39c6088164ea8d5357b4e97 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 22:55:36 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 22:55:36 +0000 Document accountsservice vulnerability --- security/vuxml/vuln.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7172d2da30e7..47e2d0670ec3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="75aae50b-9e3c-11eb-9bc3-8c164582fbac"> + <topic>AccountService -- Insufficient path check in user_change_icon_file_authorized_cb()</topic> + <affects> + <package> + <name>accountsservice</name> + <range><lt>0.6.50</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NVD reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2018-14036"> + <p> + Directory Traversal with ../ sequences occurs in AccountsService + before 0.6.50 because of an insufficient path check in + user_change_icon_file_authorized_cb() in user.c. + </p> + </blockquote> + </body> + </description> + <references> + <url>http://www.openwall.com/lists/oss-security/2018/07/02/2</url> + <url>https://nvd.nist.gov/vuln/detail/CVE-2018-14036</url> + <url>https://www.securityfocus.com/bid/104757</url> + <url>https://bugs.freedesktop.org/show_bug.cgi?id=107085</url> + <url>https://bugzilla.suse.com/show_bug.cgi?id=1099699</url> + <url>https://cgit.freedesktop.org/accountsservice/commit/?id=f9abd359f71a5bce421b9ae23432f539a067847a</url> + <cvename>CVE-2018-14036</cvename> + </references> + <dates> + <discovery>2018-07-13</discovery> + <entry>2021-04-15</entry> + </dates> + </vuln> + <vuln vid="40b481a9-9df7-11eb-9bc3-8c164582fbac"> <topic>mdbook -- XSS in mdBook's search page</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104152258.13FMwYeN024580>