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-200710-15.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-200710-15.xml')
-rw-r--r-- | metadata/glsa/glsa-200710-15.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200710-15.xml b/metadata/glsa/glsa-200710-15.xml new file mode 100644 index 000000000000..cb190168c73d --- /dev/null +++ b/metadata/glsa/glsa-200710-15.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200710-15"> + <title>KDM: Local privilege escalation</title> + <synopsis> + KDM allows logins without password under certain circumstances allowing a + local user to gain elevated privileges. + </synopsis> + <product type="ebuild">KDM</product> + <announced>October 14, 2007</announced> + <revised>October 14, 2007: 01</revised> + <bug>192373</bug> + <access>local</access> + <affected> + <package name="kde-base/kdm" auto="yes" arch="*"> + <unaffected range="ge">3.5.7-r2</unaffected> + <vulnerable range="lt">3.5.7-r2</vulnerable> + </package> + <package name="kde-base/kdebase" auto="yes" arch="*"> + <unaffected range="ge">3.5.7-r4</unaffected> + <vulnerable range="lt">3.5.7-r4</vulnerable> + </package> + </affected> + <background> + <p> + KDM is the Display Manager for the graphical desktop environment KDE. + It is part of the kdebase package. + </p> + </background> + <description> + <p> + Kees Huijgen discovered an error when checking the credentials which + can lead to a login without specifying a password. This only occurs + when auto login is configured for at least one user and a password is + required to shut down the machine. + </p> + </description> + <impact type="high"> + <p> + A local attacker could gain root privileges and execute arbitrary + commands by logging in as root without specifying root's password. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All KDM users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=kde-base/kdm-3.5.7-r2"</code> + <p> + All kdebase users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=kde-base/kdebase-3.5.7-r4"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4569">CVE-2007-4569</uri> + </references> + <metadata tag="requester" timestamp="Mon, 08 Oct 2007 00:34:30 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Mon, 08 Oct 2007 00:49:35 +0000"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="Mon, 08 Oct 2007 02:58:05 +0000"> + rbu + </metadata> +</glsa> |