Gamaredon Uses WinRAR Vulnerability to Launch Modular Spy Campaign on Ukrainian Targets


Gamaredon Uses WinRAR Vulnerability to Launch Modular Spy Campaign on Ukrainian Targets

Pierluigi Paganini
June 04, 2026

Gamaredon exploits a WinRAR flaw to drop modular, nearly fileless malware on Ukrainian targets, hiding payloads in Windows streams and resolving C2s via Telegram.

Sekoia’s Threat Detection & Research team dropped a YARA rule in late December 2025 to hunt for new initial access vectors, and by January 2026 it had already generated a dozen hits. Sekoia researchers found a Gamaredon infection chain that’s more modular, more evasive, and more persistent than anything the group had publicly deployed before. This is part one of a three-part series; parts two and three cover GammaLoad and GammaSteel, respectively.

Russia-linked APT group Gamaredon (a.k.a. ArmageddonPrimitive BearACTINIUMCallisto) has been active since 2014 and its activity focuses on Ukraine

The group was tied to the FSB by Ukraine’s Security Service, it originally used off-the-shelf tools like Remote Manipulator System RAT, then moved to a custom framework called Pteranodon, and gradually fragmented into a constellation of standalone, modular malware families. Sekoia has now aligned the naming under a single taxonomy using the “Gamma” prefix: GammaPhish for initial access, GammaLoad for staging, GammaWorm for propagation, GammaSteel for data theft, and GammaWipe for destruction. The group hasn’t changed its goals in a decade; it’s just gotten better at hiding.

In January 2026, the experts observed the threat actor using a weaponized XHTML file, likely delivered as a spearphishing attachment. Opening it silently triggers a 1×1 pixel tracking request to a Supabase endpoint, confirming to the operator that the victim opened the lure. This tracking technique dates back to at least 2018, which tells you something about how little Gamaredon needs to innovate when the basics still work.

The XHTML then uses HTML smuggling to deliver a RAR archive that exploits CVE-2025-8088, a critical path traversal flaw in WinRAR patched in version 7.13. The archive looks like it contains one PDF.

GammaPhish (Initial access): Through YARA-based hunting, we identified a cluster of weaponized xHTML files distributing a malicious RAR archive. This archive exploits the CVE-2025-8088 vulnerability to extract a hidden HTA file directly into the user’s Windows Startup directory.” reads the report published by Sekoia. “Upon execution, the HTA file leverages mshta.exe to call a remote payload hosted on a C2 server. “

It actually contains two files: the visible decoy and an HTA file that path-traversal extracts directly into the user’s Windows Startup folder. On the next login, Windows executes it automatically. Google’s Threat Intelligence Group documented the same CVE being exploited by Sandworm, Turla, and Gamaredon in the same timeframe, which suggests it moved fast across Russian operators after it was published.

The HTA file runs mshta.exe with a URL that includes www.bbc.com in the path to look legitimate in network logs. That URL fetches GammaLoad, the intermediate staging layer. Sekoia couldn’t retrieve GammaLoad directly from this stage because C2 servers were unresponsive during testing, but forensic artifacts from compromised hosts filled in the picture.

GammaLoad (Staging): We recovered multiple VBScript loaders from the compromised hosts. It seems that these loaders operate in a continuous cascade, with four distinct execution stages observed during our analysis.” continues the report. “Their primary objectives are to fingerprint the host system, update the network configuration in the registry using Dead Drop Resolvers (DDRs), fetch and execute arbitrary VBScript payloads from the C2 servers.”

GammaWorm is the propagation component, and it’s where things get technically interesting. It’s a VBScript payload that, after deobfuscation, runs to over 20,000 lines, the vast majority of which is junk code designed to exhaust analysts. It doesn’t drop traditional files. Instead it writes its core modules into NTFS Alternate Data Streams, a native Windows feature that lets data sit invisibly attached to a folder path, invisible to standard directory listings and not reflected in file sizes visible to users. A standard dir command won’t show them.

