Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

Keeping the doors open

A user in China once said this about our work:

9to5Linux

Rescuezilla 2.6.2 System Recovery Live ISO Adds Ubuntu 26.04 LTS Support

Rescuezilla 2.6.2, the second installment in the Rescuezilla 2.6 series, introduces a new build derived from the Ubuntu 26.04 LTS (Resolute Raccoon) operating system to provide users with the best possible hardware support. Ubuntu 25.10, Ubuntu 24.10, and Ubuntu 24.04 LTS builds are also available for download.

Debian 13.5 “Trixie” Released with 144 Bug Fixes and 103 Security Updates

Debian 13.5 comes two months after Debian 13.4 to provide the community with an up-to-date installation media for those who want to deploy the latest Debian 13 “Trixie” operating system series on new hardware without downloading lots of updates after the installation or those who had issues with the previous ISO releases.

Shelly 2.3 GUI Package Manager for Arch Linux Brings Performance Improvements

Shelly 2.3 introduces performance improvements to both the graphical user interface and the command line interface by switching from JSON to MemoryPack, the ability to remove locally installed packages, support for language translations (contributions are welcome), and improved support for Flatpak apps.

Six-Year-Old Linux Kernel Flaw Lets Unprivileged Users Read Root-Owned Files

A proof-of-concept is available as ssh-keysign-pwn, taking advantage of the __ptrace_may_access() function in the Linux kernel, skipping the dumpable check when task->mm == NULL. As such, do_exit() runs exit_mm() before exit_files() (no mm, fds still there) and pidfd_getfd(2) succeeds in that window when the caller’s uid matches the target’s.

Ubuntu 25.10 Users Can Now Upgrade to Ubuntu 26.04 LTS, Here’s How

Ubuntu 26.04 LTS was released on April 23rd, 2026, but the upgrade path wasn’t open until now, not for Ubuntu 25.10 users and not for Ubuntu 24.04 LTS users. Of course, you can always force the upgrade with the update-manager -d command, but I wouldn’t recommend doing so as you might end up with a broken system.

LinuxGizmos.com

M5Stack PaperColor is an ESP32-S3 dev kit with Spectra 6 e-paper panel

M5Stack has introduced the PaperColor, a compact development board built around the ESP32-S3R8 processor and a 4-inch Spectra 6 full-color e-paper display. The platform combines wireless connectivity, onboard sensors, audio hardware, battery operation, and expansion interfaces for low-power IoT and embedded display applications.

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

Mozilla Firefox Can be Ignored by American Federal Sites [original]
The Web became so awful
OpenSUSE Planet News Roundup, OpenSUSE Build Service (OBS), and Tumbleweed's Review of the Week
OpenSUSE news
This Week in Plasma: 6.7 beta release
This week we released a public beta of Plasma 6.7, ready for testing
Fragnesia Is Yet Another Local Privilege Escalation Flaw in Linux Kernel
Fragnesia is a new local privilege escalation flaw in the Linux kernel that may lead to local privilege escalation. Patch now!
Linux devs are fighting the new age-gated internet
The open-source community is looking for a way out of the wave of new laws requiring operating systems to collect users’ ages
Six-Year-Old Linux Kernel Flaw Lets Unprivileged Users Read Root-Owned Files
A six-year-old security flaw in the Linux kernel can let an unprivileged user read root-owned files. The flaw was reported by Qualys and patched on May 14th, 2026.
 
