Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Jetway F35-ARU1 Combines Core Ultra SoC in 3.5-inch Form Factor

Jetway has shared early details of the F35-ARU1, a 3.5-inch subcompact board based on Intel Core Ultra processors from the Arrow Lake-U series. The board integrates CPU, GPU, and NPU resources within a low-power platform intended for embedded and industrial systems.

Vividnode Mobile AI Packs RISC-V Processor and 60 TOPS AI Engine

A compact system from ZUIKI based on a K3 RISC-V processor has appeared on the Japanese crowdfunding platform Kibidango. The Vividnode Mobile AI is presented as a small form-factor system for local inference and development.

9to5Linux

KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed

Last month, when KaOS Linux 2026.02 was released, we reported that the distribution had dropped its KDE/Plasma desktop environment, after more than 12 years using it as the default, in favor of a Niri/Noctalia setup to avoid any use the systemd init system and move to Dinit instead.

GIMP 3.2.2 Released with Various Improvements and UI/UX Updates

GIMP 3.2.2 is here to improve the importing of SVG paths in the Paths dock by properly scaling the imported path based on user preference, improve the FITS, TIM, PAA, ICNS, PVR, SFW, and JIF image import plugins, and improve the Paintshop Pro plugin to correctly load the active selection shape.

SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More

Powered by the long-term supported Linux 6.18 LTS kernel series, SystemRescue 13 ships with updated Bcachefs tools and kernel module, and new tools including the FATSort utility for sorting FAT12, FAT16, FAT32, and exFAT partitions, and nss-mdns, a NSS plugin providing host name resolution via Multicast DNS.

Mixxx 2.5.6 Open-Source DJ App Improves Controller Mapping Support and Effects

Mixxx 2.5.6 is yet another maintenance update in the Mixxx 2.5 series, improving support for Numark Mixtrack 3, Pioneer CDJ-350, Reloop Beatmix 2, Reloop Beatmix 4, Traktor Kontrol Z1, and Traktor Kontrol S4 MK2 controllers, as well as the White Noise, Echo, Glitch, and Reverb effects.

Calibre 9.6 Adds New Card-Based View of Full-Text Search Results with Book Covers

Coming two weeks after Calibre 9.5, the Calibre 9.6 release updates the full text search feature with a new card-based view of full text search results that includes book covers. To perform a full-text search, click the “FT” button on the left of the search bar.

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

This Week in Plasma: Easier Microphone Sensitivity Adjustment
This week saw a large variety of improvements in fields as diverse as better support for multi-screen and multi-GPU setups
KaOS Linux 2026.03 Is Out with Linux 6.19, More systemd Components Removed
KaOS Linux 2026.03 distribution is now available for download with Linux kernel 6.19, Niri 25.11 compositor, Noctalia 4.7 desktop shell, and more.
Framework Becomes a KDE Patron
Framework supports free open-source software and becomes KDE's latest patron
Audiocasts/Shows: Hackaday Podcast, Smashing Security, and Linux Age Checks
Episodes for today and video of interest
SaaS/Back End/Databases: DNSDB, "SaaS is mostly dead", and Greenmask Releases
server-centric news
Ubuntu 26.04 LTS Beta Is Out Now with Linux Kernel 7.0 and GNOME 50
Canonical released today the beta version of the upcoming Ubuntu 26.04 LTS (Resolute Racoon) distribution ahead of the final release on April 23rd, 2026.
 
