diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200702-01.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200702-01.xml')
-rw-r--r-- | metadata/glsa/glsa-200702-01.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200702-01.xml b/metadata/glsa/glsa-200702-01.xml new file mode 100644 index 000000000000..10c116ac1a70 --- /dev/null +++ b/metadata/glsa/glsa-200702-01.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<!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> |