Slashdot Mirror


Malware Authors Seem Intent on Weaponizing Windows SettingContent-ms Files (bleepingcomputer.com)

An anonymous reader shares a report: Malware authors are frantically trying to weaponize a new infection vector that was revealed at the start of June. The trick relies on using Windows Settings (.SettingContent-ms) shortcut files in order to achieve code execution on Windows 10 PCs. Ever since SpecterOps security researcher Matt Nelson published his research on the matter three weeks ago, malware authors have been playing around with proof-of-concept code in attempts of crafting an exploit that can deploy weaponized malware on a victim's system. With each passing day, more and more exploits are being uploaded on VirusTotal.

7 of 50 comments (clear)

  1. Doesn't Microsoft hire black hats? by mykepredko · · Score: 3, Insightful

    Good description of the .SettingContent-ms exploit - I would have thought that this would jump out to a Malware author as soon as the feature was announced (regardless of the fact that there is ASR used by large network sysadmins).

    Doesn't Microsoft have a bunch of people on staff that think like black hats (probably because they used to be them) with the task of looking for problems like this? At the very least shouldn't somebody have twigged onto the idea that providing a new way to allow new programs to run (as well as spawn new processes) be something that Microsoft security should review?

    1. Re:Doesn't Microsoft hire black hats? by JaredOfEuropa · · Score: 4, Insightful

      One really doesn’t have to be a blackhat to spot at least some of the various issues of this feature. This isn’t security expert stuff, but “what the hell were they smoking” territory.

      We wouldn’t need these shortcuts in the first place if MS kept the control panel at least somewhat consistent between versions, instead of rearranging the control panel and every damn thing in it on every release. Including Windows Server releases. IIRC some stuff (might have been Exchange related) went from a control panel item to something under the start menu to a double secret (separately downloadable) MMC snap-in (and who came up with that brilliant idea) to a web interface.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    2. Re:Doesn't Microsoft hire black hats? by Anonymous Coward · · Score: 2, Interesting

      Doesn't Microsoft have a bunch of people on staff that think like black hats (probably because they used to be them) with the task of looking for problems like this?

      From the article:

      "Nelson contacted Microsoft, but they do not consider this a vulnerability in the OS. "

    3. Re:Doesn't Microsoft hire black hats? by mykepredko · · Score: 2

      That's exactly what I thought when I RTFA, but I wasn't sure if I was missing something.

    4. Re:Doesn't Microsoft hire black hats? by AHuxley · · Score: 2

      Its like a new deep Microsoft Chrome https://en.wikipedia.org/wiki/... but deep in the OS and browser. To make the ads and support work.

      --
      Domestic spying is now "Benign Information Gathering"
  2. Vulnerability description by Anonymous Coward · · Score: 5, Informative

    In case this is news to you and you're wondering about this vulnerability, here's a description.
    Microsoft has introduced a new file format (extension: .SettingContent-ms) to link to settings pages. In this format a <DeepLink> tag contains the application to run in order to display the settings page. So like program information files (.pif), shortcuts (.lnk), batch files (.bat) and so on these should be treated as executable programs, because these files can do anything the author wishes. Just specify "%WINDIR%\System32\cmd.exe /c ..." as the command line.
    But apparently Microsoft itself didn't appropriately mark the new shortcut file type as executable and because it's a new file type, third-party vendors of things like anti-virus software, web browsers and e-mail clients haven't caught up yet either.

    1. Re:Vulnerability description by RandomFactor · · Score: 5, Interesting

      It gets better.

      The actual extension name confuses at least one major email protection service and it won't catch an email containing it even if you do add it to your extension/type blocks. Test after blocking.

      Also worthy of note - Chrome warns settingcontent-ms is a potentially dangerous file type if you download one (haven't tried other browsers yet.)

      --
      --- Mercutio was right.