Up North [original]
Maybe this year we can celebrate up north somewhere
Sharing is Caring but There is Carrying Capacity [original]
Sometimes using something that not many people use (e.g. some "niche" distro) helps guarantee its quality and loyalty to its core/original userbase
Android Leftovers
5 Android Phones That Still Come With A Headphone Jack In 2026
Free, Libre, and Open Source Software, Programming, and Standards
FOSS and more
GNU/Linux and BSD Leftovers
GNU/Linux mostly
GNU/Linux Devices, Open Hardware, and Linux for smartphones
gadgets and hardware
Games: ScummVM 2026.2.0 "Railmonicon" and Stagger v0.1.0
gaming picks
today's howtos
Instructionals/Technical posts
Say hello to Neil Roberts, new LibreOffice developer focusing on scripting support
The Document Foundation, the non-profit entity behind LibreOffice
GIMP 3.2.2 Released
We present the first micro-release of GIMP 3.2! Over the last two weeks
Fedora 44 will automatically make your Windows games run faster, no tweaks required
Don't get me wrong; gaming on Linux has come a long way in the last few years
Free and Open Source Software
This is free and open source software
ZestISO – desktop Linux distribution built on Arch Linux
ZestISO is a rolling-release desktop Linux distribution built on Arch Linux
PluriOS – Bolivian Linux distribution based on Ubuntu LTS
PluriOS is an open-source project that aims to standardize a Linux desktop environment for Bolivia
Open Hardware/Modding: GNU-like Mobile Linux, Raspberry Pi Pico, and More
Projects and gadgets
Programming Leftovers
Development picks
Fedora: Update Problem and Ultra-powerful Tool
Fedora quietly solved Linux's update problem
AçorOS – Debian-based Linux distribution
AçorOS is an arm64 and amd64 Debian-based Linux distribution from Portugal
Linux KDu – Brazilian Ubuntu-based operating system
Linux KDu is a Brazilian, Ubuntu-based operating system in the Brazilian-Portuguese language version
After a Long Time, Ubuntu Shows Some Respect to Deb Packages
It will be easier to manage the classic Debian packages in the Snap/App Center in the upcoming Ubuntu 26.04 LTS
February/March in KDE Itinerary
In the past two months since the previous report we added a new welcome screen
Today in Techrights
Some of the latest articles
GIMP 3.2.2 Released with Various Improvements and UI/UX Updates
GIMP 3.2.2 open-source image editor is now available for download with various improvements, bug fixes, and UI/UX updates.
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Free, Libre, and Open Source Software Leftovers
Mozilla and more
Ubuntu Against Choice and Diversity, the Excuse Being 'Security'
bad turn
New Debian Developers and Maintainers and Samuel Henrique on Curl
Debian leftovers
Wikipedia Tarnished by Slop, Not Just 'Donations' From Rich People Who Control the Wiki
Wikipedia woes, slop vs Open Access/Content
Programming Leftovers
Development with Python and more
Fedora, Red Hat, and Slop
mostly Red Hat's site
OpenSUSE Planet News Roundup and Tumbleweed Review
OpenSUSE news
Season of KDE 2026 Report on Lokalize and More
KDE development
GNOME Desktop/GTK: This Week in GNOME, Gedit 50.0 Released, and Monitor Panel
some GNOME updates
Canonical/Ubuntu Leftovers
"I stopped using Snap" and more
Open Hardware/Modding: ESP32, SparkFun, 64-bit RISC-V, and More
devices and gadgets
Samsung and Linux UI
5 new picks
today's howtos
from two domains only
Games: Visual Game Script Editor, Alien Deathstorm, and More
mostly Liam's articles
Security Leftovers
Security news with focus on Linux
SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More
SystemRescue 13 live Linux system rescue toolkit is now available for download with the Linux kernel 6.18 LTS, new tools, and HiDPI improvements.
Recent Videos About GNU/Linux and Free Software
Shows and clips via Invidious
Android Leftovers
Android Auto has had a rough time lately, with yet another issue popping up
Even if you have 16GB of RAM, this one "compressed swap" trick makes Linux significantly smoother
RAM swapping is a common tool your OS uses to free up RAM in occasions
Age verification isn't sage verification inside OSes
Toothbrushes, Turing and the truth give the lie to California’s legal lunacy
This non-Chromium Linux browser can run Chrome, Firefox, and Safari extensions
It can be really tough to settle on a browser if you're not a fan of Chromium, at least on Linux
Free and Open Source Software
This is free and open source software
Mageia 10 Art Voting
With the release of the first version candidate planned for the coming weeks
LazyLinux – Void-based desktop Linux distribution with Xfce
LazyLinux is a fully pre-configured Linux distribution originating from Hadrut, Armenia, built on top of Void Linux
Coyote Linux – security-focused distribution
Coyote Linux is a security-focused Linux distribution designed to deliver firewall
Linux 6.12.79
I'm announcing the release of the 6.12.79 kernel
ODF is the future, OOXML is the past
Whenever a user, a government, a school or a business chooses the format in which to store and exchange its digital documents
Today in Techrights
Some of the latest articles
Security Leftovers
Security related picks
Operating System Leftovers
BSD and SUSE
Free, Libre, and Open Source Software Leftovers
FOSS picks
Programming Leftovers
Development news
Canonical/Ubuntu: sudo-rs, Ubuntu’s App Center, Ubuntu 26.04 LTS, and NucBox
Canonical/Ubuntu leftovers
Open Hardware/Modding: 3D Printing, Raspberry Pi, and More
the hardware leftovers
Mixxx 2.5.6 Open-Source DJ App Improves Controller Mapping Support and Effects
Mixxx 2.5.6 open-source virtual DJ software for performing live mixes is now available for download with improvements to controller mappings and effects, as well as bug fixes.
Linux and so-called 'Linux' Foundation Leftovers
LF and more
FOSS Applications and News
Software leftovers
today's howtos
Instructionals/Technical picks
Fedora, Red Hat, and Oracle's Unbreakable Enterprise Kernel 8.2
RHEL and more
CIQ (Rocky Linux) Trying to Ride "Hey Hi" Hype Wave With x86
4 new picks
Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode
Offensive Security released today Kali Linux 2026.1 as the latest stable snapshot of this Debian-based GNU/Linux distribution for penetration testing and ethical hacking, coming more than three months after Kali Linux 2025.4.
Games: Godot, Aethermancer, SteamRT3 Beta, and More
Some gaming news
Switching Switches [original]
Now back to normal
We Need Fewer Buildings, More Nature [original]
"Manchester’s new spy HQ"
No Social Control Media? No Problem. [original]
It's widely known and days ago a high-profile American court confirmed that Social Control Media is intentionally designed to be addictive
HaikuOS and Openwashing at Google
another pair of links
NVIDIA 595 Linux Graphics Driver Released as Latest Production Branch Version
NVIDIA released today the stable version of the NVIDIA 595 graphics driver for GNU/Linux, FreeBSD, and Solaris systems, introducing various new features and improvements.
Server: eBPF, Kubernetes, and Slop
4 new picks
Canonical/Ubuntu Pushing Proprietary Software/Payware and Rust (Experimental Code Instead of Stable Code, in the Name of "Security")
Canonical/Ubuntu latest
Tails 7.6 Privacy-Focused Linux Distro Released with Automatic Tor Bridges
Tails 7.6 has been released today as the sixth update in the Tails 7.x series of this portable Linux distribution based on Debian GNU/Linux and designed to protect you against surveillance and censorship.
Applications and HowTos
today's howtos
Programming Leftovers
Development picks
Android Leftovers
Android Auto is having a hard time recommending media
Tux Machines' Position on "Age Verification" in GNU/Linux [original]
It's not about protecting children
LibreOffice 26.2.2 Open-Source Office Suite Released with More Than 80 Bug Fixes
The Document Foundation announced today the general availability of LibreOffice 26.2.2 as the second maintenance update to the latest LibreOffice 26.2 office suite series with various bug fixes.
Free and Open Source Software
This is free and open source software
Calibre 9.6 Adds New Card-Based View of Full-Text Search Results with Book Covers
Calibre developer Kovid Goyal released Calibre 9.6 today as a hefty update of this open-source, free, and cross-platform e-book management software for GNU/Linux, macOS, and Windows.
Today in Techrights
Some of the latest articles