From 6e11466d7c7e1c23dab60c56e70b213d95254100 Mon Sep 17 00:00:00 2001 From: wxs Date: Tue, 7 Sep 2010 18:11:49 +0000 Subject: Document sudo Runas group vulnerability. --- security/vuxml/vuln.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'security') diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9ddc126d8aaf..17202baf44ce 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,42 @@ Note: Please add new entries to the beginning of this file. --> + + sudo -- Flaw in Runas group matching + + + sudo + 1.7.01.7.4.4 + + + + +

Todd Miller reports:

+
+

Beginning with sudo version 1.7.0 it has been possible to grant + permission to run a command using a specified group via sudo -g + option (run as group). A flaw exists in the logic that matches + Runas groups in the sudoers file when the -u option is also + specified (run as user). This flaw results in a positive match for + the user specified via -u so long as the group specified via -g + is allowed by the sudoers file.

+

Exploitation of the flaw requires that Sudo be configured with + sudoers entries that contain a Runas group. Entries that do not + contain a Runas group, or only contain a Runas user are not + affected.

+
+ +
+ + CVE-2010-2956 + http://www.sudo.ws/sudo/alerts/runas_group.html + + + 2010-09-07 + 2010-09-07 + +
+ lftp -- multiple HTTP client download filename vulnerability -- cgit