The malware maintains persistence through three scheduled tasks with names borrowed from legitimate Windows services: DiskDiagnosticDataCollector, SilentCleanup, and SmartRetry. Each one executes a different ADS module at short intervals, from 7 to 10 minutes. GammaWorm also writes a RunOnce registry key that recreates itself on every user login, because GammaWorm itself rewrites the key before the RunOnce entry gets deleted. Cute trick.

The propagation module targets USB drives and network shares. It hides real folders by setting their attributes to Hidden and System, then drops malicious LNK shortcut files in their place using the same folder name and icon. Clicking the LNK opens the real folder in Explorer so the user sees nothing wrong, while silently executing ~.gif, the worm file that sits at the root of every infected drive. The decoy LNK filenames are in Ukrainian and include everything from bureaucratic documents like “draft letter.doc” and “distribution sheet.doc” to deliberately shocking filenames designed to provoke clicks. State-sponsored operators know social engineering just as well as any criminal group.

To find its C2 address, GammaWorm runs curl against a hard-coded public Telegram channel, parses the HTML for an obfuscated IP address, and posts the victim’s machine fingerprint back via randomized HTTP headers, specifically inside the User-Agent string. No request body, just headers.

The C2 resolution chain itself is layered: it hops through graph.org, Cloudflare Workers, Teletype, Telegra.ph, and Telegram before arriving at an operator-controlled server. Each resolved URL gets written to the registry for the next stage to read. If the C2 returns HTTP 200, it executes arbitrary VBScript from the response body. If it returns 404, that’s actually a configuration update. Yes, they repurposed a 404 response as a signaling mechanism.

“This infection chain reveals a resilient, massive, and highly obfuscated modular design.” states Sekoia.”Because of its adaptability and the operator’s ability to update configurations on the fly, it is highly likely that this architecture will be reused in the future.”

That assessment from Sekoia isn’t speculative: every stage of this chain independently retains the ability to fetch and execute arbitrary remote code, meaning even if defenders clean one layer, the others keep running.

The group has also “been using certain techniques for a long time, such as embedding 1×1 tracking pixels to validate victim engagement, exploiting archive path traversal vulnerabilities, and weaponizing USB drives for physical propagation.”

The continuity is striking. What’s new is the infrastructure concealment: running almost entirely in memory, storing payloads in ADS, resolving C2s through Telegram and Cloudflare, and exfiltrating data in HTTP headers rather than request bodies. Sekoia notes that for any host confirmed infected by this chain, a complete wipe is the safest remediation path, because GammaWorm’s dead-drop resolution lets operators push fresh payloads faster than cleaning attempts can keep up.

IOCs including file hashes for GammaPhish and GammaWorm, dead drop resolver URLs, and the single confirmed C2 IP are published at the end of the Sekoia report. The full indicator set, including network infrastructure, is available through Sekoia’s intelligence feed.

“Interestingly, while Gamaredon introduces novel capabilities, they also persistently recycle tactics.” concludes the report. “However, this campaign marks a significant technical step up over Gamaredon’s previously documented attacks. The definitive transition to a nearly entirely fileless, VBScript-driven “matryoshka” architecture, combined with the heavy abuse of NTFS Alternate Data Streams (ADS), demonstrates a concerted effort to bypass automated sandboxes, complicate forensic artifact recovery, and ultimately exhaust defenders.”

Follow me on Twitter: @securityaffairs and Facebook and Mastodon

Pierluigi Paganini

(SecurityAffairs – hacking, Russia)







Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Another week has passed, and Apex is still the top thriller on Netflix and the No. 1 movie in the streamer’s current top 10. Audiences are loving the cat-and-mouse battle between Charlize Theron’s rock climber and Taron Egerton’s serial killer. It will be interesting to see what movie inevitably knocks it down to second place.

If you’re searching for more thrillers, then you’ve come to the right place. Our top recommendation is the fifth entry into one of Hollywood’s iconic horror series. The other movies on this list include a little-seen survival thriller with an A-plus cast and a feature film adaptation of a post-apocalyptic novel. Stream all three of these movies on Netflix in the U.S.

3

Eden

Survival on the island

What the heck happened to Eden? The survival thriller premiered at the 2024 Toronto International Film Festival and entered limbo immediately after due to its lack of distribution. Nearly a year passed before Vertical finally released Eden in theaters on August 22, 2025. You would think that this movie had an easy sell—recognizable actors stuck on an island, with chaos ensuing. I’m still baffled as to why a major studio didn’t pick it up in the United States.

Eden is inspired by true events surrounding the residents of Floreana Island in the 1930s. Dr. Friedrich Ritter (Jude Law) leaves Germany and moves to Floreana Island with Dore Strauch (Vanessa Kirby). They are eventually joined by Margret Wittmer (Sydney Sweeny), Heinz Wittmer (Daniel Brühl), and Eloise Bosquet de Wagner Wehrhorn (Ana de Armas). Tensions rise as the competing families vie for control of the island, resulting in fatal decisions that lead to multiple tragedies. Eden certainly has some Lord of the Flies elements in its story.

Again, I’m shocked this movie was dumped in August instead of receiving a traditional rollout from a popular studio. Admittedly, Eden has its flaws and heavily leans into melodrama much to its detriment. Still, it’s an entertaining thriller supported by a stacked cast that is much better than it’s given credit for.​​​​​​​

2

Leave the World Behind

Technology becomes the villain

What would happen if the collapse of technology led to the end of the world? That’s part of the premise of Leave the World Behind, Sam Esmail’s 2023 psychological thriller for Netflix. The movie is based on Rumaan Alam’s novel of the same name. Right when an oil tanker crashes on the shore, something is not right in Leave the World Behind.

Amanda Sandford (Julia Roberts) is on vacation with her husband Clay (Ethan Hawke) and two children when inexplicable occurrences, like the oil tanker crash, begin happening. The root of the issue is a nationwide blackout that has caused widespread panic. Amanda and Clay are forced to grapple with their trust issues after the arrival of the vacation home’s owner, George H. “G.H.” Scott (Mahershala Ali), and his daughter, Ruth (Myha’la).

Some may view Leave the World Behind as a warning to humanity, which feels ill-equipped to handle a devastating cyberattack. Others might watch strictly for its entertainment purposes. I fell somewhere in the middle. There are some relevant messages about the apocalypse, social inequality, and societal standards. It’s also a great cast of talented performers who elevate the source material. I don’t think the film depicts what actually would happen in a disaster, but it’s certainly fun (and scary) to predict the future. ​​​​​​​

1

Scream

I would like to play another game

To clarify, I’m referring to 2022’s Scream, informally known as Scream V. It’s a nightmare scenario for anyone like myself, who has to write an article about the fifth Scream installment. For bookkeeping purposes, I’m calling it Scream V. Part of the reason for the similar title to the first movie is because Scream V restarted the franchise after an 11-year hiatus. It’s not a reboot or a remake, but a continuation of the series.

The film opens with a similar sequence to 1996’s Scream, where an unsuspecting high school student, Tara Carpenter (Jenna Ortega), is attacked by a new Ghostface killer in Woodsboro. Tara’s half-sister, Sam (Melissa Barrera), returns to town and learns that Tara’s friend group is now being targeted by Ghostface. If you’re dealing with Ghostface, there’s only one person to call for help: Sidney Prescott (Neve Campbell), who has survived the killer’s multiple attempts at her life.

​​​​​​​

I was surprisingly impressed with Radio Silence’s take on Scream. These reboots are typically cash grabs and a way for studios to exploit the IP of a popular entity. Scream V plays the hits—close calls, gory kills, and a propensity for dark humor. For me, it works as one of the franchise’s best entries. I thought Scream was done following Scream 4. Now, you’re probably going to get Scream VIII in a few years.


​​​​​​​More Netflix movies to watch

Two new Netflix movies, My Dearest Assassin and Remarkably Bright Creatures, arrive at week’s end just in time for the weekend. You can also stream classic Oscar-winning movies, including Roma and Glory. No matter what you choose, chances are you’ll be occupied for the foreseeable future with Netflix content.

Subscription with ads

Yes, $8/month

Simultaneous streams

Two or four




Source link