Slashdot Mirror


Google Discloses An Unpatched Windows Bug (Again) (bleepingcomputer.com)

An anonymous reader writes: "For the second time in three months, Google engineers have disclosed a bug in the Windows OS without Microsoft having released a fix before Google's announcement," reports BleepingComputer. "The bug in question affects the Windows GDI (Graphics Device Interface) (gdi32.dll)..." According to Google, the issue allows an attacker to read the content of the user's memory using malicious EMF files. The bad news is that the EMF file can be hidden in other documents, such as DOCX, and can be exploited via Office, IE, or Office Online, among many.

"According to a bug report filed by Google's Project Zero team, the bug was initially part of a larger collection of issues discovered in March 2016, and fixed in June 2016, via Microsoft's security bulletin MS16-074. Mateusz Jurczyk, the Google engineer who found the first bugs, says the MS16-074 patches were insufficient, and some of the issues he reported continued to remain vulnerable." He later resubmitted the bugs in November 2016. The 90-days deadline for fixing the bugs expired last week, and the Google researcher disclosed the bug to the public after Microsoft delayed February's security updates to next month's Patch Tuesday, for March 15.

Microsoft has described Google's announcements of unpatched Windows bugs as "disappointing".

7 of 122 comments (clear)

  1. Microsoft deserved it by bongey · · Score: 5, Informative

    The bug was actively being used to exploit windows. Letting people know there is active exploit is more important than bad PR for Microsoft.

  2. Re:Control vs. Security by Anonymous Coward · · Score: 2, Informative

    Microsoft could always, you know, fix their goddamn bugs.

  3. Re: They dont wanna fix bugs by Anonymous Coward · · Score: 3, Informative

    That's a design flaw that affects all platforms. Microsoft can't single handedly fix SSID spoofing. This article however describes a bug in Microsoft code.

  4. Re: Control vs. Security by Anonymous Coward · · Score: 4, Informative

    My perception is that, for the prior MS bug and this one, the difference between Apple and Microsoft was that Microsoft didn't ask Google to delay disclosure.

    If you look at, say, this one: https://bugs.chromium.org/p/project-zero/issues/detail?id=837#c3

    You'll see that Apple had to request an extension, get denied it, then set up meetings to explain why they needed it, get denied a partial disclosure extension AGAIN, and then it escalated before they got a further extension.

    I would have expected that MSFT could have at least gotten the 14d extension on the 90d disclosure deadline, even if they couldn't push it all the way to the next Patch Tuesday.

  5. Re:Wrong Headline by moronoxyd · · Score: 4, Informative

    Microsoft was first informed about these bugs in June 2016. That is a lot more than 90 days. They didn't manage to fix all the bugs and basically got an extension when Google resubmitted the still open bugs in November. Yet they still didn't manage to fix the bugs.

  6. Re: Control vs. Security by ArmoredDragon · · Score: 4, Informative

    How is Google being a dick? They're following common industry practices. Public disclosure does two things:

    - Deadlines put pressure on the software vendor to patch their shit sooner rather than later (without a deadline, or an unenforced deadline, they tend to just sit on bugs for a long time.)
    - If the software vendor fails to patch their product, then at least the end users can come up with their own countermeasures (i.e. adding IDS signatures, switching to different software, suspending services, creating workarounds, etc) before some rogue actor takes advantage of them.

    If Google didn't stick to these timelines, and/or delayed them on a whim, then there may as well be none.

  7. Re:LibreOffice? by fuzzyfuzzyfungus · · Score: 5, Informative

    You can definitely embed Windows Metafile images in LibreOffice on Windows; but I'm not entirely sure if that is enough to make it vulnerable. WMF is dangerous because it is basically a package of GDI function calls, which might be good for efficiency or compactness; but has led to a number of creative and executable things being shoehorned in(as in this case; and repeatedly over the years).

    However, there are several image handling libraries that can render or convert WMF images without access to GDI; so in those cases GDI bugs wouldn't be a problem(though you probably have other things to worry about).

    This Libreoffice VCL documentation suggests that LibreOffice uses its own VCL WMF filters; but I sure wouldn't bet anything remotely important on that without testing it first; or knowing rather more about how LibreOffice is put together.