Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: June 7th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

HandBrake 1.11.2 Video Transcoder Adds WebM MIME Type Support on Linux

HandBrake 1.11.2 is here to add WebM MIME type to the list of supported formats on Linux systems, improve the Core Audio AAC encoder 7.1 channel layout, improve handling of unsupported presets on macOS and Windows systems, and improve queue low space pause behaviour on Windows systems.

Armbian Imager 2.0 Flashing Tool for Armbian Linux Officially Released

Armbian Imager is the official flashing utility for Armbian Linux, a production-ready Debian and Ubuntu-based system with patched kernels for ARM single-board computers. Armbian Imager supports over 300 Armbian-supported single-board computers organized by manufacturer.

Shelly 2.3.2.2 GUI Package Manager for Arch Linux Improves CachyOS Support

Shelly 2.3.2.2 is here to improve support for the Arch Linux-based CachyOS distribution by bringing the CachyOS updater path to feature parity and implementing a command that lets you downgrade packages from the CachyOS repositories. Shelly now automatically detects the repository of choice.

Star Labs Releases Firmware 26.06 with Support for AMD Cezanne-Based Systems

The Star Labs Firmware 26.06 is here to add support for AMD Cezanne-based systems, including the Byte Mk I mini PC and StarBook Mk VI laptop, improve battery-free operation and auto-rotation on StarLite Mk V laptops running Ubuntu, and fix blue sleep LED breathing on the StarBook MkVIr2-Intel laptop.

news

Microsoft Windows 11 Caches Exploitable Malware

posted by Roy Schestowitz on May 15, 2024

Fishtank PC builds

Reprinted with permission from Cybershow. Author: Helen Plews.

Figure 1: Tom's Hardware: Fishtank PC builds.

Malware is often thought of as a human interaction with a digital device that causes an infection such as a virus or worm. We assume a human used bad authentication, or the human clicked the bad link, the human downloaded the malware…

So if we have anti-virus and anti-phish educational campaigns we should be well protected right? What about the technical side of cybersecurity, where the hardware, network equipment, end device or software vulnerability is the cause?

This article will examine a case where an operating system is able to automatically open and store a phishing email attachment, leading to potential compromise. In this case Windows 11 has been caching attachments locally to provide synchronisation across devices with the Outlook Application. In many cases, it has cached exploitable malware. This is a growing issue brought to light by Windows 11 users and anti-virus providers, instead of the makers at Microsoft.

Dropper Investigation

I am a life-long gamer and from experimentation over the years, I know I have the best rig, a customisable gaming PC. It’s very nice hardware it looks stunning with rainbow glowing fans and it sounds like a mini jet engine, rendering most graphics on Ultra with a graphics card which is at most 2 years old. The only issue I have had with it is in the operating system, which of course for a big gamer is Windows 11 due to its age. After just two weeks of operation I was alerted to a dropper located in my Windows Appdata folder, it was not dropping any further viruses yet as it had been caught by my expensive AV - which is why it sounds like a jet engine due to the large use of CPU!!

Was it a false positive? Well I ran the offline scan myself as my machine took 8x longer to boot. It behaved as if rebooting after a major update. There were no updates carried out, which made me suspect something amiss.

The virus location was not new to me, it is an appdata folder present in Windows 10 and Windows 11 for Windows mail in particular it processes mail syncing across devices; the full path is:

C:\Users\’Username’\AppData\Local\Packages\microsoft.windowscommunicationsapps_8wekyb3d8bbwe\LocalState\Files\SO\

Now I have had viruses popping up here before, in fact it has been an ongoing problem since I adopted the Windows 11 operating system (OS) in 2022 on the household laptops. Since then, both of my son’s laptops have alerted me to droppers and Trojans in the same Appdata folder. I initially assumed my children were not so good with their cybersecurity (being aged 5 and 9 that makes sense). Maybe they had clicked an email notification. Maybe they had downloaded some Trojan in the style of a game from a requested and shoddy gaming store all parents know about, stealthy and all whilst under supervision. That was until my brand new gaming rig got one.

Examining the attack timeline of my gaming rig in detail showed that a phish had been ‘clicked’ from my Hotmail account which was logged in on my Outlook App, running in the background processes (not running in my taskbar) whilst I played some epic title the night before. This ‘click’ put an infected PDF invoice on my PC, and on boot the next day activated the dropper, slowing the machine right down - which gave me a clue.

Now let's be clear about how Microsoft works, as I understand it, and why this is a gripe serious enough to warrant its own blog post.

