diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-29 22:31:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-29 22:31:33 +0800 |
commit | 47904e1ab77f052594f0460b0567fee7f5b4b738 (patch) | |
tree | 8a1c6f3193f7c6387c51d30f9a6d0bedd15405bf /security | |
parent | 6ec5c683151bc9e00f2f4688d77b8a985cca3de6 (diff) | |
download | freebsd-ports-gnome-47904e1ab77f052594f0460b0567fee7f5b4b738.tar.gz freebsd-ports-gnome-47904e1ab77f052594f0460b0567fee7f5b4b738.tar.zst freebsd-ports-gnome-47904e1ab77f052594f0460b0567fee7f5b4b738.zip |
- Document samba -- potential leakage of arbitrary memory contents
- Fix my previous entry
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1179fe10f47a..68b4828edb21 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,55 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1583640d-be20-11dd-a578-0030843d3802"> + <topic>samba -- potential leakage of arbitrary memory contents</topic> + <affects> + <package> + <name>samba</name> + <name>samba3</name> + <name>ja-samba</name> + <range><ge>3.0.29,1</ge><lt>3.0.32_2,1</lt></range> + </package> + <package> + <name>samba32-devel</name> + <range><lt>3.2.4_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Samba Team reports:</p> + <blockquote cite="http://www.samba.org/samba/security/CVE-2008-4314.html"> + <p>Samba 3.0.29 and beyond contain a change to deal with gcc 4 + optimizations. Part of the change modified range checking for + client-generated offsets of secondary trans, trans2 and nttrans + requests. These requests are used to transfer arbitrary amounts + of memory from clients to servers and back using small SMB + requests and contain two offsets: One offset (A) pointing into + the PDU sent by the client and one (B) to direct the transferred + contents into the buffer built on the server side. While the range + checking for offset (B) is correct, a cut and paste error lets offset + (A) pass completely unchecked against overflow.</p> + <p>The buffers passed into trans, trans2 and nttrans undergo higher-level + processing like DCE/RPC requests or listing directories. The missing + bounds check means that a malicious client can make the server do this + higher-level processing on arbitrary memory contents of the smbd process + handling the request. It is unknown if that can be abused to pass arbitrary + memory contents back to the client, but an important barrier is missing from + the affected Samba versions.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-4314</cvename> + <url>http://www.samba.org/samba/security/CVE-2008-4314.html</url> + <url>http://secunia.com/advisories/32813/</url> + </references> + <dates> + <discovery>2008-11-27</discovery> + <entry>2008-11-29</entry> + </dates> + </vuln> + <vuln vid="37940643-be1b-11dd-a578-0030843d3802"> <topic>hplip -- hpssd Denial of Service</topic> <affects> @@ -50,7 +99,7 @@ Note: Please add new entries to the beginning of this file. exploited by malicious, local users to cause a DoS.</p> <p>The security issue is caused due to an error within hpssd.py when parsing certain requests. This can be exploited to crash the service - by sending specially crafted requests to the default port 2207/TCP. + by sending specially crafted requests to the default port 2207/TCP.</p> </blockquote> </body> </description> |