Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

COSMIC 1.0.16 Desktop Adds OpenRC Support for Bluetooth Service Management

Coming only a week after COSMIC 1.0.15, the COSMIC 1.0.16 release updates the COSMIC Settings with OpenRC support for Bluetooth service management and passkey/pin display dialogs for Bluetooth keyboard pairing, as well as improved search.

Fwupd 2.1.5 Linux Firmware Updater Released with Support for Elan Touchscreens

Coming only two weeks after fwupd 2.1.4, the fwupd 2.1.5 release introduces support for updating the firmware on Elan touchscreens, adds support for installing the database updates on broken hardware with new firmware, and adds support for overriding the detected CPU vendor to allow more self-tests.

Alpine Linux 3.24 Released with GNOME 50, KDE Plasma 6.6, and COSMIC Desktops

Powered by the long-term supported Linux 6.18 LTS kernel series, Alpine Linux 3.24 introduces support for the latest GNOME 50, KDE Plasma 6.6, and COSMIC desktop environments, as well as support for the Sway 1.12 tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11.

digiKam 9.1 Photo Manager Released with Support for Pixel Motion Photos

Coming three months after digiKam 9.0, the digiKam 9.1 release introduces support for Pixel motion photos from Google Pixel phones, a new “Clear All Groups” button in the Advanced Search dialog to make it easier to reset search filters, and support for video thumbnails for the USB Mass Storage driver.

LinuxGizmos.com

youyeetoo updates R1 SBC and lists K1 N100-based x86 computer

youyeetoo has updated its R1 single-board computer to version 3.0 and has also listed the K1, a palm-sized x86 edge computer based on Intel’s Alder Lake-N N100 processor. The two systems are aimed at compact AIoT, embedded, industrial, and edge computing applications, but use different processor platforms and expansion layouts.

AM62x PRU Academy goes live for BeaglePlay and PocketBeagle 2

Texas Instruments and BeagleBoard.org have announced that the AM62x and AM26x PRU Academy is now available, adding new learning material for developers working with BeaglePlay and PocketBeagle 2.

Tor Project blog

Paskoocheh: When you need a tool to reach the tool

Due to heavy information controls, people in Iran face significant barriers to accessing the Internet. Authorities have actively blocked numerous websites and apps, including conventional circumvention and digital security tools such as VPNs, social media platforms, and the app stores themselves. This creates a "chicken-and-egg" problem: users need a VPN to download a VPN.

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 Lite 8.0 “Hematite” Launches with Linux Kernel 7.0, Ubuntu 26.04 LTS Base
Linux Lite 8.0 distribution is now available for download based on Ubuntu 26.04 LTS (Resolute Raccoon) and powered by the Linux 7.0 kernel series. Here’s what’s new!
Ubuntu MATE Will Quite Possibly Have 26.10 Release
Ubuntu MATE, the official Ubuntu flavor features MATE desktop environment
Alpine Linux is a crazy-fast distro for your desktop - with just one caveat
Alpine Linux isn't always considered for traditional desktop use
Open Hardware/Modding: Raspberry Pi, ESP32, and Lots More
Hardware leftovers
Red Hat on Robotics, Slop, and ANL4
latest from redhat.com
Alpine Linux 3.24 Released with GNOME 50, KDE Plasma 6.6, and COSMIC Desktops
Alpine Linux 3.24 distribution is now available for download with GNOME 50, KDE Plasma 6.6, COSMIC desktop, and Linux kernel 6.18 LTS. Here’s what’s new!
HandBrake 1.11.2 Video Transcoder Adds WebM MIME Type Support on Linux
HandBrake 1.11.2 open-source video transcoder is now available for download with WebM MIME type support on Linux, improvements to Core Audio AAC encoder 7.1 channel layout, and bug fixes.
 
Android Leftovers
/e/OS 4.0 is here: Murena's Android fork makes it even easier to escape Google's clutches
NanoPi M6V2 RK3588S SBC gains support for dual analog microphone input
FriendlyELEC provides a long list of supported operating systems based on Linux 6.1
Free and Open Source Software
This is free and open source software
Audacity 3.7.8 Audio Editor Improves Support for HiDPI Displays on Linux
Audacity 3.7.8 open-source digital audio editor and recording software is now available for download with improves support for HiDPI displays on Linux, new options to choose where silence is truncated, and more.
Android Leftovers
Your Pixel Watch’s next big Wear OS update is almost here
piBrick PocketCM5 – An open-source handheld Linux computer kit for Raspberry Pi CM5
Designed by Indonesian maker Ahmad Amarullah (amarullz), the piBrick PocketCM5 is an open-source hardware handheld Linux computer kit built around the Raspberry Pi CM5
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Games: Mouthwashing, Theropods, and More
Latest from GamingOnLinux
LWN coverage from the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit
latest articles
CVE-2026-23111 Impacting nf_tables
Linux bug
Gert Wollny Pushing LLM Slop Into Linux Kernel
one of many
GNU/Linux Leftovers
GNU/Linux picks
Free, Libre, and Open Source Software, Sovereignty, and Standards
FOSS and more
Trying Vivaldi, The Decline of Search Engines, and VPN From (or Via) Mozilla
WWW news
Firebird and PostgreSQL News
3 picks
Programming Leftovers
Development news
Android Leftovers
Honor Magic V6 Review: The Android foldable to beat in 2026
Recent Shows and Videos About GNU/Linux
via Invidious
Games: DELTARUNE, FINAL FANTASY RESONANCE, and More
9 articles from GamingOnLinux
Why I'm sticking with systemd-based Linux distros
Over 10 years since its introduction, systemd can still get some Linux users riled up
Juno Tab 4 is a Linux tablet with Intel Core i3-N300 and Core Ultra 5 115U options
Linux PC vendor Juno Computers sells laptops
IPFire 2.29 - Core Update 203 is available for testing
This is the release announcement for IPFire 2.29 – Core Update 203, which is now available for testing
Free and Open Source Software
This is free and open source software
KaOS Releases First Dinit-Based ISO, but It's Not Ditching Systemd Entirely
The distro ditches systemd as the init system while keeping some key components around
My brief encounter with Google Pixel 8 Pro
Android 16 is annoying
AM62x PRU Academy goes live for BeaglePlay and PocketBeagle 2
Linux interrupt configuration works
COSMIC 1.0.16 Desktop Adds OpenRC Support for Bluetooth Service Management
COSMIC 1.0.16 desktop environment is now available with improvements across COSMIC Files, COSMIC Panel, COSMIC Settings, COSMIC Player, COSMIC Greeter, and COSMIC Launcher.
Fwupd 2.1.5 Linux Firmware Updater Released with Support for Elan Touchscreens
Fwupd 2.1.5 Linux firmware updater is now available for download with support for Elan touchscreens, support for installing the database updates on broken hardware with new firmware, as well as various other improvements.
Almost Half a Decade of Geminispace [original]
Geminispace was a side benefit of the transition we had planned for years
Up North [original]
On Friday RMS is giving a talk in Bern
I've used Linux for 30 years - 4 frustrations remain, including 2 that push me back to MacOS
For decades, I've recommended the open-source OS to new and experienced computer users alike
This overlooked Linux distro will give your laptop a new life
Ubuntu isn’t your only option for reviving old PCs through Linux
I turned my Linux terminal into a walkie-talkie that no one can track
But the idea of turning a Linux terminal into a push-to-talk voice and text messenger that works over the Tor network was just too interesting not to want to try to get it working
Today in Techrights
Some of the latest articles
Firefox Android Play Integrity check hits custom ROMs
Mozilla has added support for Google’s Play Integrity API
Free and Open Source Software
This is free and open source software
A Data Layer for GTK applications
In this iteration we have GomSession. It is your standard identity-map layer with transaction-scoping
Liquid Glass for Linux? PearOS makes another Mac move - how it looks now
I've been keeping an eye on PearOS for some time. I covered PearOS before
Year 23 [original]
This site's mascot is a bird (or mammal)
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Linux Gadgets, Open Hardware, and Mobile
some more stories
Audiocasts/Shows: mintCast, Late Night Linux, and More
new episodes
Free, Libre, and Open Source Software and Standards
FOSS and more
Web Browsers/Web Servers/Feed Readers and Latest From Mozilla
Web related leftovers
Red Hat's Michael Catanzaro Supports Time-Wasting Slop, as Does Microsoft Canonical
noteworthy
EasyOS: Excalibur-series 7.3.9, ROX-Filer video thumbnails, and more
Some news from BK
Applications: Melia, PDFi, and More
Applications for GNU/Linux and releases
today's howtos
Instructionals/Technical posts
Security Leftovers
Security bugs and more
Linux Foundation Quit Promoting Linux (Only 2% of Its Budget), Now Promotes Slop (the Same Thing That Harms Linux Development)
really awful
Linux 7.1-rc7
almost final
Android Leftovers
Android now flags calls that spoof your contacts' numbers and voices — here's how the new detection feature actually works
These are my 3 favorite open-source operating systems that aren't Linux
I have been an on-again, off-again open source purist over the years
Free and Open Source Software
This is free and open source software
digiKam 9.1.0 is released
After three months of active development, bug triage, and feature integration
Tired of File Size Limits? This Open Source Tool Sends Large Files Directly Browser to Browser
CheezyPizza is a free, open source tool that lets you transfer large files directly between browsers using WebRTC
Stable kernels: Linux 7.0.12, Linux 6.18.35, and Linux 6.12.93
I'm announcing the release of the 7.0.12 kernel
RakuOS fixes the one thing that annoys me most about immutable Linux distros
Immutable Linux is the future of OS security
An open letter to office suite users, just before the Euro-Office announcement
The first open-source office suite developed in Europe was OpenOffice.org in 2001, based on StarOffice’s source code
Games: "Thief: The Dark Project Remastered" and More
latest from GamingOnLinux
80% of IBM Red Hat's Site (redhat.com) is Promotion of Slop
meme company
One More Day [original]
preparing for tomorrow's journey
Android Leftovers
The hidden Android display option that completely fixed my one-handed texting struggle
Programming Leftovers
Development picks
Why I installed Linux on an old laptop instead of a Raspberry Pi
Recently I wanted to start a new tech project building a lightweight
Open Hardware/Modding: M70 RK Royal Kludge, ESP32, Homelabs, and Raspberry Pi
hardware centric news
Richard Stallman Lecture in Europe Next Week, "Europe Is Ditching American Technology" for Software Freedom / Digital Sovereignty
Freedom centric news
Red Hat: Podman, Flathub, and RHEL Clone From CentOS's Founder Gregory Kurtzer
3 relevant articles
"Linux is quietly becoming the better choice", the "first distro" analysis, and distros "converging on the same defaults"
4 Valnet articles
Valnet's 3 criminally underrated free, open-source apps and a look at GParted
GParted and more
Gregory Gibson on How He Manages GNU/Linux Servers Remotely
Two Valnet articles
Games: "Windows handheld owners are switching to Linux" and how Steam Deck changes a lot
3 Valnet articles
Free and Open Source Software
This is free and open source software
United Nations Open Source Portal Goes Live
A new open source portal seeks to coordinate and scale open source efforts across the United Nations system
digiKam 9.1 Photo Manager Released with Support for Pixel Motion Photos
digiKam 9.1 open-source professional photo manager is now available for download with support for Pixel motion photos, timezone support with registered item time-stamps, and more. Here’s what’s new!
Today in Techrights
Some of the latest articles