svn commit: r324452 - head/security/vuxml
Xin LI
delphij at FreeBSD.org
Fri Aug 9 17:22:17 UTC 2013
Author: delphij
Date: Fri Aug 9 17:22:16 2013
New Revision: 324452
URL: http://svnweb.freebsd.org/changeset/ports/324452
Log:
Document Samba DoS vulnerability.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Aug 9 17:19:49 2013 (r324451)
+++ head/security/vuxml/vuln.xml Fri Aug 9 17:22:16 2013 (r324452)
@@ -51,6 +51,49 @@ Note: Please add new entries to the beg
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="e21c7c7a-0116-11e3-9e83-3c970e169bc2">
+ <topic>samba -- denial of service vulnerability</topic>
+ <affects>
+ <package>
+ <name>samba34</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>samba35</name>
+ <range><gt>0</gt></range>
+ </package>
+ <package>
+ <name>samba36</name>
+ <range><gt>3.6.*</gt><lt>3.6.17</lt></range>
+ </package>
+ <package>
+ <name>samba4</name>
+ <range><gt>4.0.*</gt><lt>4.0.8</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Samba project reports:</p>
+ <blockquote cite="http://www.samba.org/samba/security/CVE-2013-4124">
+ <p>All current released versions of Samba are vulnerable to
+ a denial of service on an authenticated or guest connection.
+ A malformed packet can cause the smbd server to loop the CPU
+ performing memory allocations and preventing any further service.</p>
+ <p>A connection to a file share, or a local account is needed
+ to exploit this problem, either authenticated or unauthenticated
+ if guest connections are allowed.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2013-4124</cvename>
+ </references>
+ <dates>
+ <discovery>2013-08-05</discovery>
+ <entry>2013-08-09</entry>
+ </dates>
+ </vuln>
+
<vuln vid="0998e79d-0055-11e3-905b-0025905a4771">
<topic>mozilla -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list