 |
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:21
|
|
http://software.silicon.com/os/0,39...39128858,00.htm
quote: Symantec: Mac OS X a hacker target
March 21 2005
by Munir Kotadia
"The Macintosh operating system has not always been a safe haven from malicious code..."
Security vendor Symantec is warning that Apple's OS X operating system is increasingly becoming a target for hackers and malware authors.
In its seventh bi-annual Internet Security Threat Report, Symantec said over the past year, security researchers had discovered at least 37 serious vulnerabilities in the Mac OS X system. According to Symantec, as Apple increases its market share - with new low cost products such as the Mac mini - its userbase is likely to come under increasing attack.
"Contrary to popular belief, the Macintosh operating system has not always been a safe haven from malicious code," Symantec said. "Out of the public eye for some time, it is now clear that the Mac OS is increasingly becoming a target for the malicious activity that is more commonly associated with Microsoft and various Unix-based operating systems," the report said.
"Apple Computer has become a target for new attacks… The appearance of a rootkit called Opener in October 2004 serves to illustrate the growth in vulnerability research on the OS X platform… The various OS X vulnerabilities allow attackers to carry out information disclosure, authentication bypass, code execution, privilege escalation and DoS attacks. Symantec believes that as the popularity of Apple's new platform continues to grow, so too will the number of attacks directed at it," the report said.
Symantec's concerns were echoed by James Turner, security analyst at Frost & Sullivan Australia, who said many of the people who bought Apple products were not concerned about security, which left them wide open to attack.
"The iPod, PowerBooks and mini Macs are cool products," Turner said. "The by-product is that people are buying these products for form over function. They say it looks pretty and then buy it but don't secure it. As Apple increases its market share, it will be a legitimate target".
Trend Micro senior systems engineer Adam Biviano said all complex operating systems had security flaws and the more popular the platform, the more likely it would be attacked.
"All sophisticated platforms - Mac, Linux, Solaris or anything else - will have vulnerabilities," Biviano said. "The only reason Windows has had mass exploits written for it is the sheer number of connected devices that are present on most networks. As soon as you start seeing mass deployment of any technology you are going to see exploits."
According to Biviano, while there have not been any mass outbreaks of viruses targeting the Mac, the potential does exist.
"You don't see Macintosh viruses in mass outbreaks but you do see them in the labs as proof of concepts. There aren't any outbreaks because there are simply are not enough [Macs] out there. For a virus to be successful it needs a combination of an exploit and a large target audience," said Biviano, who nominated the mobile phone market as an example of malware writers targeting the most popular platform, not Microsoft's platform.
"Look at where mobile viruses are going and they are not targeting Microsoft - they are targeting the market leader, which is Symbian," he said.
The Symantec report found in the second half of last year an increasing proportion of malware designed to expose confidential information. The report also found that phishing attacks increased by 366 per cent while the number of Windows-based worms and viruses increased by only 64 per cent when compared to the first half of 2004. |
I've been saying this all along, and in fact I considered it to be common sense, but certain people here seem to disagree...
Discuss... 
|
|
|  |
 |
|
Lul Thyme
|
|
Quebec, Canada
Aug 2000 time: 05:21
|
|
Does anyone actually believe that myth though?
Im no industry expert, but thats like saying ppl try harder to find flaws in banks than in my jeans pocket...
|
|
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:21
|
|
Believe what myth?
What is the point in investing time and energy into writing a virus to target something with 2% marketshare when you can hit something with 95%+ marketshare?
It's a psychological question more than anything else. People who write viruses are out for fame or have an appetite for destruction, neither of which lend themselves to tiny marketshares...
Last edited by Asher on 22-03-2005 at 11:19
|
|
|  |
 |
|
Fve Crathva
|
|
I don't think this even qualifies as a myth. More of a limited-impact reality inversion.
SP
|
|
|  |
 |
