Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Trinity Desktop Environment R14.1.6 Adds Support for Fedora 44, Ubuntu 26.04 LTS

Coming about five and a half months after Trinity Desktop Environment R14.1.5, the Trinity Desktop Environment R14.1.6 release introduces support for recent GNU/Linux distributions, including Ubuntu 26.04 LTS (Resolute Raccoon), Fedora Linux 44, and Mageia 10, as well as support for the LoongArch64 architecture on Debian 14 Forky/Sid.

9to5Linux Weekly Roundup: April 26th, 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.

Linus Torvalds Announces First Linux Kernel 7.1 Release Candidate

Today marks two weeks since the release of Linux kernel 7.0, when the merge window for Linux kernel 7.1 was opened for contributors to submit their patches, which means that it’s now time to test drive the Release Candidate (RC) versions during the next couple of months.

CachyOS ISO Release for April 2026 Brings Shelly as Default GUI Package Manager

Powered by the long-term supported Linux 6.18 LTS kernel series, the CachyOS ISO snapshot for April 2026 ships with the latest and greatest KDE Plasma 6.6.4 desktop environment by default, which is accompanied by the KDE Frameworks 6.25 and KDE Gear 26.04 software suites.

BleachBit 6.0 Introduces New Cookie Manager, Improves Browser Cleaning

Highlights of BleachBit 6.0 include a new cookie manager that lets you choose which cookies to keep when cleaning Chromium- and Firefox-based web browsers, support for Vivaldi and Zen web browsers, and a new expert mode option that offers guardrails for less experienced users by restricting advanced operations.

LinuxGizmos.com

DietPi April 2026 Update Adds Prometheus, Orange Pi 4 LTS Support

The April release of DietPi v10.3 introduces support for the Orange Pi 4 LTS, adds Prometheus as a new software option, and includes a range of enhancements and bug fixes across supported platforms. This update focuses on improving system reliability and usability, with updates to core utilities, storage management features, and software installation workflows.

Heltec Mesh Node T096 adopts nRF52840 platform with integrated LoRa and GNSS

Heltec has introduced the Mesh Node T096, a compact development board that integrates Bluetooth, LoRa, and GNSS connectivity. The platform is designed for low-power wireless applications such as mesh networking, asset tracking, and remote sensing, with support for open-source frameworks including Meshtastic and MeshCore.

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

Linux Devices and Open Hardware/Modding-Friendly Projects/Products
hardware leftovers
BleachBit 6.0 Introduces New Cookie Manager, Improves Browser Cleaning
BleachBit 6.0 open-source and free disk space cleaner, privacy manager, and computer system optimizer software is now available for download with many improvements and major changes.
Ubuntu 26.04 LTS (Resolute Raccoon) Is Now Available for Download
Ubuntu 26.04 LTS (Resolute Raccoon) is now available for download powered by Linux kernel 7.0 and GNOME 50 desktop environment.
Trinity Desktop Environment R14.1.6 Adds Support for Fedora 44, Ubuntu 26.04 LTS
Trinity Desktop Environment (TDE) R14.1.6 desktop environment is now available with support for new distributions, new features, and various enhancements for nostalgic KDE 3.5 fans. Here’s what’s new!
 
