From: David Fierbaugh <david@fierbaugh.org>
To: linux-newbie <linux-newbie@vger.kernel.org>
Subject: Re: chmod u+s confusion
Date: Fri, 7 Apr 2006 08:42:19 +0000 [thread overview]
Message-ID: <200604070842.19837.david@fierbaugh.org> (raw)
In-Reply-To: <1144402873.8482.14.camel@localhost>
I'd have to actually do a little playing around to make sure, but I believe
that whoami is specifically written to NOT take SUID into account. It figures
out exactly who ran the process which called it.
This prevents faking out whoami into saying everyone is root.
Why?
Let's say you have a script that runs whoami to determine what
access/control/etc a user should be given. If an attacker could manage to
fake whoami into always saying the user was root by using suid, then they now
have administrative access to whatever that script does.
This would be a bad thing.
You might also want to take a look at /bin/id
--David
On Friday 07 April 2006 09:41, Chris Largret wrote:
> Hey,
>
> I've used chmod to set suid for a file before and thought I had a good
> grasp of how it worked. Recently I've found myself trying to set it for
> a script. Here's what I see ($ denotes user account, # is root):
>
> $ echo -e '#!/bin/sh\n\nwhoami'>whoami.sh
> # chown root:root whoami.sh
> # chmod 4755 whoami.sh
> $ ./whoami.sh
> chris
> # chmod u+s `which whoami`
> $ whoami
> root
>
> [Note: u+s is equivalent to 4xxx, sorry for the change-up]
>
> So... why doesn't this make whoami.sh run the 'whoami' program as root?
> It's worked for the programs whoami, and is a common mode set on
> cdrecord.
>
> Thanks for your help (and enlightenment).
>
> --
> Chris Largret <http://daga.dyndns.org>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2006-04-07 8:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-07 9:41 chmod u+s confusion Chris Largret
2006-04-07 8:42 ` David Fierbaugh [this message]
2006-04-07 18:06 ` Chris Largret
[not found] ` <200604071548.09870.david@fierbaugh.org>
2006-04-11 6:28 ` Chris Largret
2006-04-24 13:48 ` Kari Hurtta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200604070842.19837.david@fierbaugh.org \
--to=david@fierbaugh.org \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox