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-200703-09.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-200703-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200703-09.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200703-09.xml b/metadata/glsa/glsa-200703-09.xml new file mode 100644 index 000000000000..8fcb7547d0b2 --- /dev/null +++ b/metadata/glsa/glsa-200703-09.xml @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200703-09"> + <title>Smb4K: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities have been identified in Smb4K. + </synopsis> + <product type="ebuild">smb4k</product> + <announced>March 09, 2007</announced> + <revised>March 09, 2007: 01</revised> + <bug>156152</bug> + <access>local</access> + <affected> + <package name="net-misc/smb4k" auto="yes" arch="*"> + <unaffected range="ge">0.6.10a</unaffected> + <vulnerable range="lt">0.6.10a</vulnerable> + </package> + </affected> + <background> + <p> + Smb4K is a SMB/CIFS (Windows) share browser for KDE. + </p> + </background> + <description> + <p> + Kees Cook of the Ubuntu Security Team has identified multiple + vulnerabilities in Smb4K. + </p> + <ul><li>The writeFile() function of + smb4k/core/smb4kfileio.cpp makes insecure usage of temporary + files.</li> + <li>The writeFile() function also stores the contents of + the sudoers file with incorrect permissions, allowing for the file's + contents to be world-readable.</li> + <li>The createLockFile() and + removeLockFile() functions improperly handle lock files, possibly + allowing for a race condition in file handling.</li> + <li>The smb4k_kill + utility distributed with Smb4K allows any user in the sudoers group to + kill any process on the system.</li> + <li>Lastly, there is the potential + for multiple stack overflows when any Smb4K utility is used with the + sudo command.</li> + </ul> + </description> + <impact type="high"> + <p> + A local attacker could gain unauthorized access to arbitrary files via + numerous attack vectors. In some cases to obtain this unauthorized + access, an attacker would have to be a member of the sudoers list. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Smb4K users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/smb4k-0.6.10a"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0472">CVE-2007-0472</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0473">CVE-2007-0473</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0474">CVE-2007-0474</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0475">CVE-2007-0475</uri> + </references> + <metadata tag="requester" timestamp="Mon, 12 Feb 2007 22:36:28 +0000"> + falco + </metadata> + <metadata tag="bugReady" timestamp="Mon, 12 Feb 2007 22:42:10 +0000"> + falco + </metadata> + <metadata tag="submitter" timestamp="Tue, 27 Feb 2007 15:26:26 +0000"> + shellsage + </metadata> +</glsa> |