summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2018-08-14 13:37:34 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2018-08-14 13:37:34 +0000
commit7c00a96f8a6aa09d2c6851a2e99542b0978f9889 (patch)
tree7a6ce7475301d6fe7490dc2730aae0986d5b66dc
parentmath/libmissing: unbreak with LLD 7 (diff)
Add an entry about multiple Samba vulnerabilities:
* CVE-2018-1139 (Weak authentication protocol allowed.) * CVE-2018-1140 (Denial of Service Attack on DNS and LDAP server.) * CVE-2018-10858 (Insufficient input validation on client directory listing in libsmbclient.) * CVE-2018-10918 (Denial of Service Attack on AD DC DRSUAPI server.) * CVE-2018-10919 (Confidential attribute disclosure from the AD LDAP server.) Security: CVE-2018-1139 CVE-2018-1140 CVE-2018-10858 CVE-2018-10918 CVE-2018-10919 Sponsored by: iXsystems Inc.
-rw-r--r--security/vuxml/vuln.xml68
1 files changed, 68 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 6a7ab74625df..5c2838d4d469 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,74 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="c4e9a427-9fc2-11e8-802a-000c29a1e3ec">
+ <topic>samba -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>samba46</name>
+ <range><lt>4.6.16</lt></range>
+ </package>
+ <package>
+ <name>samba47</name>
+ <range><lt>4.7.9</lt></range>
+ </package>
+ <package>
+ <name>samba48</name>
+ <range><lt>4.8.4</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-2018-1139.html">
+ <p>Samba releases 4.7.0 to 4.8.3 (inclusive) contain an error which
+ allows authentication using NTLMv1 over an SMB1 transport (either
+ directory or via NETLOGON SamLogon calls from a member server), even
+ when NTLMv1 is explicitly disabled on the server.</p>
+ </blockquote>
+ <blockquote cite="https://www.samba.org/samba/security/CVE-2018-1140.html">
+ <p>Missing input sanitization checks on some of the input parameters to
+ LDB database layer cause the LDAP server and DNS server to crash when
+ following a NULL pointer.</p>
+ </blockquote>
+ <blockquote cite="https://www.samba.org/samba/security/CVE-2018-10858.html">
+ <p>Samba releases 3.2.0 to 4.8.3 (inclusive) contain an error in
+ libsmbclient that could allow a malicious server to overwrite
+ client heap memory by returning an extra long filename in a directory
+ listing.</p>
+ </blockquote>
+ <blockquote cite="https://www.samba.org/samba/security/CVE-2018-10918.html">
+ <p>Missing database output checks on the returned directory attributes
+ from the LDB database layer cause the DsCrackNames call in the DRSUAPI
+ server to crash when following a NULL pointer.</p>
+ </blockquote>
+ <blockquote cite="https://www.samba.org/samba/security/CVE-2018-10919.html">
+ <p>All versions of the Samba Active Directory LDAP server from 4.0.0
+ onwards are vulnerable to the disclosure of confidential attribute
+ values, both of attributes where the schema SEARCH_FLAG_CONFIDENTIAL
+ (0x80) searchFlags bit and where an explicit Access Control Entry has
+ been specified on the ntSecurityDescriptor.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.samba.org/samba/security/CVE-2018-1139.html</url>
+ <cvename>CVE-2018-1139</cvename>
+ <url>https://www.samba.org/samba/security/CVE-2018-1140.html</url>
+ <cvename>CVE-2018-1140</cvename>
+ <url>https://www.samba.org/samba/security/CVE-2018-10858.html</url>
+ <cvename>CVE-2018-10858</cvename>
+ <url>https://www.samba.org/samba/security/CVE-2018-10918.html</url>
+ <cvename>CVE-2018-10918</cvename>
+ <url>https://www.samba.org/samba/security/CVE-2018-10919.html</url>
+ <cvename>CVE-2018-10919</cvename>
+ </references>
+ <dates>
+ <discovery>2018-08-14</discovery>
+ <entry>2018-08-14</entry>
+ </dates>
+ </vuln>
+
<vuln vid="e714b7d2-39f6-4992-9f48-e6b2f5f949df">
<topic>GraphicsMagick -- SVG/Rendering vulnerability</topic>
<affects>