diff options
author | josef <josef@FreeBSD.org> | 2004-11-18 03:05:46 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-11-18 03:05:46 +0800 |
commit | 9e5e0ef7862f35c031070056c8f9cd6cd79de6d1 (patch) | |
tree | 873c3d9bdc7c2a62f218eeceed4bf96e667fe5ef | |
parent | 80d2fb86e749857145a06e93ffec9e4ab85e9056 (diff) | |
download | freebsd-ports-gnome-9e5e0ef7862f35c031070056c8f9cd6cd79de6d1.tar.gz freebsd-ports-gnome-9e5e0ef7862f35c031070056c8f9cd6cd79de6d1.tar.zst freebsd-ports-gnome-9e5e0ef7862f35c031070056c8f9cd6cd79de6d1.zip |
Document the buffer overrun vulnerability in samba3
CAN-2004-882
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4ece8f4a3cf3..583478075e09 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,33 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f3d3f621-38d8-11d9-8fff-000c6e8f12ef"> + <topic>smbd -- buffer-overrun vulnerability</topic> + <affects> + <package> + <name>samba</name> + <range><ge>3.*</ge><lt>3.0.8,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Caused by improper bounds checking of certain trans2 + requests, there is a possible buffer overrun in smbd. + The attacker needs to be able to create files with + very specific Unicode filenames on the share to take + advantage of this issue.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0882</cvename> + <mlist msgid="4198AE84.7020509@samba.org>">http://marc.theaimsgroup.com/?l=bugtraq&m=110055646329581</mlist> + </references> + <dates> + <discovery>2004-11-15</discovery> + <entry>2004-11-17</entry> + </dates> + </vuln> + <vuln vid="b4af3ede-36e9-11d9-a9e7-0001020eed82"> <topic>twiki -- arbitrary shell command execution</topic> <affects> |