|  |
 |
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:21
|
|
quote: Originally posted by Urban Ranger
You need to RTFA again. The others have only said that vulnerabilities exist in all OS. |
Biviano works for TrendMicro, no? TrendMicro != Symantec, no?
quote: According to Symantec, as Apple increases its market share - with new low cost products such as the Mac mini - its userbase is likely to come under increasing attack. |
Then there's James Turner...
quote: Symantec's concerns were echoed by James Turner, security analyst at Frost & Sullivan Australia, who said many of the people who bought Apple products were not concerned about security, which left them wide open to attack. |
quote: Funny, since you don't have any qualifications to make such a judgement call. |
More than you, which seems to be more than enough. A drunken ape could run circles 'round you in computer debates.
quote: Just because somebody asserted that there is such a thing as "heap exploit" doesn't mean it exist. |
Honestly, you have to be shitting me.
|
|
|  |
 |
|
Fve Crathva
|
|
They didn't put hard drive drivers into the kernel?
SP
|
|
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:21
|
|
quote: Originally posted by Fve Crathva
They didn't put hard drive drivers into the kernel?
SP |
That's up to the driver, a lot of them do run in the kernel mode. For desktops, this is common for speed reasons. It's probably even the default behavior these days.
You can run them in ring3 as well, up in userland.
The main point is, with the way Windows NT is designed, it's almost trivial to change between running components in userland and running them in kernel-land. The original design was fully microkernel, and it's evolved ever since. It's probably even something simple like #IFDEFs that ignore message-passing and go straight for kernelspace to do it itself.
The Linux kernel, on the other hand, was designed to be monolithic. You would have to do some massive refactoring to make it monolithic...GNU/Hurd would be done sooner.
And BTW, Urban Ranger...what would you call an exploit that modified the pointer to the next "chunk" in memory/heap to whatever the hacker wanted?
|
|
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:21
|
|
quote: Originally posted by Urban Ranger
That is completely incorrect. There are huge fundamental flaws to the design of Windows. Bruce Schneier said a whole bunch of things here, and that's just part of it. Notice that newsletter was published in February 2002, yet MS has done little to fix the problems outlined. |
1) You DanSed me.
2) None of these problems are even remotely close to being "fundamental"
3) Most of those problems have been addressed, even without a Windows release since he wrote those. Half of his points are effectively shot down by the inclusion of DEP in SP2.
4) Many of his ideas are absurd and show a complete lack of understanding of how users use the products (like his idea for Office macros -- give me a break)
5) His remaining points on the "default install" are remedied quite easily in Windows Server 2003 and newer, and even doing things like enabling the firewall by default in XP2.
6) Schiener has a clear agenda to push, and I'm not surprised that you can't see through it. This line in particular cracks me up:
quote: Commercial software is full of bugs, and some of those bugs harbor security vulnerabilities. |
It's awesome he qualified that to "commercial" software. Lord knows free software is free of bugs and security vulnerabilities, unlike those pesky commercial software packages. 
Please, grace me with your knowledge and insight -- discuss his points and why you think they are fundamental flaws, and how they have not been addressed.
|
|
|  |
 |
|
aneeshm
|
 |
Indore , Madhya Pradesh
Jul 2001 time: 10:51
|
|
I'm no expert in this field , but common sense tells me that faster release cycles , and a higher community participation , coupled with greater peer-review , would tend to make the fixing of burs faster , and bugs rarer , in free software , compared to non-open source software .
I am not , however , willing to bet anything on my judgment in this regard ( because I know that I do not know anything about this ) , so I would recommend we wait and see .
|
|
|  |
 |
|
Fve Crathva
|
|
That would be great, if there was a higher community participation and greater peer review. As it stands, the software that gets reviewed by skilled security professionals is the commercial software (and OpenBSD). The number of eyes viewing code isn't as important as the competence of those eyes. I think open source kicks ass, but the community is too chaotic, too mismanaged, too elite to be effective. And the community just doesn't have enough money circulating in it.
SP
Last edited by Fve Crathva on 22-03-2005 at 16:31
|
|
|  |
 |
|  |
 |
|  |
All times are GMT. The time now is 05:21. Apolyton Time is 00:21. |
top of page
|
|
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|