Russian Gamaredon Exploits WinRAR Zero-Day in Stealth Malware Campaign Delivering GammaPhish, GammaWorm, and GammaSteel + Video

Listen to this Post

Featured ImageShadow Operations Emerge as WinRAR Flaw Becomes Weapon of Choice in Global Espionage Surge
Introduction: A Silent Infection Chain Built for Persistence and Control

A newly observed cyber intrusion campaign attributed to the Russian state-linked hacking group Gamaredon reveals a highly structured and deeply modular malware ecosystem that exploits a critical WinRAR vulnerability tracked as CVE-2025-8088. The campaign, first documented by French cybersecurity researchers at Sekoia in early 2026, demonstrates a refined espionage architecture designed not only for infiltration but for long-term persistence, stealth propagation, and multi-stage payload deployment.

At its core, the attack chain weaponizes a path traversal flaw inside WinRAR to deploy an HTML Application loader known as GammaPhish, which then triggers a cascading infection sequence involving VBScript downloaders, worm-like propagation tools, and advanced data exfiltration modules. The scale and modularity of this operation highlight a shift from opportunistic malware toward engineered cyber-espionage platforms capable of evolving in real time.

WinRAR Exploit CVE-2025-8088 Becomes the Entry Point for Deep System Compromise

The exploitation begins with CVE-2025-8088, a vulnerability in WinRAR that allows attackers to traverse file paths and execute malicious code outside intended directories.

CVE Exploitation→Path Traversal→Remote Code Execution

In this campaign, the exploit is embedded within weaponized RAR archives delivered through phishing or removable media. Once triggered, the archive silently launches GammaPhish, an HTML Application payload that acts as the initial execution layer. From there, the system begins pulling secondary payloads from remote command-and-control infrastructure.

This design reflects a deliberate attempt to exploit trusted file-handling software rather than relying on traditional malware execution methods, increasing the likelihood of bypassing endpoint detection systems.

GammaPhish and GammaLoad: The First and Second Stage Infection Mechanism

GammaPhish acts as the infection gateway. Once executed, it retrieves GammaLoad, a VBScript-based downloader responsible for establishing deeper communication with attacker-controlled servers.

The infection chain follows a structured escalation model:

GammaPhish→GammaLoad→Payload Execution

According to Sekoia analysts, GammaLoad performs system fingerprinting, modifies registry settings, and connects to dead drop resolvers (DDRs) to dynamically locate command infrastructure. This makes the malware resilient against takedown efforts, as its communication endpoints can change without updating the malware itself.

GammaWorm: A Self-Propagating Malware Engine Hidden in USB and Network Shares

One of the most dangerous components of this campaign is GammaWorm, a VBScript-based worm designed for lateral movement across local networks and removable drives.

GammaWorm establishes persistence through scheduled tasks and actively hides legitimate directories on USB devices and network shares. In their place, it deploys malicious Windows Shortcut (LNK) files that trigger execution when opened.

It also uses NTFS Alternate Data Streams (ADS) to conceal malicious modules within legitimate file structures, making detection significantly harder.

To resolve its command-and-control infrastructure, GammaWorm even queries a hard-coded Telegram channel using curl requests, blending malicious traffic with legitimate platform activity.

This abuse of trusted platforms represents a growing trend in modern cyber espionage, where attackers embed themselves within everyday internet services to evade monitoring systems.

GammaSteel: Data Theft and Cloud-Based Exfiltration Strategy

Another payload delivered through GammaLoad is GammaSteel, a modular information stealer designed to identify and extract sensitive files based on extensions and file types.

Once collected, stolen data is exfiltrated either to attacker-controlled servers or to Amazon Web Services (AWS) S3 buckets.

Data Collection+Target Filtering→Cloud Exfiltration (S3)

This dual-path exfiltration strategy provides redundancy. Even if one server is blocked, the malware can continue uploading data to cloud infrastructure, making containment extremely difficult.

Modular Expansion: GammaWipe and the Future of Destructive Payloads

Sekoia researchers warn that the same infection chain can be adapted to deploy additional malware families, including GammaWipe (also known as GamaWiper), depending on operational objectives.

This suggests that the infrastructure is not tied to a single payload but instead functions as a reusable delivery platform capable of switching between espionage, theft, or destructive operations.

Attribution and Strategic Context: Gamaredon’s Long-Term Espionage Doctrine

