Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Sunday October 30 2016, @04:58PM   Printer-friendly
from the don't-run-unknown-code! dept.

AtomBomb: The New Zero-Day Windows Exploit Microsoft Can't Fix?

There's a new zero-day Microsoft Windows exploit in the wild by the name of AtomBomb, and Microsoft may not be able to fix it.

Ensilo security researchers have discovered a new zero-day exploit in Windows that attackers can make use of to inject and execute malicious code. The researches call the exploit AtomBombing because of its use of a Windows function called Atom Tables.

What's particularly interesting about the exploit is that it does not rely on security vulnerabilities in Windows components but native Windows functions. This means, according to the researchers, that Microsoft won't be able to patch the issue.

It is particularly worrying that the issue affects all versions of Windows, and that security programs that run on the system -- firewall or antivirus for instance -- won't stop the execution of the exploit.

The technique works in the following way on an abstract level:

  1. Malicious code needs to be executed on a Windows machine. A user might run malicious code for instance.
  2. This code is blocked usually by antivirus software or other security software or policies.
  3. In the case of AtomBombing, the malicious program writes the malicious code in an atom table (which is a legitimate function of Windows and won't be stopped therefore).
  4. It then uses legitimate processes via APC (Async Procedure Calls) , a web browser for instance, to retrieve the code from the table undetected by security software to execute it.

You can find an extremely detailed explanation of AtomBombing here. Time to run Windows only in VMs?

New code injection attack works on all Windows versions - Help Net Security

Source: https://www.helpnetsecurity.com/2016/10/28/code-injection-windows-atombombing/


Original Submission #1Original Submission #2

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by Francis on Sunday October 30 2016, @05:53PM

    by Francis (5544) on Sunday October 30 2016, @05:53PM (#420579)

    There's a small number of programs I run that depend upon hardware drivers that don't exist outside of Windows and OSX.

    The DVD software I use to play my foreign language DVDs only exists on Windows, the scanners I use for scanning books and receipts only have drivers for OSX and Windows. And then there's some games, but those tend to either work with Wine or not at all, so I don't generally bother with those.

    But, for most folks, I don't think that having a Windows VM is really that useful. If you're just wanting a bit of extra security, a Linux VM does that just as well.

  • (Score: 1, Redundant) by aristarchus on Sunday October 30 2016, @07:54PM

    by aristarchus (2645) on Sunday October 30 2016, @07:54PM (#420617) Journal

    There are many things Francis does not know, but this:

    The DVD software I use to play my foreign language DVDs only exists on Windows, the scanners I use for scanning books and receipts only have drivers for OSX and Windows.

    is a major lacunae! Only on Windows? Ha! Scanners? Ha! What happened, did Francis take the Hairyfeet challenge and beg the question?

    • (Score: 2, Interesting) by Francis on Sunday October 30 2016, @08:55PM

      by Francis (5544) on Sunday October 30 2016, @08:55PM (#420636)

      OK, so now I know that the guy that's been trying to troll me is actually retarded.

      You're laughing at me, but you're not actually addressing the point at all. The scanner I use is a batch feeding model that is IRS approved for storage of tax documents, so I can throw the originals away after I have them backed up. I'm not going to throw out the scanner because it doesn't work in Linux when I have a perfectly good Windows install in a VM.

      And I haven't come across Linux software that gets around the hardware limitation on region coding.

      Now, if you'd like to pay for me to replace my scanner and pay for somebody to handle my books for me, then go ahead, but you can go fuck yourself if you can't be bothered to give a reasonable alternative. My flatbed scanner works quite well under Linux and pretty much everything else, but it doesn't really deal well with OCR and isn't IRS approved.

      • (Score: 3, Informative) by Bot on Sunday October 30 2016, @09:20PM

        by Bot (3902) on Sunday October 30 2016, @09:20PM (#420645) Journal

        DVD region coding? libdvdcss or something, decrypts DVDs. Of course it is illegal for anything else than reading your own DVD, and in some nazi places it is probably illegal for that, too.

        --
        Account abandoned.
        • (Score: 2, Troll) by Francis on Sunday October 30 2016, @09:29PM

          by Francis (5544) on Sunday October 30 2016, @09:29PM (#420653)

          IIRC, that one doesn't work. Or at least it didn't work for me last time I tried it. The optical drive is where that conversion takes place and it requires the drivers to cooperate and I couldn't get it to actually read the disc.

          It might come down to which specific OS you're running it on, but I don't recall having had any luck with that in the past. The Windows only software is the only one I've found that worked for me.

          • (Score: 2) by dry on Monday October 31 2016, @02:20AM

            by dry (223) on Monday October 31 2016, @02:20AM (#420741) Journal

            I had a DVD drive that didn't work with libdvdcss, replaced it and no more worries about region coding.

            • (Score: 2) by Scruffy Beard 2 on Monday October 31 2016, @02:35AM

              by Scruffy Beard 2 (6030) on Monday October 31 2016, @02:35AM (#420747)

              To be clear: were you playing back DVDs from more than one region?

              DVD drives are supposed to brick themselves if you change the region too often.

              • (Score: 0) by Anonymous Coward on Monday October 31 2016, @03:38AM

                by Anonymous Coward on Monday October 31 2016, @03:38AM (#420761)

                Depends on the drive and firmware. There are two different levels of RPC. Level 1 understands codes and the copy protection and, in a bit of oversimplification, reports them to the OS to take care of. That means that you can ignore the regions at will with a proper driver in the OS. Level 2 enforces regions at a hardware level and usually, but not always, has a limit to the number of changes. However, a reflash can often reset the counter or downgrade a level 2 to level 1 or to "auto-reset" at a power cycle.

                You can also get unlocked drives, or region killers or region faking, or other circumvention software and hardware to play anything. The cat is long out of the bag.

              • (Score: 1) by Francis on Monday October 31 2016, @03:57AM

                by Francis (5544) on Monday October 31 2016, @03:57AM (#420768)

                Right, that's my personal problem. I like to watch DVDs in English, Mandarin and German and that typically requires something like 3 different drives because they don't generally sell German or Mandarin language DVDs in the US, so I usually have to import them as the discs aren't usually even available for sale in the US region.

                Sometimes, you can get hacked firmware for the drive that ignores the region coding, but the region coding is relatively low level and requires interaction between the driver and the firmware to do. Linux apparently allows libdvdcss to do this and in my experience FreeBSD does not. Windows will, but you have to have special virtualization in order to do it.

            • (Score: 1) by Francis on Monday October 31 2016, @03:51AM

              by Francis (5544) on Monday October 31 2016, @03:51AM (#420765)

              It works on Linux apparently, but not on FreeBSD. But, it doesn't make much sense to dual-boot to Linux versus just running Windows in a VM.

        • (Score: 2) by Scruffy Beard 2 on Monday October 31 2016, @02:32AM

          by Scruffy Beard 2 (6030) on Monday October 31 2016, @02:32AM (#420746)

          After Dcss was realeased, region-coding was moved onto drive firmware [doom9.org] within a year.

          It is cute that you think you own your computer!

          • (Score: 0, Disagree) by Anonymous Coward on Monday October 31 2016, @09:09AM

            by Anonymous Coward on Monday October 31 2016, @09:09AM (#420815)

            After Dcss was realeased, region-coding was moved onto drive firmware within a year.

            "How dare you pay for your foreign DVDs, go download them from The Pirate Bay, or we brick your DVD drive".

      • (Score: 3, Troll) by aristarchus on Sunday October 30 2016, @09:27PM

        by aristarchus (2645) on Sunday October 30 2016, @09:27PM (#420649) Journal

        You are not going to know this, or even believe it, but there is standard software called SANE that runs scanners, fairly standardized, nothing like twenty years ago when it was all proprietary. And of course you realize, just mentioning the IRS has scam all over it. What model, precisely, is it that you can't get to work under linux? And what kernels and modules did you try to use? The fact you could not figure out DVD region encoding without windowes does not bode well, my dear unerudite Francis.

        • (Score: 1) by Francis on Sunday October 30 2016, @09:42PM

          by Francis (5544) on Sunday October 30 2016, @09:42PM (#420656)

          Sigh, more name calling and no actual useful information.

          First off, I'm familiar with SANE, I've used it in the past and it works fine for basic flatbed functionality. It does not handle document feeders, OCR, organization and it does not result in a copy that's accepted by the IRS during audits. Plus, there are better options anyways. It's something that kind of works for simple things, but not if you've got more complicated things you want to do.

          As far as DVD region encoding goes, why should I waste time looking for a solution when I have one that works? I have the software it works reliably on my computer, why on earth should I waste time looking for another solution that may or may not work when I've got one that does?

          I'm a bit surprised that you're willing to post this bullshit under your name.

          • (Score: 2, Troll) by aristarchus on Sunday October 30 2016, @09:52PM

            by aristarchus (2645) on Sunday October 30 2016, @09:52PM (#420662) Journal

            I'm a bit surprised that you're willing to post this bullshit under your name.

            Feeling is mutual. Aren't you just the slightest bit embarrassed to admit such ignorance on a moderately techie site?

            I have the software it works reliably on my computer, why on earth should I waste time looking for another solution that may or may not work when I've got one that does?

            So, how much does Micro$erft pay you, or are you truely so unaware of what software is, how operating systems work, and how in the current instance, if you have read the Fine Article, Windows is totally hosed. Works reliably? Are we supposed to take this as a joke?

            I was just trying to help liberate you from bondage, Francis, but you know, the first step is realizing you are enslaved. It is something you should know.

            • (Score: 0, Flamebait) by Francis on Monday October 31 2016, @04:03AM

              by Francis (5544) on Monday October 31 2016, @04:03AM (#420771)

              No, you're being an asshole. People like you are why I use FreeBSD rather than Linux as my primary install. I just want a system that works reliably without the zealotry.

              I did the research on this stuff at the time that I decided what software I was going to use and I don't see any reason why I should stop using what works for me. Nothing you've recommended does what my current set up does on my machine. I don't see any purpose in setting aside the stuff I bought back when I was dual-booting between Windows and FreeBSD just because I've got my Windows install loaded into a VM.

              Nothing you've suggested is anywhere near as functional as what I'm currently using.

              Also, I think it's cute that you think I care what you think of me. All you've done in this thread is make an ass of yourself.

              • (Score: 2, Informative) by aristarchus on Monday October 31 2016, @06:09AM

                by aristarchus (2645) on Monday October 31 2016, @06:09AM (#420797) Journal

                Nothing you've recommended does what my current set up does on my machine. I don't see any purpose in setting aside the stuff I bought back when I was dual-booting between Windows and FreeBSD just because I've got my Windows install loaded into a VM.

                Nothing you've suggested is anywhere near as functional as what I'm currently using.

                Francis, my poor Francis! You have admitted to running Windows because you did not know what else to do. I never suggested any solutions, since you did not provide enough details to see what your problem was, other than that you were running Windows. And it is funny how, when ever I try to assist you, as opposed to anyone else on SoylentNews, I get modded down. Hmm. Well, that is it. It is war, Francis! I will follow you, and every post you make I will mod down mercilessly! I will taunt you as an AC, and I will imitate your username on other fora accross the internet until you realize the errors of your ways and apologize for posting totally ignorant things here on SoylentNews. Deal?

                • (Score: 1, Informative) by Anonymous Coward on Monday October 31 2016, @02:46PM

                  by Anonymous Coward on Monday October 31 2016, @02:46PM (#420878)

                  It's not just Francis. I mod you down too, especially because of pointless dickwaving posts like this.

                  • (Score: 3, Funny) by aristarchus on Monday October 31 2016, @04:16PM

                    by aristarchus (2645) on Monday October 31 2016, @04:16PM (#420916) Journal

                    Francis! Posting as AC and calling yourself "not just Francis" does not mean you are not just Francis! You're not fooling anyone, you know!

                    • (Score: 0) by Anonymous Coward on Monday October 31 2016, @05:38PM

                      by Anonymous Coward on Monday October 31 2016, @05:38PM (#420944)

                      Just keep telling yourself that.

                      • (Score: 0) by Anonymous Coward on Monday October 31 2016, @06:33PM

                        by Anonymous Coward on Monday October 31 2016, @06:33PM (#420961)

                        Aristarchus is right! You can't just hide behind AC, Francis! Maybe if you knew how scanner drivers and DVD drives worked, you might have a chance to pull it off, but this is just too obvious.

              • (Score: 0) by Anonymous Coward on Tuesday November 01 2016, @03:00AM

                by Anonymous Coward on Tuesday November 01 2016, @03:00AM (#421109)

                that's b/c you're a hooker.

                • (Score: 0) by Anonymous Coward on Tuesday November 01 2016, @09:07AM

                  by Anonymous Coward on Tuesday November 01 2016, @09:07AM (#421176)

                  that's b/c you're hooked.

                  FTFY! Trolling, trolling, over the deep blue sea! I just wonder, if you know it's me?

          • (Score: 3, Informative) by frojack on Sunday October 30 2016, @10:07PM

            by frojack (1554) on Sunday October 30 2016, @10:07PM (#420667) Journal

            It does not handle document feeders, OCR, organization and it does not result in a copy that's accepted by the IRS during audits.

            It does handle document feeders. (I use this all the time)
            It does handle OCR, I use this also.
            It does handle organizations, I don't use this a lot but I do use it occasionally
            And it can result in a perfect PDF copy as well as the original images available if you want them.

            The fact that nobody uses it that way for all those things is beside the point. Its also not the only scanner software available for linux.

            But the driver availability is a valid point. Old, limited popularity, and out of production scanners will never get driver support. New scanners from large companies now tend to release drivers for opensource concurrently with Windows. Especially the network attached scanners.

            And the IRS requirements are not particularly onerous. The IRS has allowed taxpayers to use electronic receipts as documentary evidence since 1997.

            --
            No, you are mistaken. I've always had this sig.
            • (Score: 2, Redundant) by aristarchus on Sunday October 30 2016, @10:17PM

              by aristarchus (2645) on Sunday October 30 2016, @10:17PM (#420672) Journal

              Truly, this frojack knows a few things.

            • (Score: 1, Informative) by Anonymous Coward on Monday October 31 2016, @02:11AM

              by Anonymous Coward on Monday October 31 2016, @02:11AM (#420739)

              ISTM that Francis is working on decade-old datapoints.

              Had he sought out local Linux people, I'll bet his "Nuh-uh"s would have already been turned to "Oh, wow"s.

              In his area, perhaps there is a Linux Users Group. [google.com]

              If not that, maybe an individual.
              I've suggested before getting up with a Linux guy for hands-on help. [soylentnews.org]

              the driver availability is a valid point. Old, limited popularity, and out of production scanners will never get driver support

              If device drivers truly don't exist for his hardware, there are HUNDREDS of guys waiting in line to make more stuff Linux-compatible.
              Why Linux Has The Best Hardware Support Of Any OS (The Linux Driver Project) [googleusercontent.com] (orig) [lwn.net]
              (The significant text is found at "300".)

              If the Linux Driver Project guys can get their hands on it, a piece of the gear should have Linux support in no time.
              If the particular item isn't especially popular but the user can find a cluster of other folks who are interested in using it under Linux, that should help convince the LDP guys to support it.
              Putting a bounty on the driver might be further stimulus.

              ...and, before anyone mentions games, we're still talking about being forced to use company-provided stuff in a work environment. Right?

              -- OriginalOwner_ [soylentnews.org]

            • (Score: 0, Troll) by Francis on Monday October 31 2016, @04:06AM

              by Francis (5544) on Monday October 31 2016, @04:06AM (#420772)

              I've tried opensource OCR and I've yet to find one that works well. Certainly not well enough for me to ditch my current system for.

              IIRC, the best software I came across was Tesseract, but that didn't work very well for the things I was scanning. It's probably better now than then, but I don't see much point in dumping software and hardware I already have just to use open source. I've ditched most of the software I used to use for equivalents and that's worked fine, but as long as I can run the few remaining pieces of software in a VM, I don't see much purpose to ditching it for the sake of ditching it.

              And even if I do ditch it, then I have to go back to retaining all my receipts and similar in order to do my taxes, which greatly reduces the point of using my neat receipts in the first place.

      • (Score: 3, Funny) by tangomargarine on Monday October 31 2016, @02:41PM

        by tangomargarine (667) on Monday October 31 2016, @02:41PM (#420875)

        He's not retarded, it's just that 75% of his posts are trollish non-answers as demonstrated, role-playing an ancient Greek philosopher.

        I don't really get it either.

        --
        "Is that really true?" "I just spent the last hour telling you to think for yourself! Didn't you hear anything I said?"
        • (Score: 2, Funny) by aristarchus on Monday October 31 2016, @04:29PM

          by aristarchus (2645) on Monday October 31 2016, @04:29PM (#420919) Journal

          That's OK, tango, you are not meant to get it. Some things may be beyond your comprehension. You should get used to it.