You must sign in online to a Microsoft account to access the PC at all times, then it creates session keys for all applications that come installed as standard with the OS. So, unless you take some drastic measures I will discuss in a moment, you will undoubtedly be running sessions of Windows apps in the background; Outlook, OneDrive, Teams, Xbox, Photos, Office, Store, the list is quite extensive.

Moving on, I look for the phish email I had. According to my AV "clicked on" log, I located the suspicious subject of the email. It was something akin to;

AMAZON ACCOUNT ###U$IIHknDBWON38383y4y29~~~

Now, you do not need to be a cybersecurity expert to tell that is a phish from the subject which was located using the now foreground Outlook app. And as expected, it was unread. It showed me that within a few minutes of receiving the unread email, the attached PDF invoice was added to the Windows Communication Appdata folder, which led to the dropper found by the offline scan.

It seemed that Outlook App was saving unread attachments to the appdata folder where the virus was located. Some of the located viruses over the past two years were found on multiple devices that used the same MS credentials which unless stated otherwise, auto sync application data. That is exactly what the

microsoft.windowscommunicationsapps_8wekyb3d8bbwe

folder is for. It contains both the application data for Windows apps like Outlook to run and sync as well as data obtained in the process. I synced between my children's laptops as my account was the administrator for the network, it kept them safer online. Or so I thought.

Vulnerability Research

So I start down the usual process of researching the vulnerability to find a permanent mitigation. I find nothing at first, no CVE, no reports. I do find some details on the MS community website like this one from "2020 Trojan Found and Deleted"… but it Returns (Trojan: HTML/Phish.AB!MSR) . It is here I see the same problem and I see a response from an expert.

“The trojan is an email attachment synced to your PC. Do you have some Hotmail or Microsoft email setup in an email client applications like Outlook?” - Independent Expert, MS Community, 2020

So I search all around this topic and I cannot find anything from Microsoft about this issue right away, but I do find many victims. Anti-Virus companies, affected users and experts alike are all drawing attention to this problem. Eventually, thanks to Reddit I find a similar experience from a commentor who managed to find the reported exploit listed by Microsoft. You can find many more threads on the issue on Reddit with a search.

“Looking into the report we have a "Exploit:O97M/CVE-2017-11882.AZA!MTB" match, which doesn't seem to be that ominous since it requires the file to be executed on a non-updated Office/WordPad, still it ain't something I'd like to find lying around because the app found it was a good thing to download it, without my consent.” - JVMTG, Reddit, 2023

It is a known software error marked as severe on their own security intelligence website, with 24 exploits under the O97M CVE. I’d like to say I have more details from Microsoft but I do not, instead they offer very little default cybersecurity steps, such as "remain up to date and don’t click a phish".

This does seem rather severe. It locally caches attachments from emails including those which have not been opened to the windowscommunicationsapps folder from the Outlook App. It will then auto sync the data in the folder to all devices using the same credentials in their Outlook App on their phones, laptops, desktops, anywhere the Outlook App runs.

The only step missing for a full compromise is that infected files are auto-run… a feature I feel sure Microsoft are working on at this exact moment!

Attacks are becoming more complex, in 2022 they were able to add the dropper, which very slowly downloaded a fairly rubbish Trojan, which was easily removed. Recently there were 74 password protected files and multiple Trojans appearing as game applications in the same appdata folder. These were located only weeks after a fresh OS install and could not be explained by known activities on the machine or entirely resolved by AV due to the encryption of the folders they were located in.

Impact

Take a moment to think about how many commercial users of the Outlook application have auto-sync enabled in daily use. All those using Office 365 who sync between devices on their smartphone, personal devices and company equipment, or amongst family member's tablets and laptops. You should be concerned. And then get mad as hell, because it seems Microsoft have created their own quite special service for propagating malware, one that's been ongoing since at least 2020.

I have wasted countless hours re-installing OS’s, searching files, reading reports and researching this issue to find my only salvation in Reddit. Reddit of all places! This looks like something Microsoft rather wanted to sweep under the rug.

If you sync with Outlook App between devices with the same MS account, you are vulnerable to this malware propagation. Microsoft insist users take advantage of auto-synced features across devices and use this as a clear marketing tool especially for commercial settings. It seems my trust in this feature was misplaced.

Mitigation And Loss of Trust

Some will say that this is "just a feature" of sync. I disagree because like so many Microsoft processes it feels out of control. It does not just synchonise expected user data. It inappropriately populates and copies undocumented files into system folders and, without any knowledge or intervention from the user, replicates them across devices.

