Apple Releases Mac OS X Patches
phoric writes "According to eWeek, Apple has released security patches to fix 16 'highly critical' holes, one-third of which deal with the open-source Apache web server. Several of the fixes address exploits such as the bypassing of security restrictions, spoofing, and potential DoS attacks."
Seems odd. Is anyone aware of any malware that takes advantage of the exploits?
Ignorance is curable, stupid is forever.
Apple fixed a URL spoofing vulnerability in Safari with this release. (The URL shown in the status bar when you click on a link was not necessarily where you were going to be taken)
3 /274330 .aspx
Just today, a MSFT IE secutity tester posted an entry on the IE Blog that dismisses the vulnerabilty. He feels that allowing web sites to display arbitrary text on the status bar is a feature and that users need to learn that they can only trust the address bar URL field, and the lock icon in the status bar. IE users need to know that "the status bar text is not helpful in making trust decisions."
I'm amazed that is the mindset of an security tester and even more amazed that he feels comfortable posting that viewpoint publicly on the IE blog. No wonder they have so many security problems!
Here is the link to the blog:
http://blogs.msdn.com/ie/archive/2004/12/0
It's a nice contrast to Microsoft, who has allegedly known about security bugs and waited until there were out-of-control exploits before issuing fixes.
Oh yeah? Here's an exploit in the wild, created just now: http://macslash.org/comments.pl/..namedfork/data
That's one serious hole. Hope they upgrade soon.
From the article:
"Apple said the problem exists because its HFS+ file system handles file access in a case-sensitive way, while the Apache configuration blocks access in a case-sensitive way."
Shouldn't that be case insensitive?
- Zav - Imagine a Beowulf cluster of insensitive clods...
And that's OS X's fault how, exactly?
Looks more like a vulnerability in Slashcode to me...
p
In Korea, long hair is for old people!
According to the details on the update, Apple patched an internal system bug that stopped other locally running programs from intercepting data entered into a secure text field. You know, the kind that shows up as dots when you write in it. Nice to see Apple protecting users from phishing spyware before it even exists in OS X.
Every last one of them was -- and still is -- theoretical.
So would you sooner have them wait until there are threats in the wild? I would call this rather proactive.
Of course if you use your own compiled version of apache and are on top of it then you've probably patched these hole a long time ago.
Who's leg do I have to hump to get a dry martini around here?
All true.
Still, there's more blame to spread. "allow all, but these that we explicitly deny" is a standard Apache config. Shouldn't it allow only ".html", ".", and, perhaps, ".txt" by default?
BTW, how does the case-insensitive FS fall out with, for example, "file.PHP"?
It looks like most of the Apache problems stem from Apple's own HFS+ filesystem and its lack of case-sensitive filenaming. HFS+ needs to be retired. I mean, what kind of *nix uses a default filesystem that is *not* case-sensitive? There's a myriad of worthy file systems out there (UFS being my personal favorite.) Before you Mac people flame me, I must point out that I am writing this on my iBook, which I treasure dearly.