01/25/2008, 5:50pm, EST
Friday, January 25th
Tiger, Leopard flaw an "enhancement"?
Similar to the Office 2008-related permissions problem reported earlier today, Mac OS X 10.4 Tiger and 10.5 Leopard users may be susceptible to additional vulnerabilities. MacNN reader Robert Myers reports that when using a standard user account to copy software in to the Applications folder, the authentication that takes place not only allows the software to be inserted in to the folder (as it should) but also changes the owner of the application to the current user.
Myers says that this could compromise a user's system integrity, by allowing malicious users access to otherwise protected personal data. He has mentioned that attempting to fix permissions through the user interface yields no results, but rather that a lengthy line-level Terminal procedure is involved to correct the problem.
Apple has been notified of the matter, but has allegedly deemed the issue to be an "enhancement" to operational features.
Filed under: security, hacks, Apple
Other story tags: Leopard, Tiger, permissions, flaw
,
, 20
,
,
,
,
,

subscribe to comments
for this article
Mr. Meyers is implying that by installing an application in this fashion could basically be a proverbial hole under the razor-wire fence should a malicious user attempt to access your system through an internet-aware application.
As to why it sets ownership to the user of the user who authenticated (and not the user they are authenticating as), well, that's just how sudo works. (The authentication box is a graphical representation of the sudo process.)
Now Bla is actually a directory Bla.app and inside that directory is Contents/MacOS/bla - the binary executable.
And this bla executable is owned by bob.
So a bit of malware downloaded by bob that knows about Bla can replace it with something else without having to authenticate.
Now, switch Bla for Firefox or NetNewsWire, or something else that a lot of people use all the time and you see why it might be an issue.
Sure, the replaced bla is still run as Bob, but lots damage can be done without authenticating, such as recording keystrokes, sending information to the 'net, wiping out your home directory, etc.
A big deal? Probably not. You could probably do more damage by putting up a bogus hint on macosxhints.com - so many sheep out that there that blindly do as they're told.
These flaws, in and of themselves, are relatively minor. They are however, a foothold into the compromise of the system. Either other downloaded malware, or just a flaw in something else that lets you overwrite arbitrary files.
These issues raise a couple of concerns.
1) These are rookie mistakes in Finder, much like the "delete file even if copy unsuccessful" bug that was recently found . What else lurks in Finder and other Apple provided apps?
2) Apple tried to downplay it. Their record with security is, quite frankly, abysmal. See all the repeated issues with Quicktime (Windows and Mac), as well as the flaw that remained in Apple's Java distribution many months after Sun fixed it. Frequent and loud noise is the only thing that will change them
Users' experience with the platform's security is quite the opposite. More FUD peddling as usual. Humbug.
Jon