The mitigation is you must live without synchronisation in Microsoft applications. So far it has worked 100%. Turning off sync across applications does work. This can be done during an OS install by refusing all sync options when prompted. You must also make sure it is off in the account settings for the user. This can be done from the settings panel when logged on to Windows. There are many guides available like this one from Process.st. Even with sync off, you can still access email and other services using the web applications, which will sync files and emails but will not store these to the local machine.

If like myself, you have lost trust in the applications themselves, removing windows apps entirely may be more fitting, this allows the folder

microsoft.windowscommunicationsapps_8wekyb3d8bbwe

to be deleted and does not appear, like a lurking background threat at a later date just in case you change your mind. My gaming rig has only one MS app remaining, Xbox and that is the way it will stay until the situation is openly discussed by MS and the vulnerability resolved. No more Appdata Phishes please.

In summary, no amount of phishing training will prevent a bad design in the operating system. Caching malware infected attachments to system folders and replicating them is bad design in my opinion. In this case, the operating system has been phished, not the human.

Other Recent Tux Machines' Posts

OviOS Linux 6 makes the switch from SysV to systemd
Following the unavoidable shift in the Linux ecosystem, OviOS 6 drops SysV and moves to systemd
AlmaLinux OS 10.2 Released as a Free Alternative to Red Hat Enterprise Linux 10.2
AlmaLinux OS 10.2 distribution is now available for download as a free alternative to Red Hat Enterprise Linux 10.2. Here’s what’s new!
MX Linux 25.2 “Infinity” Released with Linux Kernel 7.0, Based on Debian 13.5
MX Linux 25.2 distribution is now available for download with a new text-mode installer, Debian 13.5 base, and Linux kernel 7.0 on the AHS builds. Here’s what’s new!
Distributions and Operating Systems: Mageia DDoS, Levente "anthraxx" Polyák Heads Arch Linux, and More
3 stories
GNOME 50.2 Adds Rate Control to the VA-API H.264 Screencast Pipelines
GNOME 50.2 is now available as the second point release to the GNOME 50 desktop environment series with various bug fixes and improvements across several core components and default apps.
Today in Techrights
Some of the latest articles
 
