Date: Thu, 31 Oct 2019 02:02:21 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516122 - head/security/vuxml Message-ID: <201910310202.x9V22L1e072292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Thu Oct 31 02:02:21 2019 New Revision: 516122 URL: https://svnweb.freebsd.org/changeset/ports/516122 Log: Add entry about Samba vulnerabilities o CVE-2019-10218: Malicious servers can cause Samba client code to return filenames containing path separators to calling code. o CVE-2019-14833: When the password contains multi-byte (non-ASCII) characters, the check password script does not receive the full password string. o CVE-2019-14847: Users with the "get changes" extended access right can crash the AD DC LDAP server by requesting an attribute using the range= syntax. Security: CVE-2019-10218 CVE-2019-14833 CVE-2019-14847 Sponsored by: my wife Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Oct 31 01:08:08 2019 (r516121) +++ head/security/vuxml/vuln.xml Thu Oct 31 02:02:21 2019 (r516122) @@ -58,6 +58,53 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="50a1bbc9-fb80-11e9-9e70-005056a311d1"> + <topic>samba -- multiple vulnerabilities</topic> + <affects> + <package> + <name>samba48</name> + <range><le>4.8.12</le></range> + </package> + <package> + <name>samba410</name> + <range><lt>4.10.10</lt></range> + </package> + <package> + <name>samba411</name> + <range><lt>4.11.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The samba project reports:</p> + <blockquote cite="https://www.samba.org/samba/security/CVE-2019-10218.html"> + <p>Malicious servers can cause Samba client code to return filenames containing + path separators to calling code.</p> + </blockquote> + <blockquote cite="https://www.samba.org/samba/security/CVE-2019-14833.html"> + <p>When the password contains multi-byte (non-ASCII) characters, the check + password script does not receive the full password string.</p> + </blockquote> + <blockquote cite="https://www.samba.org/samba/security/CVE-2019-14847.html"> + <p>Users with the "get changes" extended access right can crash the AD DC LDAP + server by requesting an attribute using the range= syntax.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.samba.org/samba/security/CVE-2019-10218.html</url> + <cvename>CVE-2019-10218</cvename> + <url>https://www.samba.org/samba/security/CVE-2019-14833.html</url> + <cvename>CVE-2019-14833</cvename> + <url>https://www.samba.org/samba/security/CVE-2019-14847.html</url> + <cvename>/CVE-2019-14847</cvename> + </references> + <dates> + <discovery>2019-09-29</discovery> + <entry>2019-10-29</entry> + </dates> + </vuln> + <vuln vid="6eddfa51-fb44-11e9-86e9-001b217b3468"> <topic>Gitlab -- Disclosure Vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910310202.x9V22L1e072292>