Version: 2008
  • On The Insider: Heidi Klum Takes Seal's Name

October 3, 2004 4:35 PM PDT

Ballmer calls security a never-ending battle

  • 10 comments
LONDON--Microsoft CEO Steve Ballmer says the task of trying to stay one step ahead of virus writers and hackers is a never-ending battle.

Speaking at a gathering of U.K. press, Ballmer said Microsoft's "trustworthy computing" effort is far more than just a one-off initiative.

"We will be working on 'trustworthy computing' for the rest of my days at Microsoft, which I hope are many. There are bad people out there in cyberspace, and they are not going to go away. We are going to have to be vigilant. That's going to last for the duration," he said.

But despite the ongoing rounds of new security vulnerabilities and virus alerts, Ballmer said he believes the situation has improved greatly and can only get better.

"It's not like five or six years ago viruses didn't exist. More damage has been done in other periods of time (than today). The last 12 months was a better 12 months by a margin. I do believe in the next two to three years we'll get good enough and customers' practice of implementation will get good enough," he said.

Ballmer admitted that getting it wrong is not an option for Microsoft. "Security is the potential downside for the business. Do people have enough faith? That's why we made security job one priority at Microsoft."

Microsoft and Ballmer have said that the company will look at new markets and new areas of innovation for future growth. One area that analysts and industry watchers have tipped is the antivirus and firewall market, possibly with the acquisition of one of the big players such as McAfee.

Ballmer declined to elaborate on Microsoft's plans with regards to launching its own security products but also didn't rule out the possibility of acquisitions, whether in the security market or any other area of its business.

"We're always looking at acquisitions, but we don't have cash earmarked for acquisitions. Almost all of those (big deals) are done for stock anyway," he said.

One area Ballmer did highlight for future security innovation was the concept of "isolation," which has already been partly introduced with Windows XP Service Pack 2. This technology is intended to ensure that PCs, laptops and other mobile devices are virus-free and have all the latest security updates and patches before being allowed to connect to a corporate network.

In corporate settings, Ballmer said, "the No. 1 way people get viruses is, in fact, with machines that are on their networks sometime and off the network other times. How do you check before you reintroduce someone to the network? It's a form of isolation."

Ballmer said the goal is to have the technology out before the next iteration of Windows, Longhorn, and at the latest "certainly by Longhorn."

Microsoft has had less luck in getting its Sender ID e-mail standard for stopping spam accepted by the rest of the industry; it was rejected last month by major players such as America Online. But Ballmer reinforced Microsoft's commitment to the concept.

"We're doing a little bit of rethinking but the technology and the way we've done it, we still think, is spot on," he said.

Andy McCue of Silicon.com reported from London.

Add a Comment (Log in or register) (10 Comments)
  • prev
  • 1
  • next
Security is a continuous process.
by Seething Ganglia October 3, 2004 6:05 PM PDT
Too bad Microsoft starts at such a bad disadvantage.
Reply to this comment
Not Solving the Problem
by October 3, 2004 6:06 PM PDT
I think most everything Steve is saying about security in this
article doesn't fixing Windows core problems. Instead he seems
to be saying security problems are being solved outside
Windows core with such things as firewalls, virus and worm
detecting and removing, and isolation techniques. In my
opinion, this will eventually be a failure. The black hats will
continue worming their way through these barriers and continue
attacking Widows core defects. It seems to me, Windows
continues its security downward spiral until the core is gutted
and replaced with something built for the realities of a
networked world.

...John
Reply to this comment
Security and...
by Tex Murphy PI October 3, 2004 6:25 PM PDT
Patch management is a real pain. Be it Windows, Linux, Mac or Unix - it's a real pain having to apply patches and praying that they don't take down a production server.
Reply to this comment
Security is not diffucult.
by Dachi October 3, 2004 10:14 PM PDT
You don't achieve it by adding security measures, you do it by removing vulnerabilities. Firewall or not, they need to remove services in listening state and work on ways to reduce the amount of code booted with windows. They are going about it wrong. I won't believe MS is "serious about security" 'till I see them correctly approach the problem.
Reply to this comment
First you have to have an "Arditectural Design for Security"
by landlines October 4, 2004 7:47 AM PDT
Windows' primary weakness is its architecture (or lack thereof).

1. Microsoft apparantly has no concept or understanding of "pure data" in any of its products. In a secure design, only "pure data" may be transmitted over unsecure connections. This, along with simple measures like data validation, keeps applications from being compromised by conditions which they cannot handle (which result in "crashes"). Allowing executable content within data, especially when the data has neither been validated nor source-verified, is a prescription for cascading disasters resulting from a simple failure in any running program. Active X is only one of the many, many flagrant violations of this principle which are built into Windows.