9to5Linux Weekly Roundup: June 7th, 2026
The 295th installment of the 9to5Linux Weekly Roundup is here for the week ending June 7th, 2026.
Weekly GNU-like Mobile Linux Update: Crimson Landing and an Anniversary, Pispala and 26.04
some GNU/Linux on mobile update
Recent Videos About GNU/Linux and Free Software
Shows and clips from last week
HandBrake 1.11.2 Video Transcoder Adds WebM MIME Type Support on Linux
HandBrake 1.11.2 open-source video transcoder is now available for download with WebM MIME type support on Linux, improvements to Core Audio AAC encoder 7.1 channel layout, and bug fixes.
"Guix Nix Abomination", Other Distributions and Operating Systems
mostly GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS and standards
Programming Leftovers
Development stories
WordCamp Europe 2026 and Disposable WordPress Lab in 14 Steps
WP links
Open Hardware/Modding: Arduino, Raspberry Pi, and More
Hardware bits
BSD: NetBSD, FreeBSD, and OpenBSD News
FreeBSD and more
KDE on Icons (Size Matters), GNOME on Politics and More
desktop environments speak out
Audiocasts/Shows: Linux Saloon and More
new episodes
Linux in Gaming soundbar and Gothic remake
gaming related picks
today's howtos
Instructionals/Technical picks
Applications: Storage Space, Visualisation, Alternative to Flathub, 'Teams' Alternatives, and Proton Drive Coming Soon to GNU/Linux
software news
Games: Steam Games with Native Linux Builds, Steam Machines, Summer Game Fest 2026, and More
Gaming news from GamingOnLinux
Tux Machines at 22 is Stronger and More Motivated Than Ever [original]
This past year has been amazing for GNU/Linux and also for us
3 Weeks of Shells [original]
Two weeks from now we'll have the longest day of the year
Why Governments choose Linux: Transparency, Data Protection and Sovereignty
First and foremost, I am interested in and use Linux on a daily basis simply because it offers a good, reliable, robust, and long-term platform for both professional use and normal home use
Free and Open Source Software
This is free and open source software
Kdenlive 26.04.2 released
The second maintenance release of the 26.04 series is out with the usual batch of bug fixes and improvements for workflow and stability
Armbian Imager 2.0 Flashing Tool for Armbian Linux Officially Released
Armbian Imager 2.0 open-source utility for flashing the Armbian Linux operating system on single-board computers is now available for download with a completely new design and rewritten flashing engine.
Servers, KDE at 30, and GNU/Linux Distributions and Operating Systems
today's leftovers
EasyOS Focuses on Enabling Xlibre Instead of Experimental Wayland (With Limited Support From Applications)
Xlibre focus
Fedora, Red Hat, and CoreOS Leftovers
RHEL and more
Debian: Russell Coker's Work, Birger Schacht's Status and Steve McIntyre on Microsoft-Controlled Kill Switch and Back Door
Debian leftovers
Open Hardware/Modding: Arduino, ESP32, and More
Hardware leftovers
Sharing and Standards: National Open Source Library, Slop Warning, and Why "You Still Need A Legacy TLD For Email"
3 more stories
Web Browsers/Web Servers/Feed Readers: Ladybird, RSS, Chromium, and Mozilla
WWW related news
LibreOffice 26.2.4 Open-Source Office Suite Released with More Than 40 Bug Fixes
LibreOffice 26.2.4 is now available for download as the fourth point release to the LibreOffice 26.2 office suite series with 43 bug fixes.
Releases of GNU direvent version 5.5 and GNUtrition 0.33
two new GNU releases
Software Freedom / Digital Sovereignty Plan at EU (“Tech Sovereignty”)
a couple of updates
Programming Leftovers
Development picks
Security Leftovers
Security picks for today
Kernel Space / File Systems / Virtualization
mostly but not only Linux
Applications: Creative Software, Proton Drive, and Terminal Programs
3 new stories
today's howtos
Instructionals/Technical picks
Games: Steam Machines Running GNU/Linux on the Way, A Peek at a Godot Game
gaming picks
Dank Linux and Hyprland on Nvidia
Hyprland news
Shelly 2.3.2.2 GUI Package Manager for Arch Linux Improves CachyOS Support
Shelly 2.3.2.2 open-source graphical package manager for Arch Linux-based distributions is now available for download with drag-and-drop AppImage installation, CachyOS updater parity, and other changes.
New Zealand: GNU/Linux Reaches New High [original]
Notice what has happened to Windows
4 Days Til Party [original]
This coming Wednesday we travel up north
Star Labs Releases Firmware 26.06 with Support for AMD Cezanne-Based Systems
Star Labs releases Firmware 26.06 with various improvements to enhance the reliability, performance, and overall experience of your Star Labs Linux machine.
Games: IGN Live Bundle, SteamOS, and Steam Machines
gaming picks from GamingOnLinux
If Europe Wants Software Freedom / Digital Sovereignty, It'll Need to Adopt GNU/Linux Faster [original]
What will it take for Brussels to quit appeasing (or taking bribes from) GAFAM lobbyists and instead start deploying software and systems that Europe itself can control?
Sharing is Loving [original]
We need more Free software 'fanatics'
GNU/Linux Doing Well in Monaco in Recent Years [original]
This helps us debunk the stigma of "only poor people" would "choose Linux"
Android Leftovers
I get why battery protection exists on Android phones, but I’ll never use it
I switched to a tiling window manager on Linux and can't believe I wasted years dragging windows around
Regardless of the operating system you're on
These 4 package managers outlasted the Linux distros that created them
Linux distributions are oddly mortal for projects that spend so much time preaching stability
This Linux distro looks so much like Windows 11 that it's unsettling
The first time you'll boot into AnduinOS
Docker for Microcontrollers? AkiraOS combines Zephyr RTOS with WebAssembly (WASM) applications
AkiraOS is a Zephyr-based embedded OS that runs sandboxed WebAssembly applications on microcontrollers and lets users deploy and update firmware OTA without reflashing
Free and Open Source Software, howtos and Installations
This is free and open source software
GNU/Linux Leftovers
GNU/Linux picks
Software Release: Fastfetch 2.64 and Rustdesk 1.4.7
2 new releases
Free, Libre, and Open Source Software Leftovers
FOSS and more
GSoC KDE Work on Font Subsetting and Porting KeepSecret to the Kirigami ActionCollection API
KDE development
Red Hat Leftovers
Red Hat picks
This Week in Plasma: Fixing all the things
This week the team continued polishing Plasma 6.7 for its release later in the month
Using Fedora Silverblue for Compositor Development
I’ve been using Fedora Silverblue on my desktop and laptop for the past
Sparrow Hawk runs Linux on Renesas R-Car V4H SoC
The Sparrow Hawk supports Yocto and Debian Linux distributions
GNU/Linux and BSD Leftovers
mostly GNU/Linux
6 easy ways I make Zorin OS even faster and more secure
Out of the box, Zorin OS is fast and secure
Today in Techrights
Some of the latest articles