diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-03-13 10:51:03 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-03-13 10:51:03 +0000 |
commit | 7e9e79d64af4c5a0f524e4dffa93444d524f2ff2 (patch) | |
tree | 59a23b923086f40d195563604f80508fc9bbdc1c /security | |
parent | 2943ac690cb0ef6168609b539bef0b23be682152 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index eaa3a0f715d7..d5501ddfed0b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fb26f78a-26a9-11e8-a1c2-00505689d4ae"> + <topic>samba -- multiple vulnerabilities</topic> + <affects> + <package> + <name>samba44</name> + <range><lt>4.4.17</lt></range> + </package> + <package> + <name>samba45</name> + <range><lt>4.5.16</lt></range> + </package> + <package> + <name>samba46</name> + <range><lt>4.6.14</lt></range> + </package> + <package> + <name>samba47</name> + <range><lt>4.7.6</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-1050.html"> + <p>Missing null pointer checks may crash the external + print server process.</p> + </blockquote> + <blockquote cite="https://www.samba.org/samba/security/CVE-2018-1057.html"> + <p>On a Samba 4 AD DC any authenticated user can change + other user's passwords over LDAP, including the + passwords of administrative users and service accounts.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.samba.org/samba/security/CVE-2018-1050.html</url> + <cvename>CVE-2018-1050</cvename> + <url>https://www.samba.org/samba/security/CVE-2018-1057.html</url> + <cvename>CVE-2018-1057</cvename> + </references> + <dates> + <discovery>2018-01-03</discovery> + <entry>2018-03-13</entry> + </dates> + </vuln> + <vuln vid="c2f107e1-2493-11e8-b3e8-001cc0382b2f"> <topic>mbed TLS (PolarSSL) -- remote code execution</topic> <affects> |