Forgot your password?

typodupeerror
Bug Security Software Windows Apache Technology

Serious Apache Exploit Discovered 160

Posted by Soulskill
from the time-to-update dept.
bennyboy64 writes "An IT security company has discovered a serious exploit in Apache's HTTP web server, which could allow a remote attacker to gain complete control of a database. ZDNet reports the vulnerability exists in Apache's core mod_isapi module. By exploiting the module, an attacker could remotely gain system privileges that would compromise data security. Users of Apache 2.2.14 and earlier are advised to upgrade to Apache 2.2.15, which fixes the exploit." Note: according to the advisory, this exploit is exclusive to Windows.
This discussion has been archived. No new comments can be posted.

Serious Apache Exploit Discovered

Comments Filter:
  • Windows? (Score:2, Insightful)

    by jspenguin1 (883588) <jspenguin@gmail.com> on Monday March 08 2010, @10:02AM (#31400106) Homepage

    What percentage of Apache hosts run on Windows? I'd guess maybe 10%, a generous estimate. This isn't something that's going to bring the entire web down. Also, wouldn't you have to enable mod_isapi manually?

  • by Anonymous Coward on Monday March 08 2010, @10:04AM (#31400120)

    Only affects Windows, though.
    I wonder how many big deployments of Apache+Windows are out there.

  • by jedidiah (1196) on Monday March 08 2010, @10:28AM (#31400338) Homepage

    > The same bug in a module that ran on Linux would result in a remote root exploit.

    Really?

          ps -aef | grep apach

          root 3029 1 0 08:10 ? 00:00:00 /usr/sbin/apache2 -k start
          www-data 3072 3029 0 08:10 ? 00:00:00 /usr/sbin/apache2 -k start
          www-data 3073 3029 0 08:10 ? 00:00:00 /usr/sbin/apache2 -k start

  • by kabloom (755503) on Monday March 08 2010, @11:04AM (#31400656) Homepage

    You can still have undesirable security issues on dedicate web hosting servers, for three reasons. One: a remote root exploit allows the intruder to replace all of the data on your site with whatever malware/adware they feel like, or even post content to slander you. Two: they can still turn your web server into a spambot, something which is undesirable (or use it as a starting point for whatever other malicious attacks they feel like.)

  • by jedidiah (1196) on Monday March 08 2010, @11:11AM (#31400732) Homepage

    It doesn't matter if "its just as bad". It isn't a "root exploit". It's highly inaccurate to call it one.

    Muddling terms is how you end up with nonsense like not being able to tell programs from data.

    Distinctions are important for just this reason.

    Yes it still sucks.

  • by Sleepy (4551) on Monday March 08 2010, @11:19AM (#31400846) Homepage

    99% huh? Bullshit.

    I would be skeptical of any claim that even a "majority" of such websites were based on Windows. For a hosting provider, the extra hardware cost AND still lower performance of Windows just isn't worth it. Toss in higher licensing fees and a "pray to the black box" method of support, and you have yourself a losing business.

    Now it's true that a SLIGHT majority of *parked/empty domains* might resolve to Windows webservers. I think that's what you meant, but spinning it the way you have done is... well, incredibly dishonest of you.

  • by Bert64 (520050) <bert.slashdot@firenzee@com> on Monday March 08 2010, @11:46AM (#31401162) Homepage

    Dedicated webservers are actually far more attractive targets to attackers, they are likely to have a lot more upstream bandwidth available to them than a typical end user making them ideal for spam, ddos, and scanning for other machines to infect, or they could merely reuse the existing webserver as a delivery mechanism for malware or phishing sites.

  • by RMS Eats Toejam (1693864) on Monday March 08 2010, @12:38PM (#31401752)
    Yes. It turns out things work better now than they did in 1999 when you last used Windows.
  • by NetCow (117556) on Monday March 08 2010, @01:17PM (#31402216)

    although I have no idea why you would run Apache on a Windows server.

    Because sometimes you're forced to use a Windows server platform yet at the same time are under budget constraints and can't afford Microsoft's licensing models.

  • by wastedlife (1319259) on Monday March 08 2010, @01:21PM (#31402268) Homepage Journal

    Apache does not run as Administrator on Windows. I'm afraid it is worse than that, it runs as LocalSystem, which is more analogous to root than Administrator is. Even if you configure the service to run as a different account, it requires the "Log on as a service" and "Act as part of the operating system" privileges. Might as well use LocalSystem.

Grandpa Charnock's Law: You never really learn to swear until you learn to drive. [I thought it was when your kids learned to drive. Ed.]

Working...