diff options
Diffstat (limited to 'glsa-200702-01.xml')
-rw-r--r-- | glsa-200702-01.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/glsa-200702-01.xml b/glsa-200702-01.xml new file mode 100644 index 000000000000..0cdbf2111e8b --- /dev/null +++ b/glsa-200702-01.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200702-01"> + <title>Samba: Multiple vulnerabilities</title> + <synopsis> + Multiple flaws exist in the Samba suite of programs, the most serious of + which could result in the execution of arbitrary code. + </synopsis> + <product type="ebuild">samba</product> + <announced>February 13, 2007</announced> + <revised>February 13, 2007: 01</revised> + <bug>165549</bug> + <access>remote</access> + <affected> + <package name="net-fs/samba" auto="yes" arch="*"> + <unaffected range="ge">3.0.24</unaffected> + <vulnerable range="lt">3.0.24</vulnerable> + </package> + </affected> + <background> + <p> + Samba is a suite of SMB and CIFS client/server programs for UNIX. + </p> + </background> + <description> + <p> + A format string vulnerability exists in the VFS module when handling + AFS file systems and an infinite loop has been discovered when handling + file rename operations. + </p> + </description> + <impact type="normal"> + <p> + A user with permission to write to a shared AFS file system may be able + to compromise the smbd process and execute arbitrary code with the + permissions of the daemon. The infinite loop could be abused to consume + excessive resources on the smbd host, denying service to legitimate + users. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Samba users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-fs/samba-3.0.24"</code> + </resolution> + <references> + <uri link="http://samba.org/samba/security/CVE-2007-0452.html">CVE-2007-0452</uri> + <uri link="http://samba.org/samba/security/CVE-2007-0454.html">CVE-2007-0454</uri> + </references> + <metadata tag="requester" timestamp="Fri, 09 Feb 2007 15:08:23 +0000"> + falco + </metadata> + <metadata tag="bugReady" timestamp="Sat, 10 Feb 2007 23:53:19 +0000"> + falco + </metadata> + <metadata tag="submitter" timestamp="Mon, 12 Feb 2007 23:21:02 +0000"> + taviso + </metadata> +</glsa> |