diff options
Diffstat (limited to 'metadata/glsa/glsa-201006-09.xml')
-rw-r--r-- | metadata/glsa/glsa-201006-09.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201006-09.xml b/metadata/glsa/glsa-201006-09.xml new file mode 100644 index 000000000000..67507246b158 --- /dev/null +++ b/metadata/glsa/glsa-201006-09.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201006-09"> + <title>sudo: Privilege escalation</title> + <synopsis> + A flaw in sudo's -e option may allow local attackers to execute arbitrary + commands. + </synopsis> + <product type="ebuild">sudo</product> + <announced>2010-06-01</announced> + <revised count="01">2010-06-01</revised> + <bug>321697</bug> + <access>local</access> + <affected> + <package name="app-admin/sudo" auto="yes" arch="*"> + <unaffected range="ge">1.7.2_p6</unaffected> + <vulnerable range="lt">1.7.2_p6</vulnerable> + </package> + </affected> + <background> + <p> + sudo allows a system administrator to give users the ability to run + commands as other users. + </p> + </background> + <description> + <p> + The command matching functionality does not properly handle when a file + in the current working directory has the same name as a pseudo-command + in the sudoers file and the PATH contains an entry for ".". + </p> + </description> + <impact type="high"> + <p> + A local attacker with the permission to run sudoedit could, under + certain circumstances, execute arbitrary commands as whichever user he + has permission to run sudoedit as, typically root. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All sudo users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/sudo-1.7.2_p6"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1163">CVE-2010-1163</uri> + </references> + <metadata tag="requester" timestamp="2010-05-29T20:27:33Z"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="2010-05-30T14:58:46Z"> + keytoaster + </metadata> + <metadata tag="bugReady" timestamp="2010-05-30T18:08:55Z"> + vorlon + </metadata> +</glsa> |