Development and Coding Leftovers
Programming related picks
Android Leftovers
These Android Auto and CarPlay features are built in, but most drivers never find them
Free and Open Source Software
This is free and open source software
I Gave Desktop Email Clients Another Shot and This New App Delivered
Btw, it is lightweight, open source, and not built on Electron
Start with Fedora KDE or Kubuntu
I regularly read questions from new users on Reddit and KDE’s discussion forum asking what Linux-based operating system they should start out with
Using the Slackware Community Forge
I wanted to share some news with you. After weeks of hard work and being forced to learn new tech from scratch
Shout-out to Aura Salla for Pursuing Software Freedom in Finland [original]
The topic is self-determination through technical means is a growing trend in politics
City Have Made It [original]
A domestic treble is attainable
Today in Techrights
Some of the latest articles
Rescuezilla 2.6.2 System Recovery Live ISO Adds Ubuntu 26.04 LTS Support
Rescuezilla 2.6.2 distribution is now available for download with a new build based on Ubuntu 26.04 LTS “Resolute Racoon” and other changes. Here’s what’s new!
GNOME Graphs and GLib/GObject (Christian Hergert After Red Hat)
GNOME picks
Free, Libre, and Open Source Software and Standards Leftovers
mostly FOSS leftovers
FreeBSD: Experience With FreeBSD on OVH; FreeBSD Resource Monitoring, Accounting, and Troubleshooting
FreeBSD picks
Kernel Space: Anbernic RG DS Gets a New Linux Firmware and Leveraging zram to Save Money
a pair of news picks
Databases: CloudNativePG Has New Releases, MariaDB Hack, and More
DB-related stuff
Programming Leftovers
Development picks for this weekend
GNU Projects: coreutils, emacs, and GIMP
some GNU news
Open Hardware/Modding: RISC-V, Raspberry Pi's Resort to Slop, and More
Hardware related news/projects
Ubuntu 26.04 Review and More Canonical/Ubuntu Picks
Canonical/Ubuntu leftovers
Freexian Collaborators' Debian Contributions and New Debian Contributors
Contributions and more
Fedora, Red Hat, and Rocky Linux Leftovers
various RHEL-related things too
today's howtos
Instructionals/Technical posts
Security Leftovers and Windows TCO
little of the latter
Kubernetes v1.36 and Various Roles in Server, Even Slop Fondling
Server centric uses
Games: Subnautica 2, SteamOS Manager, New Steam Games with Native GNU/Linux Builds, and More
about a dozen new picks
GNOME Desktop: GNOME Foundation Update and This Week in GNOME
GNOME news roundups
Debian 13.5 “Trixie” Released with 144 Bug Fixes and 103 Security Updates
Debian 13.5 is now available for download as a new point release to Debian 13 “Trixie” with 144 bug fixes and 103 security updates.
Recent Leftovers: howtos, Fedora/Red Hat, Mobile, and Obnam
misc. leftovers
6 Linux distros that were huge once, but barely matter now
Linux was the Wild West of computing in the late 1990s and early 2000s
2 beginner Linux distros that don't force you to use the terminal
Are you switching over from Windows to Linux
KDE Receives Over €1M from Sovereign Tech Fund for Software Development
The KDE Project will receive over €1 million EUR (~ $1,5 million USD) from The Sovereign Tech Fund to continue and improve software development for KDE Plasma, KDE Linux, and KDE apps.
Ubuntu 25.10 Users Can Now Upgrade to Ubuntu 26.04 LTS, Here’s How
A step-by-step and easy-to-follow tutorial (with screenshots) on how to upgrade your Ubuntu 25.10 (Questing Quokka) installations to Ubuntu 26.04 LTS (Resolute Raccoon).
Anbernic RG DS gets a brand new Linux OS, and you don't need to uninstall Android
Anbernic has released a Linux-based OS for its RG DS dual-screen handheld which ships with Android
There is no digital sovereignty without ODF
This is why LibreOffice, and its derivatives such as Collabora Office and Online
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 7.0.8, Linux 6.18.31, Linux 6.12.89, Linux 6.6.139, Linux 6.1.173, Linux 5.15.207, and Linux 5.10.256
I'm announcing the release of the 7.0.8 kernel
Heroes of Fedora Quality for Fedora 44
Fedora 44 is out, and in this post we’d like to highlight the top Fedora Quality contributors who helped us reach the finish line
Shelly 2.3 GUI Package Manager for Arch Linux Brings Performance Improvements
Shelly 2.3 open-source graphical package manager for Arch Linux distributions is now available for download with performance improvements, translations support, code clean ups, and bug fixes.
Today in Techrights
Some of the latest articles
Videos: GNU/Linux, Free Software, and More
Linux focus
Fighting for Freedom of the Press [original]
Because one cannot win without a fight
Open Hardware/Modding: PinkPad, Security Cam, and More
Projects and fun
Free, Libre, and Open Source Software Leftovers
and some more FOSS-related beats
Security Leftovers
Security related picks
Programming Leftovers
Development picks
WWW: I Run GNU/Linux in the Browser Now, PDFview Chromium PDFViewer, WordPress, and More
Web related picks
Games: Hatred of Slop, The Talos Principle 3, and More
only GamingOnLinux today
Applications: BleachBit, Scrcpy, and More
Software news
today's howtos
only 3 today
Audiocasts/Shows: Ask Noah Show and BSD Now
2 new episodes
Linux and BSD Kernel, RDNA 3 and RDNA 2 Changes
kernel level things
Red Hat: Christian Hergert Leaving, Slopfest, Paid-for Fake 'Articles' (Promoting Slop), and Mostly Shallow Buzzwords
IBM's impact
Open Hardware/Modding: Hacking, Repairing, and Customising
Hardware picks
AGL combines Xen, Zephyr, and Linux containers in new SDV platform
Automotive Grade Linux (AGL) has announced the initial availability of its open source SoDeV reference platform for software-defined vehicles (SDVs)
Two Years After the Tux Machines Community Was Attacked (Lawfare) We Explain What Happened [original]
The public needs to be aware
Microsoft Windows Has Fallen to New Lows in Monaco, GNU/Linux Has Gained Plenty [original]
In Monaco, people don't choose GNU/Linux to save money
PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 Released!
This release fixes 11 security vulnerabilities and over 60 bugs
Finland's Embrace of GNU/Linux in 2026 [original]
there is something big going on
Android Leftovers
Google may finally let you move passkeys to another password manager on Android
Linux is incredible, but these 4 things will frustrate you if you're not ready
Switching from Windows to Linux is one of the best things I’ve done in 2026
I became a better Linux user by watching these 10 YouTube channels
One of my favorite parts of being a Linux user is the lively community
Free and Open Source Software
This is free and open source software
KLV-Airedale – lightweight Void Linux-based distribution
KLV-Airedale is a lightweight Linux distribution based on Void Linux
Fedora Hummingbird: Taking the Hummingbird model to the full operating system
At Red Hat Summit 2026, we’re announcing Fedora Hummingbird — a new container-based rolling Fedora Linux distribution
KDE Gear 26.08 release schedule
This is the release schedule the release team agreed on
Stable kernels: Linux 7.0.7, Linux 6.18.30 and Linux 6.12.88
I'm announcing the release of the 7.0.7 kernel
Today in Techrights
Some of the latest articles