Slashdot Mirror


How Secure is Windows Firewall?

Garret writes "Though Microsoft is doing their part in protecting Windows users from internet attacks by including a firewall in their latest service pack, one has to wonder just how secure is the Windows Firewall from XP Service Pack 2? Not too good according to Flexbeta. Their recommendation is to turn off Windows Firewall and get an alternative such as ZoneAlarm or Sygate PF. Simply the fact that Windows Firewall can be turned off by another application is enough to tell me Microsoft has goofed again." PCWorld also has a story about the new firewall capability.

66 of 620 comments (clear)

  1. Stealth? *ARGGGH* by Anonymous Coward · · Score: 5, Insightful

    Why are windows users so obsessed with "stealth"?

    It's annoying on two levels, firstly it breaks the requirements of the rfc's leaving other nodes on the network hanging waiting to see of a connection is going to succeed or be rejected, waiting for timeouts isnt fun. secondly, THERE IS ABSOLUTELY NO POINT, it is trivial to find out if there is a node at that address, all sufficiently intelligent scanners can tell if there is a machine there, nmap for example. YES WINDOWS USERS, I'M TALKING TO YOU, get rid of that stealth crap, if there is no machine there the nearest router will return no such host...if there's no icmp from the router, we know that there's a windows user there (of course, we cant determine the operating system of the node, but everyone knows only windows users do this)...

    It's pointless, it's only used because having a "stealth" computer sounds cool on proprietory firewall marketing material (would it be so desirable if it were called "filtered"), please turn it off...

    1. Re:Stealth? *ARGGGH* by Anonymous Coward · · Score: 1, Insightful
      > firstly it breaks the requirements of the rfc's leaving other nodes on the network hanging waiting to see of a connection is going to succeed or be rejected, waiting for timeouts isnt fun.

      If my box runs no remotely-accessible services, I can't say I give a flying fuck now long whatever the hell crap on your box takes to time out!

      > if there's no icmp from the router, we know that there's a windows user there (of course, we cant determine the operating system of the node, but everyone knows only windows users do this)...

      Sure, "stealth" is bullshit. But who's it harming?

    2. Re:Stealth? *ARGGGH* by 0racle · · Score: 2, Insightful

      Windows is not the only thing that will do this. pf, the firewall thats included in OpenBSD for instance can be set to either return ICMP with rst, or just silently drop the packet. It serves a simple purpose, it dissuades some of the idiots that are just out scanning a subnet for fun.

      --
      "I use a Mac because I'm just better than you are."
    3. Re:Stealth? *ARGGGH* by datajack · · Score: 3, Insightful

      'Stealth' iis useful for system security for the simple reason that it causes serious delays for many potential attackers. A full-range portscan against a machine returning ACK/RST or ICMP-Port-Unreachable is far faster than having to rely on timeouts and multiple attempts to differentiate between a 'stealthed' port and random network trouble.
      When this is applied to a firewall protecting a network of machines, then it's even more useful as you cannot be certain what is there and what isn't.

      I don't care if it breaks the RFCs in this case. For services that should be available, but are somehow broken will get the correct error response, so legitimate users will not be inconvenienced. The only systems sending diagnostic requests (pings etc.) are allowed to do that by the firewall.

    4. Re:Stealth? *ARGGGH* by yanestra · · Score: 2, Insightful
      Did you notice that microsoft aren't filtering the netbios type ports? this isnt microsoft being stupid, it's microsoft being smart, trying to prevent hosts hanging waiting for timeouts...
      It's Microsoft stupid because the are relying on their own software to be without more faults. (There have been many.)

      Who want's to use NetBIOS over the internet (i.e. without a tunnel)? He's not sane!

      Intelligent firewall setting would have been what most firewalls call "reject", that means, sending RESET in return if a request doesn't originate from the LAN.

    5. Re:Stealth? *ARGGGH* by mdamaged · · Score: 3, Insightful

      If they are scanning a subnet for fun, they aren't a real security concern, the people whom you SHOULD worry about do not need a ping reply, as they know there are other ways to see if a host is alove or not, in which case blocking pings does nothing.

      Security by obscurity is a bad practice to pass on.

      --
      Someone asked me the difference between ignorance and apathy, I told them I don't know and I don't care.
    6. Re:Stealth? *ARGGGH* by mdamaged · · Score: 5, Insightful

      Not true at all, proper tools can ignore these 'stealth' techniques. Timeouts for example.

      What about net or port unreachables? You block all those then you end up making the users wait extra before their _insert client here_ built-in timeout occurs. Same with host unknowns. It also creates a pain to the netops whom need to run diagnostics.

      There are some ICMPs which have little or no place in most networks and are OK to block for the most part.

      And lets not even get into PMTU issues. (do not frag/frag needed), especially with microsofts brain-dead implementation of PMTU in short order.

      And blocking destination-unreachable, source-quench, time-exceeded, parameter-problem, can realy make a networks response times to these conditions suck ass.

      Again pushing security through obscurity is a BAD idea, whether used alone or in conjunction with other security measures. If a windows users thinks his machine is invincible (i am not saying _you_ do) than they will be less likely to further secure his or her machine. Good habits form good conditions. Blocking all icmps is BAD practice.

      There are hundred of papers on this and none but the most pedestrian sites (i.e. marketers to the windows user) advocate blocking ALL ICMPs.

      You fell for pure marketing and ignore real-world network operations.

      --
      Someone asked me the difference between ignorance and apathy, I told them I don't know and I don't care.
    7. Re:Stealth? *ARGGGH* by 0racle · · Score: 4, Insightful

      They're not a concern because they are then the type of people who they use the automated tools to attempt to cause trouble, which makes them an annoyance, and I don't know about you, but I like to remove as many annoyances in a day that I can.

      Have you ever heard of people buying those little 'This house protected by...' stickers for their homes when they really have no alarm system. Its called a deterrent, it doesn't protect from the determined, experienced individual, but it makes the casual thief think twice and look for another target. Silently dropping ICMP packets does the same thing, a lot of script kiddies have no idea how things work so if they get no response from an address, they just move on making it one less headache to deal with. Unless your the type of person who loves analyzing logs and your not hosting services through your firewall, there is nothing wrong with it and it is a valid response to dealing with idiots.

      --
      "I use a Mac because I'm just better than you are."
    8. Re:Stealth? *ARGGGH* by Shanep · · Score: 2, Insightful

      If they are scanning a subnet for fun, they aren't a real security concern, the people whom you SHOULD worry about do not need a ping reply, as they know there are other ways to see if a host is alove or not, in which case blocking pings does nothing.

      pf does not just drop ping packets, it can drop any connection that was not statefully initiated from the trusted side.

      Security by obscurity is a bad practice to pass on.

      pf dropping packets that it does not expect to get, by no means falls under the typical "security through obscurity" rant that people go on about.

      Not all security by obscurity is bad. You probably use it and rely on it every day. The usage of passwords is a form. Your password should be obscure in complexity and privacy. Encryption obscures data.

      People have taken the whole "security through obscurity" saying too far and run with it blindly. Relying on weak obscurity is bad, of course. But not all obscurity is weak.

      --
      War crimes, torture, lies, illegal spying... Would someone give Bush a blowjob, already, so he can be impeached?
    9. Re:Stealth? *ARGGGH* by lewp · · Score: 2, Insightful

      I wasn't the AC who posted it, but I'll stand behind it.

      There is nothing wrong with security through obscurity unless that's all you have.

      As best I can tell, your post states that promoting security through obscurity is a bad thing because it gives people the impression that obscurity is all they need.

      The problem with that is AC explicitly says that you need more than security through obscurity. If people can read that and come away with the impression that security through obscurity is all that they need, then that's a reading comprehension or intelligence problem. It has nothing to do with whether security through obscurity is a viable part of a well-rounded security policy or not.

      Of course there are situations where security through obscurity should not be employed, but these situations arise because there happens to be a greater payoff from openness, not because there's anything wrong with obscurity.

      --
      Game... blouses.
    10. Re:Stealth? *ARGGGH* by Anonymous Coward · · Score: 1, Insightful

      I don't care if it breaks the RFCs..

      Well then please do fuck off and build your own internet with your own broken protocols, because the rest of us here would like to interoperate.

  2. Better than nothing? by MMC+Monster · · Score: 3, Insightful

    As long as the firewall is activated prior to any ports being opened on bootup, it's probably better than nothing. That is, at least the 99% of users that don't understand what a firewall is will be safe.

    --
    Help! I'm a slashdot refugee.
    1. Re:Better than nothing? by Beryllium+Sphere(tm) · · Score: 5, Insightful

      Like the advice wilderness survival instructors have about knives. What's the best survival knife? The absolute best? It's the one you have with you. All the others are useless.

      Being installed by default is a "feature" more important in real life than any other.

      (Yes, I'd run something else in addition).

    2. Re:Better than nothing? by gbjbaanb · · Score: 4, Insightful

      and the 'doesnt block outbound traffic' flaw everyone's going on about is similarly a good thing, as the PCworld article said:

      Microsoft's user testing showed that asking users to approve every application trying to communicate with the Internet tends to backfire.

      "If you flood the user with messages like that, they say 'yes' all the time," he says.


      Just like making passwords minimum 25 character length won't improve security as people will just write them down. This is good enough for the majority.

    3. Re:Better than nothing? by Atzanteol · · Score: 2, Insightful

      OT:

      Writing down your password isn't as bad as you may think. Seriously. I brute-force your password much easier than I can break into your office and steal your sticky note. Or even better, if you keep the password in your wallet, my task is even more difficult.

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
  3. Hardware Firewall by dicepackage · · Score: 2, Insightful

    Windows will always be insecure. I have tried its firewall and it feels very basic. If you want more protection you should buy a linksys router with a built in firewall that won't hinder your computers performance or bug you while you open your e-mail program. With a hardware solution you will not be as vulnerable as if you were using Windows but there are a few problems.

  4. SP2 is a security hole in itself. by ChrisKnight · · Score: 5, Insightful

    I've installed SP2 on two machines now. In both cases SP2 had me reboot, and before offering a log-in prompt it presented a screen where I could enable or disable automatic updates. This is an administrative setting, and it should not have presented itself prior to an authenticated login. Sure, it only happens once, but by design it violates secure computing practices.

    -Chris

    --
    -- This sig is only a test. If this were a real sig it would say something witty. --
    1. Re:SP2 is a security hole in itself. by Anonymous Coward · · Score: 1, Insightful

      So if you're an administrator installing SP2, then you should sit there for the 30 seconds that your computer is restarting.

    2. Re:SP2 is a security hole in itself. by ChrisKnight · · Score: 2, Insightful

      Not just the 30 seconds. You have to sit your arse down for the 20-50 minutes that the install takes, so that you can ensure a (l)user doesn't click restart and be given this dialog box. Or, you have to plan a follow-up visit to every machine you upgade to ensure the (l)user didn't choose an option that goes against company policy.

      -Chris

      --
      -- This sig is only a test. If this were a real sig it would say something witty. --
    3. Re:SP2 is a security hole in itself. by damiam · · Score: 3, Insightful

      If someone has physical access, then they have root if they want it, period. As long as SP2 only offers that prompt on a local display, there's not much of a problem.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    4. Re:SP2 is a security hole in itself. by Q2Serpent · · Score: 2, Insightful

      What's your point? Of course the OS installation is going to ask you to set an administrator's password. Installing SP2, however, is not even close to installing an operating system from scratch. Maybe if you found an example of 'urpmi --auto-select' or 'apt-get upgrade' rebooting the machine and then asking for an administrative setting without authentication, you'd have a base for comparison.

  5. It's Microsoft! by chrispyman · · Score: 4, Insightful

    While their new XP SP2 firewall is somewhat degraded comared to, say, ZoneAlarm, thats not entirely a bad thing. The new firewall is a step in the right direction, especially being on by default. Not only that, but by not including a "top of the line" firewall in XP, they allow for a market where 3rd parties can still sell firewalls as opposed to being yet another software industry crushed by Microsoft.

    1. Re:It's Microsoft! by Rich0 · · Score: 4, Insightful

      Not only that, but by not including a "top of the line" firewall in XP, they allow for a market where 3rd parties can still sell firewalls as opposed to being yet another software industry crushed by Microsoft.

      Honestly, the most logical place to implement a firewall is in the OS TCP stack. That's how linux does it. Now, a userspace program to configure it makes sense, and there are a millions competing linux projects to provide somewhat sane front ends to iptables, but the actual filtering should be handled by the OS.

      And it doesn't really make sense to have 3rd parties modifying the TCP stack - talk about the potential to break stuff.

      Honestly, I don't mind MS bundling free stuff with their OS. Now, when they make OEMs sign agreements not to include competing products as well, that is a problem (such as the way they banned Netscape from being pre-installed). And if the behavior of the windows firewall were to break the TCP standard and make it less compatible with non-windows internet servers, then that would also be a problem. However, nobody screams about putting Cisco out of business by putting a firewall in linux...

  6. hilarious by Anonymous Coward · · Score: 1, Insightful

    I honestly wish the person who approved this article had read through flex aka dodgybeta's article; they concluded on the whole that the firewall stood most tests well - indeed to a comparable level in some areas as Zone Alarm. They only recommended (not that one would really follow their recommendations) against it because Microsoft didn't offer any out-bound monitoring. But wait.. the kind of thing that would be sending stuff out is covered by SP2's security center, which prompts users to get AV!

    What were the boys expecting? A corporate level firewall for free? This is Microsoft trying to make good very old problems. It's a good attempt for what it is -of course people should go and get a proper solution. There goes 5 minutes i'll never get back.

  7. Re:Of course. by Anonymous Coward · · Score: 3, Insightful

    The problem is that it can be turned off by another application. Reading comprehension -- it's a good thing.

  8. Um.... wait a second. by Anonymous Coward · · Score: 1, Insightful

    To my knowlage, any software firewall can be turned off by the users account (or the administrator account, which is probally what people will be running as).

    I don't see how this is a "goof" on their part, sinc e any software firewall would have this problem.

    Perhaps a bit of thinking should go into your submition before you start to bash Microsoft?

    -Termina

  9. TerminateProcess by smallguy78 · · Score: 3, Insightful

    The article's website is timing out, but can't you 'turn off' Norton, Zonealarm by simply doing a WM_CLOSE or TerminateProcess anyway?



    If the program has managed to make its way onto the host machine, then that is when the firewall isn't doing it's job.

    --
    Nothing costs nothing
    1. Re:TerminateProcess by DarkEdgeX · · Score: 4, Insightful

      Heh, I was just about to reply saying the same thing. Just because Microsoft offers an API to turn off or disable the firewall doesn't mean it's any less secure than just doing what you described. In fact, doing what you described is far easier (or stopping/disabling the service, etc).

      Saying it's a bad idea for the reason stated in the write-up is just plain ignorant.

      --
      All I know about Bush is I had a good job when Clinton was president.
    2. Re:TerminateProcess by daniel+de+graaf · · Score: 2, Insightful

      Well, at least for Sygate you need to run under LocalSystem - you can't just go to task manager and kill it. That's just another step for a program with admin rights though. IIRC, ZoneAlarm has something similar.

      ("at /interactive cmd" will get you a LocalSystem command prompt)

  10. Get a grip by IanBevan · · Score: 4, Insightful
    I'm gonna keep this comment straight forward and to the point.

    I have run Windows XP Professional since its release. I run my box 24x7 connected to a 2MBit cable connection. I use the Windows firewall and have auto-updates downloaded automatically. I have an ftp port open using the Microsoft/IIS ftp server. I have a port open for remote desktop. It's been this way for 2+ years.My box has never been hacked into.

    So, now some wise asses can ask for my IP address, sure. But my point is that by taking just the most basic precautions, you reduce your chance of being hacked to just about nothing.

    The new firewall may not be perfect, but it will further reduce the number of easy targets, which is a giant step forward.

    1. Re:Get a grip by bitslinger_42 · · Score: 3, Insightful

      Out of curiosity, how do you know you haven't been hacked? I mean, I keep track of my logs, watch disk space usage, don't keep the machine on all the time, run AV and spyware detection software, etc., so I'm pretty confident that no one pwns my box, but if I didn't do any of that, particularly the log file monitoring, it would be pretty tough to tell whether I was hacked or not.

      Granted, if you were hacked, you'd probably notice performance degredation and get errors about your FTP directory's drive filling up because of all the warez, but I still get a kick out of people when they say that they've never been hacked and they haven't been paying enough attention to their system to actually know.

    2. Re:Get a grip by Beryllium+Sphere(tm) · · Score: 4, Insightful

      >But my point is that by taking just the most basic precautions, you reduce your chance of being hacked to just about nothing.

      Marcus Ranum's latest essay suggests that most of security isn't about doing smart things, but instead about avoiding doing dumb things.

      I bet your success also depended on not downloading animated cursors and password managers.

      That "just about nothing" chance also depends on a benign threat model. If you were whitehouse.gov, microsoft.com, or a bank's wire transfer department, you'd need more than "the most basic precautions". Against automated attack scripts your precautions are good.

    3. Re:Get a grip by ForThePeople · · Score: 2, Insightful

      My box has never been hacked into.
      A successful hack is one in which the atackee does not figure out that the hack ever took place.

      Granted, just taking basic precautions does severely limit your chances but...
      We are lucky that most of the virus's weve been getting have had the exploit known to the public before the virus gets created.
      One of these days the virus/exploit is going to come before public awareness, and if you are using a firewall, your chances of getting infected are even more limited than without one.

      There will always be exploits, dont let your untrusted ports communicate with the hackers/virus's in the first place(use a firewall).

      --
      To make laws that man cannot, and will not obey, serves to bring all law into contempt. --E.C. Stanton
    4. Re:Get a grip by theCoder · · Score: 2, Insightful

      I have an ftp port open using the Microsoft/IIS ftp server.

      I guess you can chalk not being hacked up to shear luck, since every time you use your FTP server remotely, you're sending your username and password in the clear. This is nothing specific to Microsoft -- every FTP server is like this (except SFTP, of course). You really should consider using SSH and SCP instead. For Windows, I'd recommend using Cygwin's version of OpenSSH (plus, that gives you a working shell program, as opposed to the atrocity that is cmd.exe).

      Personally, my Linux box has been directly connected to the Internet for the last 6 years, and it's never been hacked either. I see the occasional SSH login attempt (that's been happening a lot lately, probably some script since it's always the same user like 'test' and 'admin' and 'root'), and the occasional port scan, but nothing serious. But you're right -- if you don't look like an easy target or make some wrong enemies online, you should be fairly safe.

      --
      "Save the whales, feed the hungry, free the mallocs" -- author unknown
  11. Ridiculous. by Daleks · · Score: 5, Insightful

    Wait, a commercial firewall developer thinks Microsoft's free firewall isn't up to the challenge? Wow, what a surprise! What if Microsoft had put a full-fledged firewall into SP2? The same companies would be whining about how Microsoft bullied them out of the market.

  12. Re:Of course. by Anonymous Coward · · Score: 1, Insightful

    Well, if this situation were happening in a *nix-based system, it's likely that turning the firewall off would require a root password. So yes, obviously it requires some hook to turn it off, but one would think it's priviledged and not available for anything/anyone/any app to abuse.

  13. That Flexbeta article is just spreading FUD. by kiwioddBall · · Score: 4, Insightful

    Save your time - don't bother. It adds absolutely nothing to the body of knowledge. It reports that it blocks all the ports very adequately. It also reports that it doesn't block outgoing connections from your computer! Really? Well that has been common knowledge for the last year. Windows Firewall only blocks incoming connections. This doesn't mean it is less than adequate. It does point out that Windows responds when certain standard port connections are attempted. This is a good compromise, but hardly a hole in the firewall - it is not a hole in a firewall to block connections using certain standard ports. And as for stopping the firewall using another Windows command - absolutely no evidence supplied. FUD!. Windows Firewall is pretty good.

  14. Former Microsoftie Here by einhverfr · · Score: 5, Insightful

    Hi;

    The Windows Firewall is probably adequate if you only have a single computer and are connecting to the internet.

    It is not built for network (ICS traffic bypasses any ICF filters) and so has absolutely no value for perimeter value.

    Like most commercial products from Microsoft, supportability in Windows Firewall is more important than security. If you need security over supportability by Microsoft staff, this is not the product for you. But it is not bad for what it does.

    It also has no outbound controls, unlike other personal firewalls. This is a slight issue, but I don't think it is major (what about hijacking IE to make the connections?)

    --

    LedgerSMB: Open source Accounting/ERP
    1. Re:Former Microsoftie Here by YU+Nicks+NE+Way · · Score: 4, Insightful

      (Wow. The troll mods are out big time today -- anyone who doesn't toe the slashbot line that the Windows Firewall sucks is getting hammered.)

      The parent makes the right point here. If I want to bypass any outbound firewall, all I have to do is spin up the user's default web browser to make a port 80 connection to the outside world and pass information in the HTTP GET command. Spinning up such a process is really quite straightforward: just run http://foo with ShellExecute, passing whatever information you want in the URL.

      The whole furore about outbound blocking is bizarre, in my opinion. Outbound blocking of random ports provides no protection, but only the illusion of protection.

  15. Re:MS shot themselves in the foot with IE by gordgekko · · Score: 4, Insightful

    It's not "LOL at M$", it's "LOL at millions of XP users". Microsoft isn't suffering (I hear they make good bank off their OS), it's the end user who has to put up with poor security.

    --
    You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
  16. MS didn't see an alternative. by argent · · Score: 3, Insightful

    Lots of us told lots of people at Microsoft that integrating the MS HTML control in WIndows Explorer was a horrible security risk, way back when they first did it. They also knew that it was likely to cause legal probelms. They still did it, because they believed the danger of an independent application platform (which is how they saw Netscape and Java) was too high to be risked. Even if they had a certified message from Bill Gates 2004 to Bill Gates 1996 about the risks, they would probably still have done the same thing.

    Microsoft doesn't care about any problem that doesn't hurt their bottom line. It's rare that any company does: that's just part of being a limited liability corporation. And in 1996 and 1997, security wasn't an issue, it didn't win sales, so they didn't care.

  17. don't run as Administrator, then by Anonymous Coward · · Score: 1, Insightful

    "Simply the fact that Windows Firewall can be turned off by another application is enough to tell me Microsoft has goofed again."

    ANY software firewall can be disabled by an application running under Administrator credentials on the same box. Other software vendors may have more obfuscated hooks into the engine than Microsoft's firewall does, but that doesn't mean it can't be done. After all, when you use the UI to disable a firewall, that UI has to be making some API calls to actually set the internal state on or off.

    If you aren't running as Administrator, then programs you run (or are tricked into running) can't disable the XPSP2 built-in firewall.

  18. Re:Zone Alarm? Blech by rokzy · · Score: 2, Insightful

    I use ZoneAlarm but it isn't about getting hacked; it's stopping all the crap trying to access the net e.g. Microsoft Intellipoint - no my mouse drivers are not such a fucking priority that I want you checking the web every time I boot.

  19. Yes, well... by ctr2sprt · · Score: 4, Insightful
    Simply the fact that Windows Firewall can be turned off by another application is enough to tell me Microsoft has goofed again.
    I did in fact RTFA, though it's slow as hell already, and I didn't see what evidence they had in support of this claim. I saw they made it, but not what provoked it. I mean, in Linux other applications can turn off the firewall quite easily: iptables -P INPUT ACCEPT. Does SP2 not require you to be an Administrator (or Power User) to do this?

    In any event, it's obvious this is not a cure-all since it won't block outgoing connections. But it's still a big improvement and ought to immunize XP users against at least one class of attacks. In fact, coupled with a virus (especially an email virus) scanner it ought to wipe out 99.95% of all Windows desktop compromises. That's a pretty damn big step and we should credit MS for taking it, even if it doesn't go quite as far as we'd like.

    1. Re:Yes, well... by delus10n0 · · Score: 2, Insightful

      This is easily given away by the fact that about 50% of the educational software we use in our schools requires admin rights to run.

      That's right. Kid Pix requires Administrator-level rights or it simply will not run.


      It sounds like you and others at your school don't know how to properly install, configure and administrate Windows NT (4/2000/XP)

      I've setup quite a number of Windows XP PCs for "family" use, with limited accounts for the children. Their software/games are setup properly, and works fine under the limited account. This includes all of the Sesame Street learning games, a SpongeBob Game, and the new Spiderman 2 game.

      It helps to know what you're doing.

      --
      Not All Who Wander Are Lost
    2. Re:Yes, well... by spideyct · · Score: 2, Insightful

      So what you are saying is that Kid Pix requires Administrator rights. Not Windows XP. Sure, anyone can create a poorly-coded application that requires admin rights on ANY platform (they're probably incorrectly storing user settings in the application path, rather than the user's Application Data path).
      You can also create powerful applications that do not require admin rights (VS.NET 2003 for example).

    3. Re:Yes, well... by gad_zuki! · · Score: 2, Insightful

      >That's right. Kid Pix requires Administrator-level rights or it simply will not run.

      Blame your software vendor for making THEIR software incompatible with limited user accounts in windows. Well written software doesn't do this and at work we have many computers set at "user" accounts with no problems.

      In other words, its not windows, its Kid Pix and whatever else you're buying with your IT dollars. I would hope that our tax dollars wouldn't be wasted on crappy applications.

      Please, continue the uninformed MS bashing, afterall this is slashdot. There are real complaints regarding MS, especially in regards to IE, standards, and anti-competive practices. These mindless attacks and the people who mod them up only make the real MS criticisms weaker to the point where people wonder what all the fuss is about.

      We need better MS criticisms. A bad device driver is not MS's fault. Poorly written apps is not MS's fault (unless its one of their own). People falling for scams is not MS's fault. People who make spam profitable is not MS's fault. etc.

  20. You can't firewall yourself by argent · · Score: 4, Insightful

    It doesn't matter whether you're on Linux, on Windows, or on anything else, a firewall has to be outside the control of the objects it's protecting against. For Windows Firewall to protect against local applications, it would have to be running outside the security permiter around those applications.

    I don't care if you're Windows Firewall or Zone Alarm, any settings the user can change an application can also change, because no application that the user runs can have any more rights than the user. Whatever the user interface application does, another application can do as well.

  21. Re:Zone Alarm? Blech by SpaceLifeForm · · Score: 4, Insightful

    I agree that if you have to use Windows, you should use TPF. But, make no mistake, you have no way of really knowing for sure that TPF is actually seeing *all* of the connections. Your best setup is to use TPF on Windows, but also have a separate hardware firewall anyway.

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  22. Riiight... by rritterson · · Score: 2, Insightful

    So we all complain that SP2 is taking far too long to come out. Then we complain it's far too complicated to deploy, so we don't install it. Then once we do, we immediately complain it's not good enough.

    If it's not good enough, why didn't we all complain during the last 14 or so months when it was still in development.

    FWIW, the built in firewall is better than the firewall in my router, in that it can open ports based on program, instead of statically keeping them open. Neither have outbound protection. Since most home users have only the router, if that, I'd say it's a step in the right direction.

    Also, keep in mind that adding a full featured ZA-style firewall might risk more anti-trust lawsuits.

    --
    -Ryan
    AUWYHSTOT (Acronyms are Useless When You Have to Spell Them Out Too)
  23. Ignorant and Misleading by Anonymous Coward · · Score: 5, Insightful

    It's incredible how ignorant and misleading this article is.

    First of all, if the user using the machine is running as an admin, there is ABSOLUTELY NO WAY TO PREVENT THE FIREWALL FROM BEING DISABLED BY A 3RD PARTY PIECE OF SOFTWARE. Period. Guess what! Zonealarm and Symantec's stuff has the same 'fault'. If I have admin privs, and I run a piece of software (unless it's managed like .NET code), it can do ANYTHING I can do. That includes turning off firewalls.

    Software running as a non-admin user CANNOT TURN OFF THE FIREWALL. That's all you can expect.

    Second, outgoing protection just makes stupid people feel better. Any programmer with a clue can write software that gets around outgoing firewall protection. It took me about 20 minutes with VB (yeah, VB!!!) to write a proof of concept app that is able to do whatever it wants on the net even with Zonealarm installed.

    The only way to reliably restrict outgoing communications is at the borders of the network, not on the machine generating the traffic.

    All this FUD makes me sick.

  24. Misinformed review by Bob+Ince · · Score: 5, Insightful

    > Simply the fact that Windows Firewall can be turned off by another application is enough to tell me Microsoft has goofed again.

    Balls. The fact the Windows Firewall can be turned off makes it exactly the same as every other personal firewall, including ZA and Sygate.

    Malware has been disabling the firewalls of machines it infects for years. It is simply not possible for a firewall to remain an effective security measure on a machine where hostile code has been run at the same level of privilege.

    Once the attacker's code is running on your machine, the game is over and you have lost. Until we get full operating-system level sandboxing (whereby applications and users are fully protected from each other's interference until the user/admin explicitly grants rights), this will always be the case.

    The main difference between the Windows Firewall and other personal firewalls is that it only blocks incoming traffic. But so what? An outgoing traffic block is of no use if the outgoing traffic is generated by hostile code on the local machine, as it can just as easily shut the firewall down completely.

    Other firewalls still provided the feature because it figured most malware wouldn't bother detect and kill all the different brands of firewall. But Windows Firewall, soon to be very widely installed due to its default-on nature, would present a much more attractive target; soon every new virus, worm and piece of spyware would turn the block off as the first thing it did. Therefore the feature would be offer zero additional security.

    Flexbeta's reviewer seems to have grasped the vocabulary of security countermeasures with no actual grasp of their practical implications. In summary: feh.

  25. Important note for newbies. by Dominic+Burns · · Score: 4, Insightful

    Contrary to what Flexbeta says, I suggest it's a better idea to first get the new firewall package, disconnect from the internet and then switch the firewall off before installing and initiating the new one.

    Switching the firewall off [no matter how weak it is] while connected to the net will open your machine up to all sorts of problems.

  26. Well... by Inf0phreak · · Score: 2, Insightful
    I agree with you as far as version 2 goes, but version 4 is a horrible mess in my opinion. Not only has it a custom user interface with a horrible blue colour that fits in with neither Windows 2000 or Windows XP Luna, it is also a pain in the neck to get to the advanced configuration options that allows you to configure it in the same way that you did with v2 (which I much prefer to the way v4 apparently wants you do to things...)

    I didn't use v4 for long before I went back to v2, but I've switched to Sygate Personal Firewall recently as it (Kerio) for some strange reason started to crash. Sygate's FW is nice and all, but its advanced rules configuration system is still somewhat annoying. For some reason it appers to be impossible to create a rule or set an option that blocks any traffic that isn't explicitly allowed *sigh*.

    If you can tell me that Kerio v4 has dropped the horrid user interface, I'll probably have a look at it again.

    --
    ________
    Entranced by anime since late summer 2001 and loving it ^_^
  27. Actually... by Anonymous Coward · · Score: 3, Insightful

    In Linux land most users run apps (esp untrusted ones) as a normal user and not as root. (the obvious exception is lindows which is evil incarnate)

    Firewall rules can only be changed as root.

    Because of the extensive use of Linux in shell hosting enviroments Linux is fairly robust against local exploits. Windows is still terribly weak to local privlage escilation.

    Obviously there are ways around (say sabotaging the users enviroment and tricking them into giving the software root access), but it actually makes things harder on Linux. It's not worth the bother on windows.

    Not only does windows have greater need for security measures (due to the allure of a large uninformed userbase) but they continue to lag behind.

    For example, SP2 has added nx support... which enables non-executable stacks on Windows but only on some CPUs (which have just started coming out).
    Compare this to RedHat Fedora. Since FC1 fedora has had exec-shield. Not only does execshield feature non-exec stack, heap, protection buffer zones, libraries mapped with a 0x00 in their address, address space randomization for all parts of the binary, but it even provides all this on old hardware.

    Such patches have been available for Linux outside of distros for years. Solaris has even offered non-exec stack for years.

    Microsoft is inexcusably behind.

  28. Re:Zone Alarm? Blech by Anonymous Coward · · Score: 5, Insightful
    I just uninstalled; no one's hacked my box. It's not like there's anything good on it.

    When will people learn that the contents of your computer may be irrelevant to many viruses and hacks? If the goal of the virus writer is to hijack your machine in order to use it as a spam relay or zombie, you don't have to have anything interesting on your computer at all...the virus will conveniently come with its own interesting stuff to install on your machine!

  29. The Firewall in XP by AliasTheRoot · · Score: 4, Insightful

    Is still around 10000000 times better than no firewall.

  30. Re:Mac ?? by extra88 · · Score: 2, Insightful

    By using the native System Preferences panel? No, it sure doesn't. But you can write your own firewall rules and load them from the command line or use a 3rd party GUI to configure them. Of course these rules would apply to all programs. To block outgoing connections on a per application basis, you'd have to use Little Snitch

  31. Re:Zone Alarm? Blech by mdamaged · · Score: 3, Insightful

    It's not a matter if there's anything good on it, fact is, your box can be used as a platform to do other attacks on other hosts, all without you knowing about it.

    When the guys in dark sunglasses and earpeices break down your door because your computer was involved in a break-in to a government computer, you'll wish you had that firewall, gunky or not.

    --
    Someone asked me the difference between ignorance and apathy, I told them I don't know and I don't care.
  32. Re:they need to to a better bata testing job by Pivik · · Score: 2, Insightful

    Every Microsoft Conf. that I have attended in the last 8 mos has stressed that with the Firewall installed and turned on in a windows XP machine. They strongly recommend running another Firewall appliance in additon to this. Such as ISA or a Hardware solution. Or both. The firewall is designed to supliment your other security measures not replace them. The reason file sharing ports are enabled is because of complaints microsoft had recieved of the firewall breaking netbios.

  33. bizarre by XO · · Score: 4, Insightful

    Find me something that -can't- be turned off by another application, if you know how it works?

    That's a really lame complaint. If a program has the proper authorities, or can hack the proper authorities, then of course it can stop the operating of another application.

    In Unix, they call it "kill".

    How many Windows viruses will auto kill your task-window process whenever they see it come up? I bet lots of them. Same deal.

    While delousing Windows boxes, I usually find myself downloading the least popular anti-virus programs I can possibly find to do it, because then I am usually able to get it running on the machine without bringing the whole system down.. any good virus would automatically kill norton, mcafee, and other popular virus scanners..

    and even if you can't kill the running process, if you have access to change the configuration files, then you can effectively take it down that way as well..

    think about your complaints before you make them!

    --
    "Champagne for my real friends - and real pain for my sham friends!" http://ericblade.postalboard.com/
  34. wha? by Transcendent · · Score: 2, Insightful

    Simply the fact that Windows Firewall can be turned off by another application is enough to tell me Microsoft has goofed again.

    That's horrible, horrible logic. I'm supressing lines of cursing and name calling due to that little line you just spouted because it is just plain stupid to say that. For one, pretty much any program can do anything it pleases if the user has permission to.

    What 90% of people forget is that the great majority of users are running windows in an administrator's permission set. It's just like someone running their linux box as root. You run a certian program, you're screwed.

    Give me root permissions on your unix machine and I'll write a nice little script, not even a program, to do lots of nice little things to your computer.

  35. Does the name Pavlov Ring a Bell? by JRHelgeson · · Score: 3, Insightful

    The one thing that drove me nuts about setting Joe SixPack, Computer Luser, up on a software based firewall is that it would check with them each time their computer tried making an outbound connection to anything. This happens a lot when the software first gets installed; but a dangerous thing happens.

    People get rapidly conditioned to click the yes button, to permit the traffic to pass, because they quickly find out that if they click no, something breaks (i.e. IM Client).

    What happens is that users become afraid to click no, for fear of breaking something - which effectivly negates the integrity of the firewall.

    It appears that MS has integrated it pretty well into windows (duh, would you expect anything else?), to allow dynamic opening and closing of ports without having to confirm each connection with the user.

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  36. Re:Zone Alarm? Blech by vettemph · · Score: 2, Insightful

    Windows? Blech :)

    --
    The government which is strong enough to protect you from everything is strong enough to take everything from you.
  37. It's not a goof.... by laslo2 · · Score: 3, Insightful

    and here's why. If Microsoft gives you a basic port blocker and says "here. this isn't a network level firewall solution, but it will help a little", then it's not their fault that you were 0wned. It's your fault, because you're on a network that doesn't have proper security precautions. If Microsoft gives you a port blocker/firewall with some serious kung-fu, guarantees you're secure, and someone breaks it... then it's Microsoft's fault, 'cause they said it was secure. MS seems to care about its image with regard to security, anyway, which is an improvement...

    of course, pcflank.com didn't find anything to worry about on my computer. then again, my computer's a mac... (no, I don't care about karma, do what ya gotta do)

    --
    Karma only matters to me now and zen.
  38. Inherent insecurities by LittleBigLui · · Score: 3, Insightful

    Obviously so-called "personal firewalls" suffer from a few problems.

    They run on the exact machine they are supposed to protect, often under the same user account (since Windows programs often want to run as Administrator, so lots of people have administrator privileges on their "normal" accounts).

    Obviously, they can therefore easily be defeated by trojans.

    Then there's a few social problems. Having a car with additional security (big crumple zones, ABS, SIPS, airbag, ...) makes some people feel more secure, hence drive less careful. The same applies to PFWs, especially with users who aren't that knowledgeable in computer security. Those also suffer from the fact that PFWs are often difficult to understand for them, so user error may also contribute to reduce the security provided.

    A big point is, PFWs are not trivial to write and test, and often have to run as superuser. This can actually mean that they introduce new security holes.

    --
    Free as in mason.