Forgot your password?

typodupeerror
Security Microsoft Windows IT

Microsoft Has No Plans To Patch New Flaw 217

Posted by timothy
from the who-uses-usb-drives-anyhow dept.
Trailrunner7 writes "Microsoft has acknowledged the vulnerability that the new malware Stuxnet uses to launch itself with .lnk files, but said it has no plans to patch the flaw right now. The company said the flaw affects most current versions of Windows, including Vista, Server 2008 and Windows 7 32- and 64-bit. Meanwhile, the digital certificate that belonging to Realtek Semiconductor that was used to sign a pair of drivers for the new Stuxnet rootkit has been revoked by VeriSign. The certificate was revoked Friday, several days after news broke about the existence of the new malware and the troubling existence of the signed drivers."
This discussion has been archived. No new comments can be posted.

Microsoft Has No Plans To Patch New Flaw

Comments Filter:
  • by Anonymous Coward on Sunday July 18, 2010 @03:58PM (#32944642)

    No plans to patch flaw right now, as in some OOB patch knuckehead

  • by Trerro (711448) on Sunday July 18, 2010 @04:13PM (#32944766)

    The ATI video card I have fails hard on XP64, so I got a driver some random guy that has nothing to do with ATI made instead, and it works great. If I were stuck using only drivers that were ATI-approved, I'd be majorly SoL.

    I'm all for having the hardware verify that the driver actually is a valid driver for the hardware in question, just make sure that's ALL it does, or we'll lose the ability to use someone's hack to force a piece of hardware to work.

  • Re:Source? (Score:5, Informative)

    by Arainach (906420) on Sunday July 18, 2010 @04:14PM (#32944770)
    That's from their Anti-Malware team talking about how they detect it. Nowhere does it say that they have no plans to fix the bug.
  • Re:Source? (Score:5, Informative)

    by alexhs (877055) on Sunday July 18, 2010 @04:16PM (#32944784) Homepage Journal

    there is no link here to any article that claims Microsoft has no plans to patch the flaw.

    To be fair the summary states

    it has no plans to patch the flaw right now

    Which is in the 2nd link actually.

    Microsoft said it is investigating the flaw and looking at possible solutions, however there was no clear indication that the company intends to patch the flaw in the near future.

    Well, from that quote to the summary, there is quite a stretch, but what did you expect ?

  • by Drew M. (5831) on Sunday July 18, 2010 @04:19PM (#32944806) Homepage

    Did you even read the summary? Realtek's signing keys were stolen. That's why Verisign revoked them. Putting the verification keys in hardware wouldn't fix this issue.

  • by GNUALMAFUERTE (697061) <.moc.liamg. .ta. .etreufamla.> on Sunday July 18, 2010 @04:34PM (#32944892)
    Excellent idea. In that way, when companies refuse to develop free drivers for GNU/Linux, we won't be able to make our own because the hardware will reject them. And all of that just because microsoft refuses to make a secure operating system because they want to keep users buying new versions, antivirus software, etc. And because the users refuse to switch to an operating system that works.

    Brilliant idea.
  • by 0123456 (636235) on Sunday July 18, 2010 @05:14PM (#32945114)

    Do you propose a better model?

    Yes, don't trust anything unless you absolutely have to. In user land, for example, we have SELinux and Apparmor to prevent applications from accessing things they shouldn't; protecting the kernel is obviously harder.

    How about the Linux model, where if the user decides to load it then it can do absolutely anything with the system?

    Generally speaking, Linux drivers are only installed if signed by the distro repository, and you have to trust that key: if it's compromised you're toast. Windows has three bazillion drivers signed by three bazillion keys and only one needs to be compromised.

    Nor will Linux drivers be loaded automatically from a random USB key just because you browsed there.

  • Re:Who fault is it? (Score:2, Informative)

    by 10101001 10101001 (732688) on Sunday July 18, 2010 @06:43PM (#32945604) Journal

    The flaw that isn't going to be fixed "in the near future" is the "if a shortcut's icon is shown in Windows Explorer, then automatic execution of malicious code may occur" (perhap's this is some sort of buffer overflow in the icon parameter reader?). The best workaround? Disable the display of icons for shortcuts. Attack vectors? WebDAV, USB sticks, and LAN shares mostly. To that end, I'd imagine Microsoft is directly at risk given they likely have multiple rather huge LAN and it's already been demonstrated that at least some hackers are specifically targeting organizations (RealTek, for one). How much do you think Microsoft's source code is worth?

  • Re:Who fault is it? (Score:5, Informative)

    by causality (777677) on Sunday July 18, 2010 @07:15PM (#32945756)

    But to blame this one of Microsoft is assinine, how were they supposed to do anything different?

    Do you have any familiarity whatsoever with this situation?

    Windows has an acknowledged flaw/vunlerability related to its handling of .lnk files (shortcuts). That flaw is being exploited to install this malicious driver. The problem has been greatly compounded by the fact that the driver is signed by a previously-trusted private key, but this is not the original flaw. Normally the act of merely plugging in a USB thumbdrive does not immediately install system software such as device drivers. It is that acknowledged .lnk flaw that makes this possible.

    If you can install a hardware driver with an exploit, you can also install a worm, rootkit, etc. This attack happens to install a device driver. If Realtek's private key had never been compromised, then instead of installing a malicious device driver, you'd have Windows users plugging in infected USB thumbdrives and immediately becoming members of botnets. The flaw is in the Windows system and its handling of shortcut files.

    It is that flaw and only that flaw for which Microsoft is being blamed.

    I suppose Microsoft could release a Windows update that revokes trust for any cert signed by VeriSign

    Why would they do that when Verisign can revoke only this specific Realtek cert? In fact that's exactly what they have done.

    Seriously. Did you even bother to read the summary? At all? I'll quote it for you. This is the summary, verbatim:

    "Microsoft has acknowledged the vulnerability that the new malware Stuxnet uses to launch itself with .lnk files, but said it has no plans to patch the flaw right now. The company said the flaw affects most current versions of Windows, including Vista, Server 2008 and Windows 7 32- and 64-bit. Meanwhile, the digital certificate that belonging to Realtek Semiconductor that was used to sign a pair of drivers for the new Stuxnet rootkit has been revoked by VeriSign. The certificate was revoked Friday, several days after news broke about the existence of the new malware and the troubling existence of the signed drivers."

    Emphasis is mine. Now go clean the egg off your face.

  • by arth1 (260657) on Sunday July 18, 2010 @07:20PM (#32945776) Homepage Journal

    The certificate was revoked.

    Does it mean I need to update my drivers from Realtek, otherwise it spits them out?

    No. Windows' security model only checks the certificate during install.

    And even so, it doesn't update the revocation list automatically on install, nor does it check with OCSP; you won't get the revocation certificate unless you specifically install "Root certificate updates" through Microsoft Update, which is usually is found on the "optional" installs. So chances are that a lot of people will be able to install this malware in the future too.

  • by causality (777677) on Sunday July 18, 2010 @07:23PM (#32945790)

    I'm not Windows expert, but isn't this exactly the way the certificate system is supposed to operate? This sounds like a security success story, not a failure.

    Driver needs certificate to work with OS. Driver is found to contain security flaw. Certificate is revoked, OS refuses to recognize driver, security hole is closed. Now driver manufacturer has to clean up their act before their drivers are allowed back in the house.

    The headline reads "Microsoft has no plans to patch new flaw", but isn't the certificate revocation at least as good as a patch? More so, because it seals off any *other* undiscovered bugs in the driver? Or am I missing something?

    Please see this post [slashdot.org] where I correct a similar false notion. Then, please berate your teachers for failing to transmit basic reading comprehension skills to you. Hint: the signed malicious device driver is incidental and is not the flaw that Microsoft may or may not patch.

    Sorry for the tone but I just don't see what part of this is difficult to understand.

  • by mosschops (413617) on Sunday July 18, 2010 @07:56PM (#32945988)

    Windows' security model only checks the certificate during install.

    64-bit versions of Vista and Windows 7 require a valid Class 3 code signing certificate to load the driver, not just on installation. Revoking that certificate will stop the devices from working, as the parent poster suspected. Though it may not be the same certificate for all Realtek uses.

  • by Anonymous Coward on Monday July 19, 2010 @04:25AM (#32948258)

    Defragment the hard drive (wich shouldn't be neccesary at all)

  • by ozmanjusri (601766) <aussie_bob&hotmail,com> on Monday July 19, 2010 @04:33AM (#32948288) Journal
    Why is this modded Troll?

    drsmithy has always shown wilful ignorance of Microsoft's flaws.

    As far as what's lacking from Microsoft's security model, managed software repositories and good updating systems are the most obvious lacks.

    In addition, Microsoft's need to leverage it's existing software stack means anyone who actually uses Windows instead of just ticking off feature lists will inevitably have to bypass or disable most of the recent security features. With the virtualisation tech they've bought, they had the opportunity to build an effective sandbox, but chose not to.

It was all so different before everything changed.

Working...