Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Mac symlink attack techniques? |
|---|---|
| Date: | Sun, 13 Apr 2008 22:22:15 -0700 |
On Sat, Apr 12, 2008 at 12:35:49PM -0400, Paul Melson wrote:
You can create /etc/rc.installer_cleanup which typically doesn't usually exist, but if it does is run by init to complete software installs after reboot. If you are able to also force a reboot (or even count on one occurring at a certain time), it's pretty much game over.
Good suggestion. However, /etc/rc.installer_cleanup must be executable
because it is called as so from /etc/rc:
if [ -f /etc/rc.installer_cleanup ]; then
/etc/rc.installer_cleanup multiuser
fi
In this particular situation, the files are created 666 exlusively, so
a symlink attack that writes /etc/rc.installer_cleanup will not be
a viable exploit route. At least not directly.
What makes this more difficult is that if the target of a symlink
already exists, the vulnerable application preserves its permissions so
the 666 permissions cannot be exploited.
Thanks for your input,
-jon
------------------------------------------------------------------------
This list is sponsored by: Cenzic
Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!
http://www.cenzic.com/downloads
------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Check if addresses from AS in a black list, Gleb Paharenko |
|---|---|
| Next by Date: | Re: get MD5-Hash from /etc/shadow file, Peter Kosinar |
| Previous by Thread: | Re: Mac symlink attack techniques?, Paul Melson |
| Next by Thread: | Re: Mac symlink attack techniques?, Marco Ivaldi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |