Echoes of Stuxnet: How a 16-Year-Old Hacking Trick is Finding New Life

· MeetCyber ·

4 min read Original article ↗

Whengomarket

Understanding the “Hidden Pocket” Windows Vulnerability without a Computer Science Degree

In the world of cybersecurity, we like to think that once a vulnerability is patched, it’s gone forever. But sometimes, old ghosts find new ways to haunt our machines.

Recently, cybersecurity researchers have been discussing a theoretical attack that resurrects a hacking technique from 2010 — the same era and style of attack used by the infamous Stuxnet malware. But how does a trick from 16 years ago still pose a threat in 2026?

Press enter or click to view image in full size

To understand it, you don’t need to be a programmer. We just need to talk about VIP lists, hidden compartments, and a glitch in the system’s logic. Let’s break it down.

The Background: The Bouncer and the VIP List

Back in 2010, hackers figured out a clever way to take over a Windows computer. They realized that the deepest, most privileged part of the Windows operating system (the “kernel”) had a blind spot when it came to loading keyboard layout files (the files that tell your computer whether you are typing in English, Spanish, Dvorak, etc.). Hackers could feed the system a malicious, poisoned keyboard file, and the computer would run it with total administrative control.

Microsoft quickly patched this. They instituted a new rule — think of it like a bouncer at a nightclub holding a VIP list. The rule stated: Windows will now only load keyboard files if they are located inside specific, highly trusted folders.

If a file tries to load from your “Downloads” folder, the bouncer turns it away. If it comes from a protected system folder, the bouncer lets it in. Problem solved, right?

Not quite.

Concept 1: The Hidden Pocket (Alternate Data Streams)

To get around the bouncer, modern attackers are looking at a deeply hidden, often forgotten feature in the Windows file system called Alternate Data Streams (ADS).

Imagine you are going through airport security with a suitcase. The TSA agent opens the main compartment, checks your clothes, and waves you through. But what if the suitcase had a microscopic, invisible pocket sewn into the lining that the agent didn’t know existed? You could sneak anything through.

That’s exactly what ADS is. It allows a user to attach a hidden “pocket” of data to a perfectly normal file or folder.

In this new theoretical attack, the hacker finds a “Trusted Folder” on the Windows VIP list (specifically, a folder used for scheduled system tasks). Because of how Windows is designed, normal, everyday users are allowed to create things inside this specific folder.

The attacker doesn’t create a normal file. Instead, they sew a “hidden pocket” (an Alternate Data Stream) onto the trusted folder and stuff their malicious keyboard file inside it. When the system checks the location, it sees the trusted folder, checks its VIP list, and says, “Looks good to me!” It doesn’t realize the malicious file is hiding in the pocket.

Concept 2: The Locked Door and the Secret Key

You might be thinking, “Why doesn’t Microsoft just stop people from reading hidden pockets?”

Get Whengomarket’s stories in your inbox

Join Medium for free to get updates from this writer.

Remember me for faster sign in

Well, they actually do. When a standard user creates one of these hidden pockets in the trusted folder, Windows’ security permissions get a little scrambled. Windows essentially says, “Okay, you created this hidden pocket, but I am locking the door. You are not allowed to read what is inside it.”

If the system can’t read the malicious file, the attack stops dead in its tracks.

However, this is where the modern “glitch” comes in. The researchers who discovered this attack path claim to have found a bug deep inside the Windows file system (NTFS). Because of a flaw in how Windows calculates who owns what, the attacker can use a complex trick to magically unlock that door and regain “read” access to their hidden file.