summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201003-01.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-201003-01.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-201003-01.xml')
-rw-r--r--metadata/glsa/glsa-201003-01.xml75
1 files changed, 75 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201003-01.xml b/metadata/glsa/glsa-201003-01.xml
new file mode 100644
index 000000000000..8d0c77a43964
--- /dev/null
+++ b/metadata/glsa/glsa-201003-01.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201003-01">
+ <title>sudo: Privilege escalation</title>
+ <synopsis>
+ Two vulnerabilities in sudo might allow local users to escalate privileges
+ and execute arbitrary code with root privileges.
+ </synopsis>
+ <product type="ebuild">sudo</product>
+ <announced>2010-03-03</announced>
+ <revised>2010-03-03: 01</revised>
+ <bug>306865</bug>
+ <access>local</access>
+ <affected>
+ <package name="app-admin/sudo" auto="yes" arch="*">
+ <unaffected range="ge">1.7.2_p4</unaffected>
+ <vulnerable range="lt">1.7.2_p4</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>
+ Multiple vulnerabilities have been discovered in sudo:
+ </p>
+ <ul>
+ <li>Glenn Waller and neonsignal reported that sudo does not properly
+ handle access control of the "sudoedit" pseudo-command
+ (CVE-2010-0426).</li>
+ <li>Harald Koenig reported that sudo does not
+ properly set supplementary groups when using the "runas_default" option
+ (CVE-2010-0427).</li>
+ </ul>
+ </description>
+ <impact type="high">
+ <p>
+ A local attacker with privileges to use "sudoedit" or the privilege to
+ execute commands with the "runas_default" setting enabled could
+ leverage these vulnerabilities to execute arbitrary code with elevated
+ privileges.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ CVE-2010-0426: Revoke all "sudoedit" privileges, or use the full path
+ to sudoedit. CVE-2010-0427: Remove all occurrences of the
+ "runas_default" setting.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All sudo users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=app-admin/sudo-1.7.2_p4"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0426">CVE-2010-0426</uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0427">CVE-2010-0427</uri>
+ </references>
+ <metadata tag="requester" timestamp="2010-03-02T19:53:26Z">
+ a3li
+ </metadata>
+ <metadata tag="submitter" timestamp="2010-03-02T20:22:07Z">
+ a3li
+ </metadata>
+ <metadata tag="bugReady" timestamp="2010-03-03T16:28:38Z">
+ a3li
+ </metadata>
+</glsa>