Linux doesn't need the terminal anymore, and that's actually great
When I first got used to Linux, I had a real rollercoaster moment with the terminal
I tried the most "bloated" Linux distro, and it's still better than Windows
Everyone dunks on Ubuntu for being bloated, and honestly, they're not wrong
The gaming Linux distro everyone's switching to just made sudo way more secure with your fingerprint
2026 has been a great year for CachyOS
EasyOS Excalibur-series version 7.3 released
Version 7.3 is a "milestone" release
Free and Open Source Software
This is free and open source software
Review: ENux 5.2.1
ENux is the first operating system I've encountered which is based on Bedrock Linux
GNU/Linux Leftovers
3 more stories, all GNU/Linux centric
Open Hardware/Modding: Weekly GNU-like Mobile Linux Update and FPGAs
some devices and gadgets
Linux Kernel Space and 'Foundation'
Linux and LF picks
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: April 26th, 2026
The 289th installment of the 9to5Linux Weekly Roundup is here for the week ending April 26th, 2026.
Linus Torvalds Announces First Linux Kernel 7.1 Release Candidate
Linus Torvalds announced the general availability of the first Release Candidate version of the upcoming Linux 7.1 kernel series for public testing. Here’s what to expect!
Geminispace Blowing Past 3,400 [original]
The Web is way too bloated
Android Leftovers
Android's icon styles make my home screen look like a piece of art
CachyOS ISO Release for April 2026 Brings Shelly as Default GUI Package Manager
The CachyOS ISO snapshot for April 2026 is now available for download with the Shelly graphical package manager, DNS-over-HTTPS, fingerprint sudo, and more.
There's a Linux command that shows you exactly what any running process is doing
I have noticed from experience that when my Linux programs fail
After three months on Linux, I don’t miss Windows at all
In January I finally made good on my threat/promise to install Linux on my desktop
Free and Open Source Software
Greg Kroah-Hartman is a major Linux kernel developer best known as the maintainer of the Linux stable kernel branch
Almighty Linux – hybrid distribution based on Debian and Kali
Almighty Linux is a hybrid Linux distribution based on Debian Testing and Kali Linux
Free, Libre, and Open Source Software and Standards-Related Leftovers
FOSS and more
GNU/Linux Leftovers
GNU/Linux leftovers
Open Hardware/Modding: Commodore 64, Framework Laptop 13 Pro, and More
Hardware leftovers
Ubuntu Leftovers
Ubuntu, 3 picks
Games: Steam Focus and GNU/Linux
Gaming picks
Audiocasts/Shows: Two Linux Saloon Episodes
2 new shows
today's howtos
Instructionals/Technical posts
What They Don't Want You to Read [original]
Lately my wife and I have been getting threats
Programming Leftovers
Development leftovers
I tested the 3 most popular Linux distros of April 2026—here's how I rank them
The top three Linux distros on DistroWatch right now are CachyOS, Linux Mint, and MX Linux
Free and Open Source Software
This is free and open source software
Cerberix – security-focused Linux distribution built on Arch
Cerberix Linux is a security-focused Arch-based distribution designed as a desktop-ready daily driver rather than a specialist live toolkit
Automatic brightness in Plasma
As an exception to my usual posts, this time I’ll write about a feature that’s already released
Zorin OS vs. Solus: I tested two great Linux distros for beginners to find out which is best
After Zorin OS 18.1 took my breath away, I wondered how well the latest Solus Linux would fare against it
Solus 4.9 “Serenity” Released with Linux 6.18 LTS, KDE Plasma 6.6, and More
Solus 4.9 distribution is now available for download with Linux kernel 6.18 LTS, Budgie 10.9.4, KDE Plasma 6.6, GNOME 49.5, and Xfce 4.20.
BSD: GhostBSD 26.1 Released and Happy 33rd Birthday to NetBSD
BSD news
Videos: Recent Shows or Clips About GNU/Linux and Free Software
via Invidious
RakuOS Linux (2026.04.15) — Release Announcement
RakuOS Linux (2026.04.15) is a major release and our last major update for the Fedora 43 base as we begin to move towards Fedora 44
Today in Techrights
Some of the latest articles
All Maintenance Done for Now [original]
Good, smooth completion
today's leftovers
with focus on GNU/Linux
GNU and FSF / Software Freedom / Digital Sovereignty
Free software leftovers
Open Hardware/Modding: Arduino, Raspberry Pi, and More
3 stories for today
Security Leftovers
Security news for today
Kubernetes v1.36 and More Kubernetes News
Kubernetes leftovers
This Week in GNOME and Goblint Notes
GNOME Desktop/GTK news
K Desktop Environment/KDE: Krita Monthly Report, Automatic Brightness in Plasma, and Qt No Contextless Connect
Qt/KDE stuff
Web Browsers: Incognito Mode Myths Debunked, Firefox Has Quietly Integrated Brave's Adblock Engine, Configuring Firefox
3 stories
Programming Leftovers
Development news
Kernel Space: Ceph, Slop Thrown Into Linux Without Audits, Useful Code Abandoned Based on Unverified Bot 'Audits'
Not a good trend
Fedora, Red Hat, and Flathub
IBM stuff mostly
Mobile Systems/Mobile Applications: GrapheneOS, GNU/Linux Terminal in Android, and Apple Gimmicks
3 stories for now
Running Old Windows Inside GNU/Linux (WSL9x)
2 new links
Framework Announces Framework Laptop 13 Pro with Touchscreen Display
Framework Laptop 13 Pro has been announced today by Framework Computer as a Linux-first notebook with a touchscreen display.
Fedora 44 New Release Date, Red Hat Pushing Slop, and Back Doors, and Microsoft (IBM Works for Microsoft)
really bad trajectory
today's howtos
Instructionals/Technical picks
Games: GNU/Linux on the Odin 2 Mini, MangoHud 0.8.3, and More
mostly from GamingOnLinux
Android Leftovers
Google Maps for Android Auto gets a subtle update that drivers will love
System76 Pangolin Pro is a 3.6 pound Linux laptop with a 16 inch screen and Ryzen AI 7 350
The new System76 Pangolin Pro is a Linux laptop with a 16 inch, 2560 x 1600 pixel
CachyOS is great, but you should also try these 4 other gaming-focused Linux distros
If CachyOS is not your thing, there is no shortage of great alternatives
Ready to graduate from Linux Mint? These 3 distros are perfect for intermediate users
Linux Mint is a great place to start—but at some point, it stops being enough
Free and Open Source Software, and Review
This is free and open source software
Duff Linux – opinionated distro based on Void
Duff Linux is an opinionated desktop Linux distribution based on dani-77’s d77void project
This Week in Plasma: fanciness in Discover and more power efficiency
This week includes an interesting blend of improvements. Lots of visual stuff, so get ready for a ton of screenshots and screen recordings
Blacklist ntfs3 and use ntfs-3g for slower but stable experience
Linux handles that. For all practical purposes, you can even create and format partitions as NTFS using any one of the Linux partitioning tools
Today in Techrights
Some of the latest articles