MSIX App Installers

Microsoft last week announced that it’s temporarily disabling
the MSIX ms-appinstaller protocol handler in Windows following
evidence that a security vulnerability in the installer component
was exploited by threat actors to deliver malware such as Emotet,
TrickBot, and Bazaloader.

MSIX[1], based on a combination
of .msi, .appx, App-V and ClickOnce installation technologies, is a
universal Windows app package format that allows developers to
distribute their applications for the desktop operating system and
other platforms[2]. ms-appinstaller,
specifically, is designed to help users install a Windows app[3]
by simply clicking a link on a website.

Automatic GitHub Backups

But a spoofing vulnerability uncovered in Windows App Installer
(CVE-2021-43890[4], CVSS score: 7.1) meant
that it could be tricked into installing a rogue app that was never
intended to be installed by the user via a malicious attachment
used in phishing campaigns.

Malware Abuse

Although Microsoft released initial patches to address this flaw
as part of its December 2021 Patch Tuesday[5]
updates, the company has now disabled the ms-appinstaller scheme
while it works to plug the security hole and prevent further
exploitation completely.

Prevent Data Breaches

“This means that App Installer will not be able to install an
app directly from a web server,” Dian Hartono said[6]. “Instead, users will
need to first download the app to their device, and then install
the package with App Installer. This may increase the download size
for some packages.”

With Microsoft yanking support for the protocol, the company is
also recommending developers that they update the app download
links on their websites by removing “ms-appinstaller:?source=”
schemes so that the MSIX package or.appinstaller file can be
downloaded.

References

  1. ^
    MSIX
    (docs.microsoft.com)
  2. ^
    other
    platforms
    (github.com)
  3. ^
    install
    a Windows app
    (docs.microsoft.com)
  4. ^
    CVE-2021-43890
    (msrc.microsoft.com)
  5. ^
    Patch
    Tuesday
    (thehackernews.com)
  6. ^
    said
    (techcommunity.microsoft.com)

Read more