Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

From Email to Case Study: What We Learned About Connecting Refugee Communities in Just One Year

It all began with an email from a stranger. A year later, two fully operational, community‑owned digital hubs now serve over 4,500 people—most of them refugees—in a region with limited grid power, high connectivity costs, and uneven digital access. And the stranger became a friend who showed us what community-centered connectivity at its best looks like.

LinuxGizmos.com

Modos Flow is a paper-like 13.3-inch monitor with 60 Hz refresh and touch support

Modos has launched the Crowd Supply campaign for the Flow, a 13.3-inch e-paper monitor designed for reading, writing, browsing, and other document-focused workflows. The display uses E Ink technology and is offered in monochrome and color variants, with touch support, USB Type-C connectivity, and an open-hardware design.

9to5Linux

Calibre 9.9 E-Book Manager Updates and Improves the WolneLektury Store

Coming almost a month after Calibre 9.8, the Calibre 9.9 release adds support for accurate page counting of fixed layout EPUB files, a new option to keep the current search when switching virtual libraries, an updated and improved WolneLektury store, and the ability to ignore space around the colon used to separate identifier type from value in Add from ISBN.

Latest Steam Client Update Improves Steam Controller Support on Linux

The new Steam Client stable update released on May 27th, 2026, improves support for the new Steam Controller on Linux, no longer installs the Legacy Steam Runtime compatibility tool by default, which is now an optional standalone download, and improves support for firmware updates on Linux systems where libhidapi wasn’t installed.

Canonical Launches Ubuntu Workshop for Sandboxed Development Environments

Powered by Canonical’s LXD modern, secure, and powerful system container and virtual machine manager, Ubuntu Workshop is a Snap app that promises to configure and run isolated development environments that can be reproduced on different machines for developers looking for consistent workflows without spending time configuring multiple workshops.

Linux’s exFAT Progs 1.4 Released with Partition Table Creation Support

Exfatprogs 1.4 introduces new features to the mkfs.exfat utility, such as partition table creation support, so that newly formatted devices are recognized by Windows, a new --upcase option to format partitions with a user-supplied upcase table, and support for printing the volume’s UUID after formatting.

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

The Quiet Clause That May Save Linux From Age‑Verification Laws
As Colorado and California move age verification to the OS layer, exemptions for open source determine whether Linux desktops stay free of mandatory age‑gating
Happy Birthday to Dad [original]
Next year it'll be "the big 80"
Fedora: Reports, Development, and Infrastructure
Fedora leftovers
Linux Devices and Future Hardware (e.g. Raspberry Pi 6)
hardware picks
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!
 
Fwupd 2.1.4 Linux Firmware Updater Adds Intel Arc Pro B65 and Arc Pro B70 Support
Fwupd 2.1.4 Linux firmware updater is now available for download with support for Intel Arc Pro B65 and Arc Pro B70, Lenovo dock devices, Pixart TP devices, as well as various other improvements.
Biology is Better Than Modern Tech [original]
The most incredible things are biological, not mechanical
LLM Slop is Banned in Tux Machines [original]
Linuxiac is basically somewhat of a hybrid slopfarm at this point
12 Days of Shell [original]
We already have an abundance of food for them - enough to last 2-3 years to come
Android Leftovers
8 built-in Android features that started their life as standalone apps
These 5 Linux distros were popular until their developers disappeared
These distros were people's first Linux installs
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software, Education, and Standards
FOSS and more
WordPress at 23; Did your editor font go default serif on WordPress 7.0?
WordPress news
Programming Leftovers
Development news
Security and Microsoft's Latest Attempt to Hide Holes by Banning the Messenger
typical Microsoft
today's leftovers
GNU/Linux mostly
Kernel Space: Nvidia Vera CPU, LWN on Linux, and Slop
mostly Linux
GNOME Desktop/GTK: Snapping, Pitivi, and Gitg Port to GTK4
GSoC projects and more
Articles About Ubuntu Workshop Tool
Ubuntu Workshop Tool coverage
Open Hardware/Modding: ESP32, FPGAs, and More
Hardware leftovers
Mozilla: Firefox "Smart Window", Lobbying in Politics, and Firefox Tooling Announcements
Firefox and more
Red Hat Official Sites on Slop and RHEL
latest in redhat.com
Game From 1989 Published 3.7 Decades Late, Speculation Bubble (Slop) Drives Up Steam Deck OLED Price to Almost $1,000
gaming leftovers
Applications: dtg and checking a new virtual private server (VPS)
GNU/Linux comand line tips
today's howtos
Instructionals/Technical picks
Is it time to move from Windows to Linux?
I still program on Windows as well as on Ubuntu and Raspberry Pi OS (Debian)
ThinkPad T14 Gen 7: These features work with Linux - and these do not
They are often hailed for their great compatibility with Linux
ODF vs OOXML, an issue that should never have existed
Whenever we address the contrast between ODF and OOXML
Best mid-range tablet runs simultaneously with Android and Linux in review
Thanks to the integrated "Linux Lab" environment, the Honor MagicPad 4 allows seamless switching between Android and Linux without rebooting
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
Free and Open Source Software, and Biwin RS200 DDR5-5600 SODIMM 32GB Review
This is free and open source software
KDE Plasma 6.7 Beta Release
KDE Plasma 6.7 Beta Release...
8 Zorin OS settings I change on every new install - and why you should, too
Like most Linux distributions, Zorin OS offers a lot
NVIDIA 610 Linux Graphics Driver Adds Vulkan and Wayland Improvements
NVIDIA 610 graphics driver is now available for download with support for new Vulkan extensions, support for creating Vulkan logical devices from multiple physical devices, and more.
Games: Steam Deck, Hytale, No Man's Sky, and More
the latest from GamingOnLinux
BSD and GNU Leftovers
3 stories
Our Site's Policy on Polite Language [original]
we need to keep the material accessible in the lingual sense
Calibre 9.9 E-Book Manager Updates and Improves the WolneLektury Store
Calibre 9.9 open-source e-book management software is now available for download with support for accurate page counting of fixed layout EPUB files, updated and improved WolneLektury store, and new news sources.
5 Months Pass So Fast [original]
At the start of June this laptop of mine will exceed 900 days of uptime
COSMIC 1.0.14 Desktop Adds Keybind Support for Non-Latin Keyboard Layouts
COSMIC 1.0.14 desktop environment is now available with improvements to COSMIC Files, COSMIC Term, COSMIC Edit, COSMIC Settings, COSMIC Panel, COSMIC Store, and COSMIC Applets.
Android Leftovers
Google Home can now use what cameras see as automation starters, Android widget improved
New Web and Mobile Strategy for LibreOffice
LibreOffice is a desktop application, and we will continue making it
Linux On Android Provides Inexpensive, Powerful Computing
Rather than trying to install a mobile-oriented Linux distribution (such as postmarketOS)
Free and Open Source Software
This is free and open source software
Archanoxy – Arch and BlackArch-based Linux distribution
Archanoxy is an Arch and BlackArch-based Linux distribution aimed at penetration testing, security auditing, and terminal-first workflows
Krita 5.3.2 Released!
Today we're releasing Krita 5.3.2 and 6.0.2
LWN Coverage of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit
latest articles
openSUSE "terms of site" raise complaints about age restrictions
age restriction seems to have been added
Today in Techrights
Some of the latest articles
Latest Steam Client Update Improves Steam Controller Support on Linux
A new stable Steam Client update is now available with better support for Valve’s new Steam Controller on Linux, as well as improvements to in-game overlay, Steam Input, and Remote Play.
Software Freedom / Digital Sovereignty Leftovers
slop and more
GNU/Linux: Kubernetes, KDE, and GNOME
some leftovers
Audio: Linux Matters, Red Hat on Ask Noah Show, "Wonders of Web Weaving"
3 new ones
BSDs, GNU/Linux Distributions and Operating Systems
mostly Linux
Firefox Tooling Announcements and Mozilla Lobbying
Firefox and more
Content Management Systems (CMS): Awkiawki, Ghost CMS, and WordPress
good and bad
Kernel: Hardware Support, Bluetooth Regression, Vivado, and More
Linux leftovers
Slop as a Time-Wasting Nuisance to Linux Development
Torvalds awakens too late
Security Leftovers
Security bugs and more
Freedom-respecting Mobile Systems/Mobile Applications
Android and more
qBittorrent 5.2.1 and Burning GNU/Linux ISOs
Applications for ISOs
today's howtos
Instructionals/Technical picks
Games: Steam Deck/Android, Godot, and More
gaming related picks
Microsoft booster reviews GNU/Linux from Windows users' (and Microsoft marketer's) perspective
a couple of new posts
Canonical Launches Ubuntu Workshop for Sandboxed Development Environments
Ubuntu maker Canonical launched today a new tool for developers called Workshop, which lets you launch sandboxed development environments on Ubuntu with a single command.
AppGrid 1.8 Native App Launcher for KDE Plasma 6 Is Out with New Features
AppGrid 1.8 open-source application launcher for the KDE Plasma desktop environment is now available for download with new features and improvements. Here’s what’s new!
Red Hat Leftovers
from redhat.com
Slop Considered Harmful and Undesirable to Web Browsers and Web Clients Like Dillo and cURL
they talk about it
Programming Leftovers
Development with Python, Perl, and more
Linux’s exFAT Progs 1.4 Released with Partition Table Creation Support
Exfatprogs 1.4 exFAT utils for Linux has been released today with improvements and new features for the mkfs.exfat, fsck.exfat, and exfatprogs programs.
Our Anniversary/Birthday a Fortnight Away [original]
our community is bigger than ever before
Android Leftovers
Android's habit-learning feature is now spreading to more non-Pixel phones
Anderon - Like Kyndryl - Could be Far Deeper in Debt Than Its Alleged Worth (Vapourware)
Time will tell, but it seems like a Federal-enabled (by the Federal Government) accounting scam, nothing more, nothing less
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!
Fedora quietly became the best "everything" Linux distro—and no one noticed
Most Linux distros are designed with a specific type of user in mind
Free and Open Source Software, and Review
This is free and open source software
IPFire 2.29 Core Update 202 Linux Firewall Distro Released with OpenVPN 2.7
IPFire 2.29 Core Update 202 hardened Linux firewall distro is now available for download with OpenVPN 2.7, security patches for Dirty Frag and Copy Fail vulnerabilities, and other changes.
CaramOS – Linux distribution based on Linux Mint
CaramOS is a Linux distribution based on Linux Mint Cinnamon, itself built on Ubuntu 24.04 LTS
Equestria OS – Arch Linux-based distribution
Equestria OS is an Arch Linux-based distribution themed around My Little Pony and Equestria Girls
Planet GNOME: Fuzzy Time Everywhere
The current versions are Fuzzy Time GB, a Wear OS watch face, and Fuzzy Clock GB, a GNOME Shell extension
You can easily make Zorin OS look and feel like Windows, MacOS, or Linux - here's how
Zorin OS is one of the most popular Linux distributions
Shows/Videos: Recent Clips About GNU/Linux and Linux
via invidious
I've tried so many Linux email clients - why Aerion just replaced Geary as my top pick
Also, when I launch Geary on Pop!_OS, the app sometimes doesn't appear until I run the geary command
Recently in Slashdot About Slop Causing Problems for Linux, AMD (Xilinx) Betraying Linux, and More
recent discussions
Today in Techrights
Some of the latest articles