diff options
author | remko <remko@FreeBSD.org> | 2007-12-12 23:29:13 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2007-12-12 23:29:13 +0800 |
commit | 677ced5fd6decc4d0a0f6df15dc79a36b45f5cf7 (patch) | |
tree | 472e132b2cf483f66bb3482aa21c394992d8ef49 /security | |
parent | 308ecb8c903d799735f6162e75dbf61e341b9ecd (diff) | |
download | freebsd-ports-gnome-677ced5fd6decc4d0a0f6df15dc79a36b45f5cf7.tar.gz freebsd-ports-gnome-677ced5fd6decc4d0a0f6df15dc79a36b45f5cf7.tar.zst freebsd-ports-gnome-677ced5fd6decc4d0a0f6df15dc79a36b45f5cf7.zip |
Document samba -- buffer overflow vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 63cf9a6e46f8..8edd42072906 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ffcbd42d-a8c5-11dc-bec2-02e0185f8d72"> + <topic>samba -- buffer overflow vulnerability</topic> + <affects> + <package> + <name>samba</name> + <name>samba3</name> + <name>ja-samba</name> + <range><lt>3.0.28,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secuna Research reports:</p> + <blockquote cite="http://secunia.com/advisories/27760/"> + <p>Secunia Research has discovered a vulnerability in Samba, which + can be exploited by malicious people to compromise a vulnerable + system. The vulnerability is caused due to a boundary error within + the "send_mailslot()" function. This can be exploited to cause a + stack-based buffer overflow with zero bytes via a specially crafted + "SAMLOGON" domain logon packet containing a username string placed + at an odd offset followed by an overly long GETDC string. + Successful exploitation allows execution of arbitrary code, but + requires that the "domain logons" option is enabled.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-6015</cvename> + <url>http://secunia.com/advisories/27760/</url> + </references> + <dates> + <discovery>2007-12-10</discovery> + <entry>2007-12-12</entry> + </dates> + </vuln> + <vuln vid="b2571f88-a867-11dc-a6f0-00a0cce0781e"> <topic>smbftpd -- format string vulnerability </topic> <affects> |