Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: March 22nd, 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.

GStreamer 1.30 to Support HDR10+ Metadata Parsing from H.265 & AV1 Bitstreams

GStreamer 1.30 promises support for parsing HDR10+ metadata from H.265 and AV1 bitstreams, Opus audio support for F32 and S24_32 samples and 96kHz sample rate, rtspsrc2 authentication support, a new VA-API overlay compositor, and Bayer support for the QuickTime demuxer.

Systemd-Free antiX 26 Linux Distro Is Here Based on Debian 13 “Trixie”

Based on the latest and greatest Debian 13 “Trixie” operating system series, antiX 26 is powered by the long-term supported Linux 6.6 LTS kernel series and features the IceWM (default), Fluxbox, JWM, and herbstluftwm window managers, and the runit (default), SysVinit, dinit, s6-rc, and s6-66 init systems.

LinuxGizmos.com

M5StampS3 BAT Module Combines ESP32-S3 and Battery Management

The module is built around the ESP32-S3-PICO-1-N8R8 system-in-package, featuring a dual-core Xtensa LX7 processor running at up to 240 MHz. It includes 8 MB of flash and 8 MB of PSRAM, along with 2.4 GHz Wi-Fi support.

Shuttle XB860G2 and XH810 Slim Systems Arrive with Intel Core Ultra 200 CPUs

Both models use the LGA1851 socket and support Intel Core Ultra 200 series processors (Arrow Lake-S) with up to 65 W TDP. Each system supports up to 96 GB of DDR5-5600 memory across two SO-DIMM slots and includes integrated Intel Xe graphics with multi-display support.

ELM11-Feather Board with 70 MHz MCU, Lua, and Hardware Overlay Support

The system is built around a microcontroller operating at up to 70 MHz and includes 1 MB of RAM. Programs are stored in internal flash memory, with the architecture supporting configurable hardware elements through a hardware overlay mechanism that defines CPU behavior, timers, and peripheral routing.

PiDP-1 Replica Recreates PDP-1 Computer Using Raspberry Pi

The system is part of the PiDP series of historical replicas, which includes earlier PDP-8, PDP-10, and PDP-11 recreations. Unlike previous models, the PiDP-1 places more emphasis on interactive graphics, early video games, and hands-on programming.

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

KDE Plasma 6.7.0 will make managing your printers a lot easier
My OS of choice was Fedora Silverblue
"Scheduled maintenance on connectivity between our Dublin to UK Telehouse North Londondata centres" [original]
This month we expose a lot of corruption
OpenShot 3.5 Open-Source Video Editor Released with New Default Timeline
OpenShot 3.5 has been released today as yet another stable update to this powerful open-source, free, and cross-platform video editing software written in Qt for GNU/Linux, macOS, and Windows.
 