Gamaredon has long been associated with targeting Ukrainian government, military, and critical infrastructure sectors. Historically, the group relies heavily on spear-phishing campaigns and malicious archives disguised as legitimate documents.

The latest campaign reinforces its operational doctrine: low sophistication in individual components, but high effectiveness through automation, modularity, and constant iteration.

The system is designed not for stealth perfection but for resilience under disruption, allowing operators to rapidly redeploy compromised systems and infrastructure.

Related Threat Activity: Broader Cyber Warfare Against Ukraine

Parallel campaigns reinforce the broader threat landscape:

UAC-0184 delivering malicious executables disguised as PassMark BurnInTest via LNK files

UAC-0247 targeting drone operators using HTA droppers inside ZIP archives

Backdoors enabling reverse shell access to attacker-controlled infrastructure

APT28-linked PixyNetLoader observed exploiting CVE-2026-21509 to deploy Covenant implants

These overlapping operations suggest a coordinated cyber pressure environment targeting Ukrainian defense and intelligence capabilities.

What Undercode Say:

Gamaredon’s architecture represents a shift from simple malware delivery to persistent modular ecosystems

WinRAR exploitation remains a high-value entry vector due to widespread enterprise deployment

Use of Telegram and AWS indicates deliberate blending of malicious and legitimate infrastructure

Dead drop resolvers reduce dependency on static command-and-control servers

VBScript remains widely abused due to legacy Windows compatibility

USB propagation continues to be effective in restricted military environments

LNK file abuse shows attackers prioritize user interaction deception over zero-click exploits

GammaWorm’s ADS usage demonstrates deep file system-level obfuscation techniques

GammaSteel confirms cyber espionage is now cloud-native in exfiltration strategy

Multi-payload design enables rapid switching between espionage and sabotage modes

Gamaredon continues to focus heavily on Ukraine due to geopolitical objectives

Modular malware reduces cost of maintaining long-term campaigns

Dead drop Telegram channels complicate takedown operations

Use of scheduled tasks ensures persistence across reboots

Attack chain shows strong emphasis on automation rather than manual operator control

Threat intelligence indicates reuse of infrastructure across multiple campaigns

Sekoia’s findings highlight increasing complexity in VBScript-based malware ecosystems

Exfiltration via AWS S3 reduces detection probability in enterprise environments

APT-linked groups are converging toward shared loader ecosystems

Future iterations likely to integrate AI-assisted payload delivery systems

Deep Analysis:

System inspection commands relevant to this infection class
ls -la /tmp
ps aux | grep wscript
netstat -an | grep ESTABLISHED
reg query HKCU\Software\Microsoft\Windows\CurrentVersion\Run
schtasks /query /fo LIST /v

Malware hunting (Linux analyst perspective)

find / -name ".lnk" 2>/dev/null
strings suspicious_file.vbs | head -n 50
tcpdump -i eth0 port 443 or port 80
grep -R "Telegram" /var/log/

WinRAR exploitation triage logic

echo "Check archive extraction paths for traversal patterns: ../ or ..\"

❌ CVE-2025-8088 public exploitation details are still emerging and may vary across vendor advisories
❌ Attribution of all clusters (UAC-0184, UAC-0247, PixyNetLoader) to a single coordinated campaign is not fully confirmed
✅ Gamaredon is widely recognized as a Russian state-linked threat actor targeting Ukraine
✅ Use of Telegram, ADS, and scheduled tasks is consistent with known modern espionage malware techniques
❌ Full operational linkage between GammaSteel, GammaWorm, and GammaPhish remains analyst-derived and not universally verified

Prediction:

(+1) Gamaredon and similar APT groups will increasingly rely on modular VBScript and HTA-based loaders for low-cost scalable espionage campaigns
(+1) Cloud platforms like AWS S3 and Telegram will continue to be abused as resilient command-and-control and exfiltration channels
(+1) Future malware families will further automate propagation through USB and network share infection vectors
(-1) Traditional signature-based antivirus systems will become even less effective against layered, obfuscated loader chains
(-1) WinRAR and legacy archive tools may face increased scrutiny and potential enterprise restriction due to repeated exploitation trends

▶️ Related Video (80% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: thehackernews.com
Extra Source Hub (Possible Sources for article):
https://www.digitaltrends.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube