Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Valve Officially Releases New Steam Controller with 35-Hour Battery, Grip Sense

The new Steam Controller features four haptic motors, two full-size magnetic thumbsticks (TMR) with capacitive touch, a 6-axis IMU, two capacitive areas, a USB-C connector and USB-C tethered play support, and an 8.39 Wh Li-ion battery promising up to 35 hours of gameplay.

9to5Linux Weekly Roundup: May 3rd, 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.

qBittorrent 5.2 Open-Source BitTorrent Client Released with Many New Features

Coming a year after qBittorrent 5.1, the qBittorrent 5.2 introduces a Torrent Creator button in the toolbar, a separate “Tracker status” filter, a “Created On” column to transfer list, the ability to set torrent share limits per category, and support for calculating torrent pieces asynchronously.

Copy Fail Linux Kernel Vulnerability Now Patched in Debian, Ubuntu, and Others

On April 29th, 2026, a local privilege escalation vulnerability affecting the Linux kernel was publicly disclosed as CVE-2026-31431 and referred to as “Copy Fail.” The vulnerability affects the algif_aead kernel module, which provides hardware-accelerated cryptographic functions.

Tor Project blog

New Release: Tails 7.7.2

Update the Linux kernel to 6.12.85, which fixes Copy Fail, a vulnerability that could allow an application in Tails to gain administration privileges.

LinuxGizmos.com

Adiuvo Explorer Board aims to bring Artix UltraScale+ FPGA to $99 platform

Adiuvo is developing the Explorer Board, a compact FPGA platform built around the Artix UltraScale+ AU7P, targeting embedded, signal processing, and high-speed I/O applications. The design aims to provide access to UltraScale+ capabilities at a lower price point.

Argon Industria PoE+ HATs add 25W Ethernet power and optional NVMe to Raspberry Pi 5

Argon40 has introduced two Industria PoE+ HATs for the Raspberry Pi 5, providing power and data through a single Ethernet cable using the IEEE 802.3af/at PoE+ standard. Both boards deliver up to 25W output, supplying 5V/5A for full operation.

MSI MS-CF27 3.5-inch SBC with Alder Lake-N, quad GbE, and triple display

Following earlier platforms such as the MS-CF16 V3.0 and MS-CF19, MSI has introduced a new 3.5-inch SBC based on Intel Alder Lake-N, Twin Lake-N, and Amston Lake processors, continuing its focus on fanless, low-power, wide-voltage embedded systems with expanded connectivity and I/O.

Cardputer Mesh Kit features ESP32-S3 handheld with LoRa and GNSS support

The Cardputer Mesh Kit is a portable communication platform that combines an ESP32-S3-based handheld controller with LoRa mesh networking and GNSS positioning. The kit is built around the Cardputer-Adv core unit and the Cap LoRa-1262 expansion module, and comes preloaded with Meshtastic firmware for out-of-the-box operation.

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

Kernel: Realtek Rant and DRM via HDMI 2.1
mostly AMD coverage
Lots of Coverage About 9-Year-Old Linux Kernel Vulnerability (Privilege Escalation, Local)
kernel issue
Attack knocks Ubuntu websites, services and Snap store offline
If you’re having trouble accessing the Ubuntu website
Linux Mint 22.3 HWE ISOs Now Available for Download with Linux Kernel 6.17
Linux Mint 22.3 HWE ISO images are now available for download powered by the Linux 6.17 kernel series from Ubuntu 24.04.4 LTS.
Linux 7.1-rc2
second one out late Sunday
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.
 
Android Leftovers
It’s official: Android Auto finally fixes a decade-old bug that infuriated millions of drivers
I installed a Linux gaming distro and got better frame rates than Windows on the same PC
Every year, someone declares it's finally the year of the Linux desktop
Free and Open Source Software
This is free and open source software
Scaleclaw – Linux distribution image built around Universal Blue’s base image
Scaleclaw is a Linux distribution image built around Universal Blue’s base image
GNU/Linux, BSD, and Free Software Leftovers
mostly GNU/Linux
Security Leftovers
very few for today
LibreOffice Report and OnlyOffice Faking 'Open Source' (Openwashing)
office suites' news
Audiocasts/Shows: LINUX Unplugged and This Week in Linux
2 new episodes
Valve Officially Releases New Steam Controller with 35-Hour Battery, Grip Sense
Valve releases new Steam Controller for $99 USD with four haptic motors, two full-size magnetic thumbsticks with capacitive touch, two capacitive areas, and a 35-hour battery.
Programming Leftovers
Development picks
End of Jeeves or Ask.com
Web history
Distributions and Operating Systems: Chromebook Without ChromeOS, vixalien, and KaikuOS
some OS news, hacks, and developers' updates
Hardware, Arm64, Banana Pi, and Various GNU/Linux Devices
Hardware leftovers
Games: Linux Support and Valve Steam Deck OLED, OptiScaler Client
Games-related news
today's howtos
terminal, howtos, and more
KDE: Tux Manager, Mega Sprint, Drawy, Plasma Tips and Tricks
KDE news and updates
Free and Open Source Software
This is free and open source software
nellaOS – Linux distribution made in Venezuela
nellaOS is a Linux distribution made in Venezuela that aims to work on all 64-bit computers
Android Leftovers
Stop struggling with big phones: Android's hidden one-handed setting changes everything
This extension finally turns KDE into a tiling window manager
KDE is great. It’s probably my favorite desktop environment
GNOME is good, actually
While I’m normally a KDE user
Finland: Windows Falls to New Lows, Fast (GNU/Linux Measure at Over 10%) [original]
the growing platform isn't Apple's but GNU/Linux
GNU/Linux and Development Leftovers
From end of April
Weekly GNU-like Mobile Linux Update: Slow Seventeen and 7 Cameras
how freedom shapes up
NixOS forced me to declare my entire system, and now I can't imagine Linux any other way
There's a version of you in every Linux machine you've ever set up
ReactOS Gets Unified Installer Image and a New Storage Stack
Although the ReactOS project is in no rush to dethrone Windows as the desktop operating system of choice
I left GNOME for COSMIC, tried KDE next, and only one felt right in the end
Desktop environments can make or break your overall Linux experience
After months of desktop hopping, I finally understand why Linux users can't agree on anything
I was installing roughly three extensions just to add a taskbar to GNOME
Free and Open Source Software
This is free and open source software
MoltOS – security-based Linux distribution
MoltOS is a Debian-based Linux distribution built for privacy, defensive security analysis, network research, forensics, data recovery, and cybersecurity education
Dolphin 26.04 release
I want to highlight a few changes that came to Dolphin 26.04 and add some nuance to the release announcement
Review: Xubuntu 26.04
This has not been a good year for Xubuntu, the Xfce-based Ubuntu flavour
Gestures in Graz, and beyond
KDE's Mega Sprint 2026 in Graz brought a group of about 20 KDE contributors together in early April
KDE email, part 3: don’t filter your email
This is part 3 in my series about email management, with the prior one being about using email client apps
Videos/Audiocasts/Shows: GNU/Linux and Free Software/Coding Clips
recent via Invidious
Redcore Linux Hardened 2601 Vulpecula Stable
Redcore Linux Hardened 2601 (codename Vulpecula) stable ISO
Asmi Linux 26.04
Asmi Linux 26.04 is now available based on Ubuntu 26.04 (Resolute Raccoon)
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: May 3rd, 2026
The 290th installment of the 9to5Linux Weekly Roundup is here for the week ending May 3rd, 2026.
qBittorrent 5.2 Open-Source BitTorrent Client Released with Many New Features
qBittorrent 5.2 open-source BitTorrent client is now available for download with many new features, improvements to the WebUI and search, and platform-specific changes. Here’s what’s new!
Sharing and Free, Libre, and Open Source Software
FOSS and more
GNU/Linux and BSD Leftovers
mostly the former
Canonical Giving up on GNU/Linux, Selling Slop Ponzi Scheme via Ubuntu Brand
very bad sign
Audiocasts/Shows: Sacha and Prot Talk Emacs, Linux Saloon Covers Many Topics
2 new episodes
Programming Leftovers
Development leftovers and news
Ben Hutchings, GSoC Interns, and Upcoming debian.org E-mail Change (SPF)
Debian picks
Open Hardware/Modding/Retro/Hacking: Commodore 64, ESP32, and More
some projects and raves
EasyOS Development Updates
3 updates from BK
ScummVM's Google Summer of Code, Steam, and GNU/Linux Growing
3 links for now
today's howtos
biodiff and more
Valve dev fixes up VRAM management on AMD GPUs to improve performance
4 articles
Postgres-Related Releases: pgexporter 0.8, pgagroal 2.1, pgmoneta 0.21, and PgQue v0.1
4 new releases
Europe Decoupling from GAFAM is Good News, Especially for European Member States [original]
France was likely just the beginning
Copy Fail Linux Kernel Vulnerability Now Patched in Debian, Ubuntu, and Others
The Copy Fail (CVE-2026-31431) Linux kernel security vulnerability that could allow a local user to elevate privileges to the root user has now been patched. Update your installations as soon as possible!
statCounter Reckons GNU/Linux Rose to 7% in The Netherlands, Windows at All-Time Lows [original]
This month's latest
FreeBSD 15.1-BETA1 Now Available
The first beta build of the 15.1-RELEASE release cycle is now available
Wine 11.8
The Wine development release 11.8 is now available
Free Software Report: "60% of open source maintainers work unpaid, 60% have quit or considered quitting, and 44% cite burnout specifically."
new and old commentary
Android Leftovers
This underrated Android feature makes my belly hurt from laughing — here's why you should try it out too
5 more lightweight Linux distros that go easy on your old Windows PC
So, here are five more Linux distributions that are lean, resource-efficient
Linux Lite 8.0 RC1 Released! Based on Ubuntu 26.04 LTS
Linux Lite, the lightweight, beginner friendly, and Ubuntu based Linux Distribution, announced the RC1 release for the next 8.0 major version yesterday morning
Free and Open Source Software
This is free and open source software
Evernight Vista – Fedora-based Linux distribution
Evernight Vista Operating System is a Fedora-based Linux distribution that aims to make Fedora more approachable for desktop users
LiaisonOS – distribution designed for amateur radio emergency communications
LiaisonOS is a Debian-based Linux distribution designed for amateur radio emergency communications
This month in KDE Linux: April 2026
Welcome to another edition of “This month in KDE Linux”!
Ubuntu’s Official Flavour List Is Shrinking, And That’s Not a Bad Thing
There are fewer official flavors with 26.04 LTS version. Is it alarming
Windows All-Time Lows in Europe, GNU/Linux Rose to 6% in Germany [original]
'Soft power' gone, less Microsoft, more sovereignty through Free software
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software and Sharing Leftovers
FOSS and more
Early Impressions of Chrome from a Firefox User and Mozilla Leftovers
Mozilla news
Software Freedom and GNU Projects' News
mostly GNU
today's leftovers
GNU/Linux and more
This Week in GNOME and GNOME Foundation Update
GNOME news
Kernel Space: Coreboot, Satire (Linux 27), and Linux Kernel 7.x
Linux picks
Games: DOOM, Commodore 64 and ZX Spectrum, Steam on GNU/Linux
gaming picks
Hardware: Raspberry Pi, Other SBCs, and non-Apple, non-Google 'Smartphones'
Hardware leftovers
The ps5-linux project can turn some PlayStation 5 consoles into a Linux gaming machine
The open source ps5-linux project has been released, allowing you to turn a PlayStation 5 into a fully fledged Linux gaming machine
Distributions and Operating Systems: Distrowatch Rankings, Sparky, EasyOS, and HaikuOS
OS news and distro news
Programming Leftovers
Development picks
Security and Windows TCO Leftovers
Security picks
today's howtos
idroot and more
Applications: "3 powerful Linux apps to try this weekend", diffoscope (Reproducible Builds), and Abstract
some software for GNU/Linux
Many People Leaving Microsoft GitHub
old and new
Games: Development, Steam Deck, Subnautica 2, and More
Game-related news
NHS Goes To War Against Open Source
The NHS is preparing to close nearly all of its Open Source repositories
Android Leftovers
Samsung Galaxy Book laptops may take the Android route
Titan Neo with some fixes and upstream updates is available
Six weeks after our Titan release, we refreshed our ISO, Titan Neo, with some fixes and minor improvements
FSF Blogs: It's May, and we've been keeping busy
All four teams at the Free Software Foundation (FSF) have been working tirelessly the past four months, and we have a lot to show for it
Shotcut 26.4 Video Editor Adds Vulkan GPU Support to Speech to Text on Linux
Shotcut 26.4 open-source video editor is now available for download with Vulkan GPU support for Speech to Text on Linux, 10-bit VP9 MP4 (E-AC-3) and 10-bit VP9 WebM (Opus) export presets, and more.
Free and Open Source Software
This is free and open source software
ludora – Fedora based gaming spin
Ludora is a Fedora-based Linux distribution built for gaming systems that also need reliable rollback facilities
May Edition / Issue of PCLinuxOS Magazine
Links from PCLinuxOS Magazine
Kucing7 Linux – Slackware-based Linux distribution
Kucing7 Linux is a Slackware-based Linux distribution aimed at developers and office users who want a ready-to-use workstation with a lightweight desktop
Kirigami forms and configurations
Recently a new submodule has landed in Kirigami: “Forms”
This Week in Plasma: Background Apps and Zoom Up-Scaling
This week Plasma 6.7 entered its “soft feature freeze” where we stop merging newly-written features and focus on finishing up and merging the ones that were already in flight
Kubuntu 26.04 Resolute Raccoon review - Surprisingly nice
It has been a while since I last did a proper distro review. But the occasion warrants it. Canonical has released its latest LTS
Java SDK updates for Slackware all across the board
Today I pushed fresh Slackware packages (for 15.0 and -current
Today in Techrights
Some of the latest articles