2. Microsoft, by default, assumes that anyone signed onto a machine should be allowed access to everything on that machine. This leads to cascading data-compromising disasters affecting whole networks when a single malicious, stupid, or beserk user gets in. In a secure architecture, access is granted based on the user's identity, organization, and 'clearance' level.

3. Microsoft does not control the configuration of the operating system. This is because it allows users to modify the operating system by replacing dll's and other executables, and by allowing destructive changes in the Registry with no authentication or validation. If there is no configuration control, there can be NO SECURITY.

There are many, many security holes in Windows, and they are extraordinarily easy to discover via the principles outlined above. Closing any one of them or patching to eliminate exploits will never be effective until Windows architecture is completely redesigned for security.
First you have to have an "Architectural Design for Security"
by landlines October 4, 2004 7:48 AM PDT
Windows' primary weakness is its architecture (or lack thereof).

1. Microsoft apparantly has no concept or understanding of "pure data" in any of its products. In a secure design, only "pure data" may be transmitted over unsecure connections. This, along with simple measures like data validation, keeps applications from being compromised by conditions which they cannot handle (which result in "crashes"). Allowing executable content within data, especially when the data has neither been validated nor source-verified, is a prescription for cascading disasters resulting from a simple failure in any running program. Active X is only one of the many, many flagrant violations of this principle which are built into Windows.

2. Microsoft, by default, assumes that anyone signed onto a machine should be allowed access to everything on that machine. This leads to cascading data-compromising disasters affecting whole networks when a single malicious, stupid, or beserk user gets in. In a secure architecture, access is granted based on the user's identity, organization, and 'clearance' level.

3. Microsoft does not control the configuration of the operating system. This is because it allows users to modify the operating system by replacing dll's and other executables, and by allowing destructive changes in the Registry with no authentication or validation. If there is no configuration control, there can be NO SECURITY.

There are many, many security holes in Windows, and they are extraordinarily easy to discover via the principles outlined above. Closing any one of them or patching to eliminate exploits will never be effective until Windows architecture is completely redesigned for security.
spin, spin, spin
by October 4, 2004 1:43 AM PDT
"In corporates the No. 1 way people get viruses is, in fact, with
machines that are on their networks sometime and off the
network other times."

Sorry, No1, on and sometimes off ?
Reply to this comment
Where's the OS effort?
by David Arbogast October 4, 2004 9:07 AM PDT
Security is an ongoing job, similar to the war on terror, and it must be continued. Microsoft is the only company that has put significant resources into an ongoing security battle to protect software. If Linux ever reaches mass acceptance, it will become obvious that the "react and patch" strategy currently used is not sufficient to keep hackers at bay.

To suggest that Microsoft needs to "gut and replace" their OS is ignorant. Regardless of your code base, security will be an ongoing challenge. There is no simple solution, and there is no totally secure system. At least Microsoft is devoting resources to the effort. How many open-source developers are spending 8 hours a day, 5 days a week devoted to security issues... working for free... ? No... they just post on News.com claiming that Microsoft can never be successful...
Reply to this comment
Microsoft is STRUCTURALLY INSECURE
by landlines October 4, 2004 3:54 PM PDT
While Windows lacks a clear distinction between executables and data, lacks a mechanism for interuser protection, and lacks configuration control, it is clear that the only solution is "gut and replace".

It is amazing how many, lacking knowledge about computing history and other OS alternatives, just follow Microsoft blindly and never challenge it to be better.

Suggested reading: technical literature on the several OS's in the 70's which had the words "Non-Stop" in their name.

Read and understand how (1) an OS CAN BE MADE SECURE....even against power failure and even against most hardware failures! (2) what we have now is a mere "toy" compared to the industrial-quality OS's of pre-Wintel machines.

In our rush to get low cost (to the exclustion of performance, security, reliability, and everything else), we simply ignored the alternatives.
See this page for help today!
by anthonycea October 5, 2004 8:03 PM PDT
You can get free downloads and free security data now. See

http://www.searchwars.squarespace.com/free-software-downloads/

Don't wait for M$ to solve your problems.
Reply to this comment
(10 Comments)
  • prev
  • 1
  • next
advertisement

Latest tech news headlines

RSS Feeds

Add headlines from CNET News to your homepage or feedreader.

More feeds available in our RSS feed index.

Markets

Market news, charts, SEC filings, and more

Related quotes

Microsoft (0.00%) 0.00 29.94
Dow Jones Industrials (0.00%) 0.00 10,450.95
S&P 500 (0.00%) 0.00 1,106.24
NASDAQ (0.00%) 0.00 2,176.01
CNET TECH (0.00%) 0.00 1,604.16
  Symbol Lookup
advertisement

Inside CNET News

Scroll Left Scroll Right