openSUSE Releases Agama 19 Installer with Many New Features and Improvements
The openSUSE project released the Agama 19 web-based installer for openSUSE Tumbleweed, Slowroll, and MicroOS operating systems, a major release that introduces several new features, small improvements, and bug fixes.
Firefox 149 Web Browser Is Now Available for Download, This Is What’s New
Mozilla has published today the final builds of the Firefox 149 open-source web browser ahead of its official unveiling on March 24th, 2026, so it’s time to take a look at the new features and improvements.
ENux – Debian-based Linux distribution
ENux is a Debian-based Linux distribution with Bedrock Linux integrated
Android Leftovers
Android May Finally Fix Its Most Annoying Features — Big Changes Coming
Fishy Linux – lightweight minimal LXQT distro
Fishy Linux is a fast and minimal Debian-based Linux distribution
BlankOn Linux – Indonesian Debian-based distribution
BlankOn Linux is a Debian-based Linux distribution developed specifically for Indonesian users with local language support and needs
This Linux filesystem was supposed to change everything—here's the dark reason it failed
There are dozens of Linux file systems, and I'm sure you've heard of ReiserFS at least once
4 things you can do with a Linux terminal on Android that no regular app can match
A Linux terminal on Android sounds like a niche hack, until you actually try it for a while
I built a NAS from an old laptop—here's what Linux taught me the hard way
I recently repurposed an old laptop I had lying around into my first makeshift NAS by adding a hard drive and USB-C hub to it
Ubuntu's folder icons got redesigned twice in a week because users can't agree on how they look
I'm really glad that I moved from Windows to Linux in mid-2025
Free and Open Source Software
This is free and open source software
Linexin – Arch-based Linux distribution
Linexin is a Linux distribution based on Arch Linux
Vanilla Dpup – operating system based on Puppy Linux and Debian
Vanilla Dpup is a lightweight, community-built operating system based on Puppy Linux and Debian
Review: Argent Linux 1.5.3
Argent Linux is a Gentoo-based distribution featuring the KDE Plasma desktop and designed for workstations and servers
On Our Way to Independence: Funding FOSS Force’s Next Year of Coverage
Our 2026 Independence Drive is moving, but more slowly than we’d hoped — here’s where things stand and how you can help us pick up the pace
Contribute at the Fedora CoreOS 44 Test Week
The Fedora CoreOS and QA teams are gearing up for Fedora 44, and we need your help
9to5Linux Weekly Roundup: March 22nd, 2026
The 284th installment of the 9to5Linux Weekly Roundup is here for the week ending March 22nd, 2026.
Today in Techrights
Some of the latest articles
GStreamer 1.30 to Support HDR10+ Metadata Parsing from H.265 & AV1 Bitstreams
GStreamer 1.30 has entered development for this popular open-source and cross-platform multimedia framework, with a first development milestone now available for public testing. Let’s take a look at the new features.
today's leftovers
software, development, and more
Kernel and E.E.E. (Windows, WSL)
Linux and more
Audiocasts/Shows: Linux Saloon and This Week in Linux
a pair of new episodes
Free, Libre, and Open Source Software Leftovers
FOSS stories
Programming Leftovers
Development stories
Open Hardware/Modding: OpenWrt, Raspberry Pi, and GNU/Linux-Friendly Devices
hardware stories
Games: Benchmark, Old PC Games, and More
gaming picks
today's howtos
Instructionals/Technical posts
Systemd-Free antiX 26 Linux Distro Is Here Based on Debian 13 “Trixie”
The developers of the antiX Linux distribution announced today the release of antiX 26 as a new major version of this lightweight Debian-based distro without the systemd init system.
Android Leftovers
These Android sync settings are wasting battery and data on things you'll never use
I've used Linux KDE Plasma for 10 years—here are 5 advanced features nobody talks about
If you've been using KDE Plasma for a while
This is the most underrated Linux desktop environment of all time
If you spend enough time around Linux users
Free and Open Source Software
This is free and open source software
GNU/Linux Leftovers: Daily Driver, LibreOffice Writer, Red Hat/Fedora Pushing Restricted Boot (Opposite of Real Security)
today's leftovers
Ageless Linux and systemd-censord
systemd-censord concept
Maintenance Done [original]
Yesterday our server served over 5 million Web requests
Today in Techrights
Some of the latest articles
Videos/Shows About GNU/Linux
Recently, via Invidious
Zentyal Server 8.1 Development Now Available
Zentyal Development Team today announced the availability of Zentyal Server Development Edition 8.1
Richard Stallman at Georgia Tech, and Some of My Thoughts about Free Software
Of course, I don’t live like Stallman, even though I live closer to that life than most people
BSD: FreeBSD and OpenBSD Updates (OpenZFS Also)
Some FreeBSD news
GNU/Linux, systemd trouble, and "Clown" Computing
today's leftovers
Wayland set the Linux Desktop back by 10 years
Desktop Environments regressing, Window Managers (WM) woes
Mozilla and Firefox: Nightly, Emojis, and More
mostly Firefox news
Android 'Safeguards', RISC-V, and the War on Hardware Its Owner Can Control
hardware leftovers
SUSE/OpenSUSE: Tumbleweed Review, Planet News Roundup, and Agama 19 Released
SUSE/OpenSUSE leftovers
GNOME: This Week in GNOME, GNOME Foundation Update, and Play a Video as Lock Screen Wallpaper in GNOME
GNOME picks/updates
KDE: Krita Monthly Report and Marknote 1.5.1
KDE picks
Application Releases: b4 v0.15.0, DeadBeef 1.10.2, and virtnbdbackup 2.46
Applications in the news
Applications: Common Picks, Simple Tools, and Tiagolr Sirial
some new suggestions
today's howtos
Instructionals/Technical leftovers
IBM Red Hat Selling Slop, Microsoft and GAFAM Surveillance; Fedora Update (IBM-Run Faux Community)
Red Hat leftovers
Games: Godot 4.6.2 RC 2, Terra Nil, OpenTTD, and More
many gaming picks for today
Programming Leftovers
Development with R and Rust
Standards: Open Document Format (ODF) Mandatory in Germany, Messing With Apple’s Webloc Format
Standards/Consortia leftovers
Security Leftovers
Security patches and more
Linux Kernel Security: Slop, "an already-flawed CVE system", and more
Linux security picks
CVE-2026-3888 Allows Local Users Gain Root Via Snapd
Canonical mistake
Games: Nightmare Reaper, Lucky Tower Ultimate, and More
7 articles from GamingOnLinux
Wine 11.5
The Wine development release 11.5 is now available
Huge Growth This Year [original]
The more messy the Web becomes, the more people will need to rely on strict curation services which cull the slop and cluster together the real news
The Value of a Human Does Not Exceed an Elephant's [original]
she was put down despite being healthy
Android Leftovers
Google reverses one of Android’s most annoying UI changes
Programming Leftovers
Development - a handful of picks
These 5 settings are making your Linux PC less secure
Think your Linux PC is secure just because it’s Linux
GNOME 50 “Tokyo” Desktop Environment Officially Released, This Is What’s New
The GNOME Project released today GNOME 50 (codename Tokyo) as the latest stable version of this widely used desktop environment for GNU/Linux distributions, a major release that introduces exciting new features.
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion here
This Week in Plasma: Time Zone Offsets and Type-Ahead on the Desktop
This week several new features landed, in addition to a number of user interface improvements and some nice performance improvements and bug fixes
Germany’s Sovereign Digital Stack Mandates ODF: a Landmark Validation of Open Document Standards
The Document Foundation (TDF), the non-profit entity behind LibreOffice
System76 Launches New COSMIC-Powered Thelio Mira High-Performance Linux PC
Linux hardware vendor System76 launched today the next generation of the Thelio Mira Linux desktop computer, redesigned to boost performance and improve repairability.
Mageia 10 Enters Public Beta Testing with Linux Kernel 6.18 LTS and Mesa 26.0
Mageia 10 Linux distribution is now available for public beta testing, bringing various upgraded components, bug fixes, and other changes for those who want to help the devs ensure a stable and reliable release ahead of the scheduled launch in April 2026.
Today in Techrights
Some of the latest articles