Slashdot Log In
Apple Releases 31 Security Fixes
Posted by
kdawson
on Thu Nov 30, 2006 09:40 AM
from the more-secure-than-you dept.
from the more-secure-than-you dept.
Agram writes, "This week Apple has released fixes for 31 vulnerabilities in its OS, although reportedly a number of known flaws remain un-addressed (according to the instigator of the Month of Kernel Bugs, 'Apple hasn't fixed any of the bugs published during [MoKB], except for the AirPort issue'). Earlier this year, in a move reminiscent of Microsoft's past patching faux pas, Apple released a 'fix' the installation of which broke features unrelated to the targeted flaw. With the growing number of low-level flaws, one has to wonder if Apple's 'more secure' argument still stands. Earlier this month, Microsoft released 6 fixes. Linux does not seem to fare much better. Despite all of these fixes, exploits remain in the wild for each platform. Perhaps, security-wise, the OS choice really boils down to a 'pick-your-poison X user-base' equation?"
This discussion has been archived.
No new comments can be posted.
Apple Releases 31 Security Fixes
|
Log In/Create an Account
| Top
| 319 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Attacks Still Low (Score:2, Funny)
Re:Attacks Still Low (Score:5, Insightful)
(http://kestas.kuliukas.com/)
Your argument seems to be that OS X runs on loads of servers, which makes it a great target.. First off it doesn't run on loads of servers, it has no presence in the server market. Second the vulnerabilities are mostly all in WiFi drivers, PPPoE code, and Safari. Why would hackers going after servers be looking in client code?
Also you can only apply the fixes to 10.3 and 10.4. Never mind <10.3 users, they can pay $99 for security, and never mind if they have a machine which won't run 10.3, they can buy a new Mac. This is like MS charging for SP1.
If MS came out with a massive load of critical security fixes like this, which had all been around for ages and in use by hackers, they would be quite rightly ridiculed. When Apple comes out with this disgrace
I wish I was exaggerating but people really are posting these; it's bizarre the double standards some people on slashdot have.. We should at least like and dislike Apple and Microsoft for the right reasons, there are many reasons to prefer Apple but security just isn't one of them.
Re:Attacks Still Low (Score:4, Interesting)
(http://www.justjournal.com/)
Apple can develop great products, but they sure can't support them very long. Someone at apple needs to learn about maintaining software. Essentially you have to pay for security patches every two to three years. I end up running the latest OS release because safari and a few other things rarely see patches once its a version behind.
Before someone points out that apple is smaller than Microsoft, consider that smaller companies and groups maintain patches to their linux distros for far longer than Apple does with a commercial OS. I suppose some projects have worse policies... for instance FreeBSD EOL'd a bunch of stuff recently. I'm not in a position to back port patches when I get a few releases done with MidnightBSD yet since I don't have many developers. Apple does have developers.
Re:Attacks Still Low (Score:5, Insightful)
(http://inglorion.net/ | Last Journal: Thursday October 06 2005, @07:17AM)
Yes, because buffer overflows are so much harder to exploit on non-Windows OSes, and it's so much harder to get someone to type "sudo make install" than to get them to do the equivalent on Windows.
Re:Attacks Still Low (Score:4, Informative)
99% of all windows users run as admin. 100% of all windows server administrators log in with a admin level account and do lots of things as admin they they should not.
99% of the things malware wants to do, do not require elevated privileges.
NO APP NEEDS WRITE ACCESS TO THE C:/WINDOWS directory... NONE! yet the microsoft morons designed it that way because of the stupid registry.
Broken application that require write access to Windows system areas are 100% the fault of the app developer. It's got *nothing* to do with Microsoft.
No developer has had an excuse for releasing software that writes to places like C:\Windows for ca. 7 - 8 years.
Let's ignore the fact that most services under Unix lately do not run at the system level but under a protected user that does not have ADMIN access... but hey you were hoping that nobody noticed that.
Like modern Windows services do, you mean ?
Windows web server, buffer overflow = admin access. Linux web server, buffer overflow = user acces. Big different there. granted if you are silly and let apache user read the shadow passwords file your fault for not setting up security right.
IIS runs as its own user. A buffer overflow only nets you the privilege level of that user.
Why Windows security is terrible and OSX is better (Score:4, Interesting)
(http://www.xig.net/)
I. ActiveX. ActiveX is DESIGNED to give a web server full control over your machine. With Flash or Java, even if they're enabled a website can only do stuff if they also exploit a - very rare - flaw in your Virtual Machine. In ActiveX, if you let that control run it can basically do anything. They have some checks to try to block the probably-worst applets, but in the end it runs the code unprotected. Until ActiveX is limited to a VM, it should be totally disabled.
I'd personally guess that this alone accounts for more regular attacks than everything-else-put-together. Don't use ActiveX. And if you're not using ActiveX, there's little reason to use IE...
II. Administrator use is chronic. Basically nobody runs OSX in root or sudo-d mode. LOTS of people run Windows routinely in Administrator mode, for a few main reasons: 1) Lots of software only runs that way, and switching is a pain. NO user app should need to be root to run. 2) LOTS of software is very hard to install so a nonAdmin can use it properly, for starters because it only works on the account it was installed into.
I will completely admit that if all the ISVs behaved perfectly 1 & 2 wouldn't be a problem - but it is VERY plausible for Microsoft to exert enough control to make this better for the vast majority of users. Also, I don't believe all these ISVs do it just to be stupid - my guess is that the structure of Windows makes it MUCH easier to do it that way.
3) Lots of software that shouldn't even need admin privs to install does for no good reason. (I presume because of the way DLLs and the registry work they need to modify system folders even if they're only going to run as a local user - but that's definitely a Windows problem that it's structured that way.) And once you give those pieces of software admin privs, they can do anything - like installing themself as System so you can't kill them even WITH admin privs. All software should be installable with the MINIMUM possible privs. (Obviously system software or a virus checker needs admin privs.)
There are plenty of smaller reasons to be unhappy with Windows security, and I'm not trying to say I love their track record. I didn't address at all the fact that it comes out of the box extremely remote exploitable, (average of ~20 minutes for an unpatched box to be exploited on the internet - and several hours to download the patches!) But those are problems other OSes at least sometimes have and you can make reasonable comparisons. Until the two above are fixed, you shouldn't even COMPARE Windows desktop* security to OS X or Linux.
*Note that I said desktop. While there are some problems, neither of the above super-problems is a server problems. In fact, if you have to choose a server OS, you should probably choose based on what your admin is experienced in - better to have a well administered box than ANY badly admined box.
Re:Attacks Still Low (Score:4, Insightful)
(http://theravensnest.org/ | Last Journal: Sunday October 07, @07:05AM)
Re:Attacks Still Low (Score:4, Insightful)
(http://www.nixiewatch.com/)
Re:Attacks Still Low (Score:5, Informative)
Wrong. The attacker can simply use a privilege escalation exploit.
Re:Attacks Still Low (Score:5, Insightful)
Anyway, as we all know, don't trust statistics because 82.35% of statistics are made up on the spot.
Exactly (Score:5, Insightful)
(http://www.bigbrother.net/)
On the other hand, if 50% of the people were running OS X, then no exploit could harm more than half the people at any given time. So in the long run, perversely, OS X is beneficial to the security of Windows.
Re:Attacks Still Low (Score:5, Informative)
(http://www.nomorestars.com/ | Last Journal: Wednesday December 31 2003, @11:23AM)
If someone is standing on the corner going 'neener neener you can't hit me' someone out of spite regardless of any reward is going to do it. The fact that they've been touting they can't be hacked for several years now and they still haven't been hacked says to me that it's not easy to do/not able to be done as easily as it is on Windows.
Plus a lot of the 'security' problems don't focus on the exploits of IE and simple browsing hijacking your system with crap. That's the largest problem facing most IT departments that I've run across in the last year or two, not the OS itself being hacked but something stupid the browser does destroying the system.
No OS... (Score:2, Insightful)
If you are depending soley on your choice of OS (Score:4, Insightful)
(http://slashdot.org???? | Last Journal: Saturday August 12 2006, @03:06AM)
1. Run a firewall and only open what you need to be opened
2. Most importantly: DONT CLICK ON STUPID SHIT! Don't run seedy programs etc. It's amazed how many Windows users get infected like that
Those obviously won't protect against 100% of threats, but very few things in life are guarenteed.
Re:If you are depending soley on your choice of OS (Score:5, Insightful)
They shouldn't have to listen; the system should be designed for security from the ground up.
Relying on user education is #5 on the Six Dumbest Ideas in Computer Security [ranum.com].Re:If you are depending soley on your choice of OS (Score:5, Insightful)
(Last Journal: Tuesday May 29, @09:14PM)
Almost no regular user is thinking about the security implications of his or her computer use. Therefore, the OS designer should do it for them, to prevent damage to other users.
If they are sophisticated enough to think about security at every step, power users can disable or change security features manually.
A computer, to most people, is a tool to write stuff, communicate, and have fun. It's not, in their minds, a tool to promote security. So why not have the machine be as secure as possible automatically?
Re:If you are depending soley on your choice of OS (Score:4, Interesting)
(http://nimh.org/)
Do you honestly think people go Hrm, this program is pretty seedy, but I'm going to run it anyway! .
The real problem is people go Oh, I received an electronic fax, that's not a program and people like you just say No you dolt, that was an exe file, gawd how stupid are you!?
This is what I think the real problem is: Suggesting that people accept faulty software and their own failings.
Here's an idea: a big red button on the side of the computer. You hold it in, and executables can be created. Tell people that big red button lets other people change the way their computer works and no matter how the computer instructs them otherwise, to only push and hold that button in when they are unhappy about how their computer works and feel the need to change it.
That's what root is supposed to be for- whether they be called Administrator or sudo doesn't make it any more or less safe. The fact that Non-root can install software is a security weakness. The fact that the user can run as administrator and not know it is a security weakness.
My mother in law has been actively computing since 2002 without any viruses or "computer problems of any kind" simply because she has to call me in order to remount
Free software is not supposed to be 'much better' (Score:1, Flamebait)
(http://cafepress.com/phototravel?pid=5934485)
Vendors of commercial software would have you believe, free is supposed to be much worse: "Free and worth every penny"...
That it is even on par is great. If it is better, even if by "not much" — that's terrific!..
Personally, I'd rather the world used FreeBSD [freebsd.org], of course, instead of imitations like "MacOS"/"Darwin", or "Linux" :-)
Slashdot (Score:5, Insightful)
your readers are all technically literate. Please don't post stories where dumb ideas like "how secure an operating system is = number of potential security holes fixed". That kind of stuff is for pointy haired bosses, not technically literate people.
Thanks!
Please (Score:5, Insightful)
(http://das.doit.wisc.edu/)
Almost everything relies on some form of user interaction, and yes, these things are still bad, especially ones that take advantage of some shortcoming in the OS. What's laughable about the submission is that it makes it look like it's "bad" that Apple fixed oh-so-many vulnerabilities, and then complains that it's not fixing enough. Apple does fix issues reported to them, period. And yes, we all have stories about this or that outstanding bug or vulnerability that is still open, but Apple has markedly, hugely improved, mostly because of listening to feedback from customers, particularly enterprise customers, in the security arena. It does have a way to go, and whether or not any fix is "fast enough" will always be subjective.
No one sane ever said Mac OS X was invulnerable. It has bugs and vulnerabilities like any OS. Apple responds to them. Someone will always think they're not responding fast enough, or correctly, or what have you, but the fact remains that Mac OS X has been on the market for over 5 years, and there has yet to be any substantial issue that has been exploited on any scale. And no, it's not exclusively because of marketshare.
Re:Please (Score:5, Insightful)
(http://das.doit.wisc.edu/)
Effectively, for almost all desktop users in any environment, Mac OS X is much more secure, much less attacked, and much safer to use from a malware perspective, for almost all average users, period. Some of the reasons are due to marketshare, some are helped in part by marketshare, some are because of architectural decisions, and some are a mix of multiple reasons. But regardless of what someone "thinks", Mac OS X is still a manifestly safer OS for an "average user", and there is simply no disputing that.
If you want to get people to understand that even Mac OS X has bugs, great. (Duh?) If you simply want to make stupid people no longer stupid, that probably won't work. The average person doesn't care. All the average person knows, when they make the switch for example, is that their Windows box was packed with spyware and adware and then "got slow" and had multitudes of typical Windows problems that typical people have, and they don't have the same problems with their Mac.
Do Macs have problems and bugs and vulnerabilities? Yes. Will anyone win the pissing match of "which one is better" when it's not done for any reason other than to be a pissing match, like this article seems to be doing? No.
Re:Please (Score:4, Interesting)
(http://www.intelligentblogger.com/ | Last Journal: Monday August 27, @11:47AM)
Precisely!
What we're seeing is Apple fixing issues that cannot be successfully exploited on 90%+ of the Mac machines in existence. Worms like Code Red or Blaster wouldn't be able to find enough hosts due to the default security setup of OS X. The only folks who would be vulnerable would be the ones who know enough about internet hosting to enable a service.
While there's no guarantee that these users are significantly more educated, they do at least know that they're running a potentially exploitable service. This is in direct opposition to the situations that made Code Red and Blaster possible. Had IIS Personal Server not enabled itself without the knowledge of most users, it's highly likely that Code Red would have failed to spread. (Especially since a security patch had been available in both cases.)
What the URL (Score:3, Funny)
(http://i.nt.ro/)
Arnt most of the "flaws" actually trojans? (Score:1)
(Last Journal: Friday October 24 2003, @12:44PM)
I mean give me a fucking break I could write a trojan in 5 minutes that makes you delete your entire user folder... that doesnt make it a flaw unless your talking about the jackass who executed it instead of following the simple rule of the internet..... DONT RUN ANYTHING YOU HAVE NO CLUE IS SAFE... that means shutting off open up safe files after download too!
And likewise wasnt a bunch of the "flaws" proven to be so reliant on certain things to happen at certain times that it would be next to impossible to actually get them to do anything but kernal panic?
You know what, you're right! (Score:5, Funny)
(http://pdatabase.dyndns.biz/ | Last Journal: Saturday June 04 2005, @11:50AM)
Bad, Apple, bad. *thwacks Apple with rolled up newspaper*
Don't break any fixes anymore, you're supposed to be perfect.
Makes sense (Score:1)
(http://tarlus.homeip.net:12345/)
I'm not saying that it would be as insecure or virus-ridden as Windows really is, but in that parallel dimension it would have more known issues than Windows would because nobody would care about targeting the 2% of the market using Windows.
I agree with the "pick your poison" mentality, but in this real world case, it's the difference between choosing arsenic or just really strong orange juice.
Linux? (Score:1)
(http://www.radioreference.com/)
31 fixes (Score:2)
(http://www.parallelrealities.co.uk/)
so... (Score:3, Funny)
(Last Journal: Saturday January 20 2007, @07:25PM)
It's hardly news that if someone goes looking for problems they find them - what is more revealing is the general response to the issues discovered:
Windows: 'well that's what you get when you write closed source crap and you try and bleed money out of your customers'.
Apple: 'That'll wipe the smiles off their smarmy faces'.
Linux: 'Oh we so good - look at how open source instantaneously fixes these problems, cures cancer and helps little orphans'.
all these above responses are of course propaganda (please refrain from using that awful, awful word "fud").
It's ironic that one of the hottest topics on slashdot, climate warming is accused of being one of the most tainted sciences but when it comes to something much simpler, the efficacy of patches on modern systems it turns into the biggest mud slinging match you could imagine.
Explain yourselves... (Score:1)
(http://www.mikeneilson.org/)
That said, what I really want to know is why big companies like MS and Apple don't explain more fully WHY they aren't releasing patches to known issues. As a software product manager, I spend a lot of my time determining what issues are deserving of patches, and there certainly ARE good reasons not to patch a bug, but I would probably take it an extra step and explain to my clients exactly why the decision not to patch was made. We don't necessarily want patches, we just want an explanation.
pfft. quantity of fixes means nothing (Score:5, Insightful)
(http://web.lemuria.org/)
These numbers mean nothing at all.
First, it's the number of fixed bugs, not of existing bugs. If product A has 500 holes and fixes 5 of them, and product B has 50 holes and fixes 10 of them - these dumbwit journalists would tell you that product A is more secure.
Two, quantity alone means nothing. If product A has 5 remote root holes and product B has 20 spelling bugs - these dumbwit journalists would tell you that product A is more secure.
The worst thing is that they get paid for producing this kind of misinformation. No, wait - the worst part is that there are lots of people out there who don't know technology and actually believe that crap.
Come and see the snobbery inherent in Linux! (Score:3, Informative)
Fantastic! So what the poster is saying is that "If you're on slashdot and you're not a Linux geek you're out of place here".
Out of place as in not welcome for the most part too considering some of the groupthink that goes on.
Just try to get a valid, non-snobbish answer to a n00b Linux question around here. I dare you. Just like the snobs on #Linux. Try it there and you'll get the same.
The day I decided that Linux wasn't for me was the day I went to #Linux and asked for the name of a good distro a n00b could run without pulling out his hair. The response was directing me to DistroWatch or some-such site with nothing more than a list of distros. Out of 40 people this is the lone answer I got.* Great. And yet Linux users still claim Joe Sixpack is welcome to try to adopt? It sounds more like throwing down the gauntlet as opposed to inviting him in.
* Later I tried DSL and Mepis. While I found nothing "wrong" with them I do find overall Linux support lukewarm at best and I don't have the problems with windows that most claim to have. I just don't see a reason to switch yet. Maybe in a few more years when some of the zealots mature a bit and realize that supporting a product is more than just shouting "OMFG~! It's the best, if you don't like it you're just a fucktard!!11!!" and start producing apps a little bit better than Gimp I'll give it another go.
Mac OS X is still more secure, BY FAR. (Score:5, Informative)
No, no, one doesn't.
Number of Windows machines I've had to painstakingly remove highly virulent spyware/adware from: Dozens.
Number of Mac OS X machines I've had to painstakingly remove highly virulent spyware/adware from: ZERO.
This is far more than just anecdotal evidence; this is how things go in the real world. In the real world, 50+% of Windows machines are badly infected by spyware, and 0% of Mac OS X machines.
ZERO.
By far the most prevalent security and stability breaches "in the wild" are not rootkits or remote exploits... they're spyware and viruses, both of which are virtually exclusively Windows issues. You can claim that this is mostly or wholly due to the overwhelming dominance of Windows over all other operating systems (in terms of "market share"), but the fact remains.
Until I start getting calls from blue-haired grandmas to hand-pick bits of Hotbar and Bonzibuddy and porno pop-up daemons out of their Macs, I won't buy the "Macs aren't any more secure than Windows" FUD. And neither should you!
Linux *can* be more secured... (Score:1)
Mach-O (Macho Man) (Score:1)
Be sure to have your speakers turned on and up.
http://projects.info-pull.com/mokb/MOKB-26-11-200
That's part of why my server is NetBSD on MIPS... (Score:2)
(http://www.rangat.org/rthille | Last Journal: Thursday November 23 2006, @12:20AM)
Anything that will trip up attacks (different OS, instruction set) can help. Certainly if there were a determined attacker who cared about getting into my server in particular the 'oddness' of it wouldn't stop them, but for worms expecting the usual suspects it should be enough.
No duh! (Score:4, Interesting)
(http://slashdot.org/~Infonaut/journal | Last Journal: Tuesday July 31, @02:22PM)
Perhaps, security-wise, the OS choice really boils down to a 'pick-your-poison X user-base' equation?
Yeah, like, everyone knows that all OSes are, like, equal in all respect. It's not like they were designed differently or anything. It's all just 1s and 2s anyway. Every computer gets cloggged up with worms, viruses, and malware. It's just that there are more Windows users out there, and the Mac users just keep quiet about their virus infestations, so they can keep the Sacret Cult of the Mac going strong. I know plenty of Mac users who have to do clean installs all the time because their machines get so clogged up with worms and viruses. All of these whiners talk like that's not true!
Whew! (Score:2, Funny)
(http://www.ccirrus.per.sg/rfc13109)
That's why... (Score:1)
Philosophy of pick-your-poison (Score:3, Insightful)
(Last Journal: Friday November 09, @05:49PM)
Although you multiply poison by the user base, the more people that use Linux the more secure it becomes. The more people that use an OS where the users cannot find and fix problems, the less secure it becomes as an overall platform.
A large part of the problem is finding it, and when a security flaw is found in Linux it is pretty much always fixed So, userbase for Linux is good because they can fix the problems themselves, or report it directly to someone who can.
But when you are sourceless, a large userbase can report a problem and they must depend on someone else to fix it. So, the more people that use it, the more people using it with a particular bug. Usually, the fix timeframe is based on Impact * number of reports, and although Microsoft has gotten pretty good about turnaround time for patches, they used to be horrible and if there's a lack of reports I suspect bugs will go unpatched for quite some time. However, you still have the issue that all closed source has: the user can't fix things for himself and that includes bugs.
Lastly, comparing OSX to Linux and WinXP isn't really fair to Apple... they're still relatively new to the scene and have a lot of bugs to shake out. And when comparing, you can't just say "N bugs in X OS over K days", you have to also multiply this by the impact. 31 local DoS security fixes is not as scary as 1 remote execution fix.
It Never Did (Score:4, Funny)
(http://inglorion.net/ | Last Journal: Thursday October 06 2005, @07:17AM)
It never did. First of all, you can't compare security of operating systems, because you can't eliminate bias from your tests. Secondly, Apple's OS is closed source, which you can never trust. Thirdly, much of the OS is written in unsafe languages (particularly C, C++, and, perhaps, Objective C - I don't know if the last is unsafe), and thus, the statistical probability that it will contain security holes is high. Finally, I don't think Mac OS X has been so thouroughly scrutinized by security experts as Windows has, so it's very well possible that Windows is more secure by now, regardless of it's starting position. However, we will never know that, because of the first point.
It really all comes down to... (Score:1)
(http://adifferentcity.com/ | Last Journal: Wednesday March 14 2007, @10:40PM)
...the user security model. *nix-based systems like Mac OS X, Linux and *BSD are just truly multi-user systems with security in mind from the beginning. Granted, networking and kernel bugs can still exist, but it's just a lot different with Windows.
Windows was designed to be a single user system (like pre-OS X versions of Mac OS), and has just had supposed "multi-user" capability grafted on to it over the years. It is my understanding that they wanted to go the *nix way with Longhorn/Vista, but it just was too darn hard to maintain precious backwards compatibility. I could be wrong, because I really know jack crap about Windows. I have Parallels/XP on my MacBook for testing, and that's about it. Any Windows zealots (are there *any* here?) please feel free to correct me if I'm wrong about this pseudo-grafted multi-user security thing. I'm proud to be an IT pro who can honestly say "I don't do Windows."
The authorization box in Vista sounds all wrong, and another futile attempt to copy the way *nix GUIs do it. The fact that they've tried to make a bash-like shell replace the DOS shell, along with the constant aping of the Aqua interface just shows that although they own the desktop market, they still fail miserably at stealing all the good ideas.
Guess I've gone off topic somewhat, but someone please at least mod me Interesting because the main point is security in Windows vs. security in *nix is just two entirely different ballparks.
I have to say that one of those fixes is... (Score:2)
(http://www.chesmontastro.org/)
On the other hand, the recently announced problem with DMG files is down right scary.
MS FUD? (Score:2, Interesting)
Security Device (Score:1)
There is a poster where I work. It reads: "The greatest security device ever created." Beneath that is a picture of a human brain. Unfortunately, the human brain is also the greatest security vulnerability ever created.
When you have behavior like computer users with administrator rights clicking "OK" on the "Install smiley faces now!" pop up, the vast majority of security breaches are due to poorly trained computer users and system/network administrators. If OS/X or Linux owned the desktop marketshare that Windows does, it still would not improve the behavior of the users and admins. I haven't found an O/S yet that trains people not to do stupid things on their computers.
Dedicated servers don't browse the web and install weather tracker toolbars, so they are a completely different discussion.
This is inevitable, but Apple can do better. (Score:1)
All I hear is Charlie Brown's teacher (Score:2)
(http://slashdot.org/~joebagodonuts | Last Journal: Tuesday October 21 2003, @03:53PM)
Apologies to Patrick Roy for stealing his quote.
No difference (Score:2)
Bugs not fixed fast enough for (Score:2)
This reads to me that Apple hasn't fixed flaws found in November. As a reminder, the month isn't over yet; bugs can't be fixed instantly. The first impression is somebody whining "we found it, is it fixed yet why isn't it fixed yet we told you about it a whole week ago what's taking so long is it done yet?"
That's just my impression.
Fixes take time and testing; would you prefer that a half-assed fix be put in place?
As well they should. (Score:4, Insightful)
(http://www.annoying.org/)
Therefore, they don't have people saying 'fixes for 31 vulnerabilities in its OS'
Re:Eh? (Score:1)
(Last Journal: Friday October 24 2003, @12:44PM)
2) Even before these patches you would be hard pressed to exploit any of these bugs just as your hard press to do anything with any of the bugs exposed in the month of fud.... er kernal bugs or whatever that guy called it.
Apple requires a lot of user interaction to exploit anything... on the other side of the coin, a xp box could just surf to a bad site and be completely hijaked if not properly protected from adware.
31 vulnerabilities are 31 less vulnerabilitys OSX has vs XP. Finding more vulnerabilities doesnt mean your less secure or that your software is buggy, the flip side of the coin is very easily there could be 31 or more vulnerabilites in XP that have NOT been found.
Re:I predict... (Score:5, Funny)
(http://pdatabase.dyndns.biz/ | Last Journal: Saturday June 04 2005, @11:50AM)
Re:No Wonder Apple Marketshare Is Still Down At 2% (Score:2)
(Last Journal: Tuesday September 27 2005, @05:01PM)
Just yesterday I was down working with some developers. There were four rather old G4 Powerbooks and one new (3 months old) PC. Four PowerBooks running flawlessly. PC was already riddled with spyware and viruses and not working properly because of such. These poor people have an unusable computer because of all these security flaws...well...PC-specific flaws. Luckily they kept chugging along on their old Macs while the PC was being worked on.
Re:Will break MS-Entourage (Score:2)
So if you use Entourage - backup, Backup, BACKUP. And use something sane like Thunderbird or even Mac Mail unless you're actually syncing with an Exchange server (rather than a garden-variety IMAP service).
-b.
Re:And you though (Score:2)
(http://nimh.org/)
Except Microsoft Windows isn't the most used OS in the world. A UNIX is- everybody who uses a web browser is looking at a web page- very likely to be served by a UNIX server. I think the sheer number of zombies (about 60% of Microsoft's user base) demonstrates that Windows users simply don't know that they're owned. The other 40% probably have professional UNIX admins running their network.
Or did you mean Operating system with the largest number of installations? That'd have to go to TRON- immensly popular in Japan, it's on just about every piece of industrial or business hardware there: I'm talking billions of deployments.
I think accepting any bugs is a mistake. Note that Linux and FreeBSD both make honest efforts to fix their bugs- but unless someone has disclosed it to Security Focus, Microsoft won't fix it. They know just like everyone else that Bugs are defects and since Microsoft sold a defective product, they have to fix it. Of course, the fewer that are disclosed the better.
Er, no. The reason defective software is available is because people just like you who think defective software is acceptable. If nobody thought defective software was acceptable, there simply wouldn't be any defective software. NASA (for example) makes defect-free software (albeit at a significant expense)- but usually failures are acceptable if the failures are graceful and recoverable. EROS and J2SE are two operating systems that work like this.
I disagree. Up until distributed zombies became popular (thanks mixter), nobody targetted Windows simply because no gain could be had. Now zombies are used for everything from spamming to extortion. Six year olds aren't "bringing down windows" - I mean, I don't know if six year olds are bringing down windows. They're not bringing down UNIX, that's for certain (the oldest and most pervasive operating system ever), but if six year olds are bringing down Windows, I'd highly recommend you seek elsewhere.
You'll find very few people disagree with this, but people don't want to "maliciously" exploit an OS: they want to make profit. Spammers and spyware installers don't target Windows: they target ignorance. When ignorant people start buying Macintosh and UNIX desktops again, you'll probably see some real targets there. After all, would you rather have 1% of 1000, or 99% of 100?
Re:I predict... (Score:2)
(http://peacefinder.net/ | Last Journal: Wednesday October 24, @04:06PM)
Damn. Gotta be a pretty cheap date to whore out for a BSD-licensed OS!
Seriously, man, you've got your terminology all wrong. Whores do it for money. While OpenBSD users don't object to getting paid for it, mostly we do it for free 'cuz we like it. That makes us sluts.
If you'd ever gotten laid without paying for it, you'd know about this stuff.