Close-up of wooden Scrabble tiles spelling SECURITY, symbolizing cybersecurity and protection.
Intelligence

CVE-2025-8088: WinRAR Path Traversal Under Active Exploit

CVE-2025-8088, a WinRAR path traversal flaw, is being exploited by seven distinct threat actor groups - from Russian FSB units to financial attackers.
Sami Malik
Copywriter

What Happened: One Vulnerability, Seven Threat Actors

On 18 July 2025, exploitation of CVE-2025-8088 began. Twelve days later, on 30 July, WinRAR 7.13 shipped with a fix. In that twelve-day window, seven distinct threat actor groups had already weaponised the vulnerability, state-sponsored espionage units, financially motivated criminal crews, and everything in between. That is not a slow-burn supply-chain attack. That is a coordinated rush.

CVE-2025-8088 is a path traversal flaw affecting all WinRAR versions prior to 7.13. It carries a CVSS score of 8.4. Qualys confirms that exploitation was occurring in the wild before any patch existed. The attack surface here is not exotic infrastructure, it is the file archiver sitting quietly on hundreds of millions of Windows desktops, many of them inside enterprises that have never pushed an update.

The Exploitation Timeline

The timeline is brutal in its precision. Exploitation began 18 July 2025. The patch landed 30 July. That is your window: twelve days during which every unpatched WinRAR installation, which, given the tool's lack of auto-update, means the overwhelming majority of them, was vulnerable to zero-interaction code execution triggered by nothing more than a user opening Windows Explorer and glancing at a preview pane.

According to Google Cloud Threat Intelligence, the seven groups active during and after this window include UNC4895 (also tracked as RomCom or CIGAR), APT44 (FROZENBARENTS), TEMP.Armageddon (Gamaredon / CARPATHIAN), Turla (SUMMIT), a PRC-nexus actor deploying POISONIVY, an Indonesia-targeting financially motivated group using Telegram as a command-and-control channel, and LATAM-focused crews pushing XWorm, AsyncRAT, and a Chrome extension engineered specifically to target two Brazilian banking sites. Different objectives. Different geographies. One shared exploit.

ESET Research additionally confirmed that RomCom was an early adopter, with Snipbot and NESTPACKER variants, alongside RustyClaw malware, deployed against financial, manufacturing, defence, and logistics organisations across Europe and Canada. This is not a Ukraine-only story. It never was.

The Underground Market That Accelerated Adoption

Speed of adoption like this does not happen by accident. It happens when exploit development is professionalised and the underground market for working weaponised code is mature, liquid, and well-funded.

Google Cloud Threat Intelligence identified a vendor operating under the handle "zeroplayer" who has been selling high-grade offensive capabilities at scale. The catalogue reads like a procurement list from a nation-state offensive programme: a Microsoft Office sandbox escape RCE listed at $300,000 in November 2025, a VPN RCE zero-day in September 2025, a Windows local privilege escalation for $100,000 in October 2025, and an AV/EDR disabler for $80,000 in September 2025. When capable, production-ready exploit code is available for purchase, the barrier to adoption collapses. Criminal groups that lack reverse-engineering talent simply buy what they need. That is why seven groups moved so quickly.

The industrialisation of exploit supply chains is the real story behind the headline CVE number.

Background: WinRAR's History of Catastrophic Path Traversal CVEs

CVE-2025-8088 is not an anomaly. It is the third major path traversal vulnerability in WinRAR to reach mass exploitation in seven years. Understanding the pattern matters, because the pattern is what tells you how long your exposure window actually is, and it is always longer than the patch release date suggests.

CVE-2018-20250: The Last Time 500 Million Users Were Exposed

In February 2019, researchers disclosed CVE-2018-20250 in WinRAR's UNACEV2.DLL component. The vulnerability allowed a crafted ACE archive to extract a file silently to the Windows Startup folder, ensuring persistence without any privilege escalation required. At the time, WinRAR had approximately 500 million installations globally. Every single one was affected.

Within one week of proof-of-concept publication, more than 100 distinct malware campaigns had weaponised the flaw. That statistic alone should recalibrate how you think about your patch deployment timelines. But here is the part that rarely gets enough attention: exploitation of CVE-2018-20250 was still being recorded by threat intelligence firms in 2022, three years after the patch shipped. WinRAR has no auto-update mechanism. Users and administrators must manually download and install each new version. In enterprise environments, that means IT teams must push updates through software deployment tooling, and in practice the lag runs from weeks to months. Some installations are simply never updated at all.

Three years of active exploitation. From a patched vulnerability.

CVE-2023-38831: How the Pattern Repeated in 2023

August 2023. Another WinRAR path traversal. CVE-2023-38831 followed a structurally similar exploitation pattern, and within weeks of disclosure, CERT-UA attributed active campaigns to APT28 (Fancy Bear). Sandworm joined. Konni Group, a North Korea-nexus actor, adopted it. Financially motivated criminal groups were not far behind. The AlienVault OTX pulse for CVE-2025-8088 notes that the current campaign infrastructure is being used alongside CVE-2018-20250 simultaneously, meaning attackers are not waiting for defenders to catch up. They are stacking old and new vulnerabilities against the same unpatched population.

The 2023 episode confirmed what 2019 had already demonstrated: WinRAR CVEs attract broad adoption quickly, across both state and criminal actors, because the installed base is enormous and the update mechanism is essentially non-existent.

Why WinRAR Cannot Be Patched at Scale

Five hundred million installations. No auto-update. Manual download and install for every endpoint. Enterprise deployments dependent on administrator-pushed packages that can take weeks to cycle through approval, testing, and deployment pipelines. In highly regulated environments, banks, government ministries, defence contractors, that lag can extend further still because change management processes require formal approval before any software update touches production systems.

This structural reality is not a criticism of WinRAR's developers. It is a description of a systemic problem that attackers understand and exploit deliberately. Every time a new WinRAR CVE drops, threat actors know they have a window measured not in days but in months. They plan accordingly. Your exposure window is not closed the moment a patch is released. It is closed only when every affected endpoint in your environment has been updated, and in most organisations, that date is frustratingly difficult to confirm.

How CVE-2025-8088 Works

The technical mechanism behind CVE-2025-8088 is elegant in its simplicity, which is precisely what makes it dangerous. No memory corruption. No complex heap spray. Just a path resolution failure that drops a file exactly where an attacker wants it.

The NTFS Alternate Data Streams Trick

According to Qualys ThreatPROTECT, the vulnerability abuses NTFS Alternate Data Streams. An attacker crafts a malicious RAR archive containing a file with a name structured as innocuous.pdf:malicious.lnk. When WinRAR processes this archive, the colon-delimited naming convention, which NTFS uses to denote alternate data streams, causes the path resolver to behave unexpectedly. Combined with directory traversal sequences, the resolved extraction path becomes something like ../../../../../Users/<user>/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/malicious.lnk.

The result: a malicious LNK shortcut lands in the Windows Startup folder without the user ever explicitly running anything. At next login, Windows executes it automatically. Persistence achieved. Payload delivered. The victim opened what looked like a PDF attachment inside an archive.

That is a one-step kill chain with no privilege escalation required and no obvious execution event for the user to notice.

Why the Windows Explorer Preview Pane Is the Trigger

The delivery mechanism is spear-phishing: a malicious RAR archive arrives via email. But the trigger requires almost nothing from the victim. As confirmed by AlienVault OTX, the exploit fires in the Windows Explorer preview pane without additional user interaction beyond selecting the file. The victim does not need to double-click into the archive. They do not need to extract anything. Simply selecting the RAR file in Windows Explorer, causing the preview pane to render a thumbnail or content preview, is sufficient to trigger extraction of the malicious payload to the Startup folder.

This is the detail that makes CVE-2025-8088 acutely dangerous in any environment where email attachments land on Windows desktops. The usual security awareness training advice, "don't open attachments you weren't expecting", does not fully apply here. The exploit triggers before "opening" in any meaningful sense.

Zero additional interaction. That is the real threat.

Who Is Exploiting CVE-2025-8088 and How

Seven groups is an unusual breadth of adoption for a single CVE in such a compressed timeframe. Understanding which actors are involved, and how they differ, is directly relevant to how you prioritise your response.

Russia-Nexus State Actors

Four of the seven confirmed groups carry Russian attribution. UNC4895, also known as RomCom or CIGAR, is a dual-purpose actor, simultaneously conducting financial crime and state espionage, and was among the earliest adopters. Their campaigns deliver NESTPACKER, which stages the Snipbot implant. Lures are recipient-tailored spearphishing messages, indicating pre-operational reconnaissance against specific individuals. Targets confirmed by Google Cloud Threat Intelligence include Ukrainian military personnel.

APT44, tracked as FROZENBARENTS, targets Ukrainian entities broadly, delivering malicious LNK files alongside decoy documents carrying Ukrainian-language filenames to maximise believability. TEMP.Armageddon, Gamaredon, CARPATHIAN, targets Ukrainian government entities specifically and has been observed delivering HTA downloaders with activity confirmed through January 2026, meaning this campaign was still running at least six months after exploitation began. Turla, designated SUMMIT, focuses on Ukrainian military targets with drone and military operations as lure themes, deploying the STOCKSTAY malware suite.

The concentration of Russian-nexus actors on Ukrainian targets is consistent with the broader geopolitical context. But the tradecraft, spearphishing RAR archives, LNK-based persistence, modular implant deployment, travels. These same techniques appear in campaigns far outside the conflict zone.

China-Nexus Actor and Financially Motivated Groups

The PRC-nexus actor identified by Google Cloud Threat Intelligence delivers POISONIVY, a remote access tool with a long operational history, via a BAT file dropped to the Startup folder, using the same core path traversal mechanism. POISONIVY campaigns have historically targeted government, defence, and technology sectors, and this instance is consistent with that targeting profile.

The financially motivated actors are operationally distinct but technically opportunistic. The Indonesia-targeting group delivers archives hosted on Dropbox, password-protected to evade automated scanning, with command-and-control routed through a Telegram bot, a technique increasingly common because Telegram's infrastructure is difficult to block without collateral disruption. The final payload is a backdoor. The LATAM-focused crews are deploying XWorm and AsyncRAT against hospitality and travel sector targets, while a separate Brazil-focused group has engineered a Chrome extension specifically designed to intercept transactions at two named Brazilian banking sites. Financial sector teams in Latin America should treat this as a targeted threat, not a generic commodity campaign.

Why This Matters Beyond Ukraine

It would be convenient to frame CVE-2025-8088 as a Ukraine conflict-adjacent story. It is not. ESET Research confirmed Snipbot and RustyClaw deployments via this vulnerability against financial services firms, manufacturers, defence contractors, and logistics companies across Europe and Canada. These are not collateral targets. They are primary objectives for groups like RomCom, which has consistently demonstrated the ability to shift operational focus between geopolitical espionage and financially motivated intrusions depending on tasking and opportunity.

The presence of financially motivated actors, targeting Indonesia, Latin America, and Brazil, makes clear that the exploit has been incorporated into criminal toolkits with no connection to the Russia-Ukraine conflict. Any organisation running unpatched WinRAR on Windows endpoints is in scope. The attack surface is not defined by your sector or geography. It is defined by whether WinRAR 7.13 or later is installed on your endpoints.

Campaign infrastructure for CVE-2025-8088 has included a Supabase-hosted hostname for payload staging, according to AlienVault OTX. That kind of abuse of legitimate cloud infrastructure is deliberately chosen to evade network-layer controls that block known-bad IP ranges. Standard perimeter defences will not catch this.

The threat is genuinely global. Treat it as such.

Who Is at Risk

Any Windows environment running WinRAR prior to version 7.13 is directly vulnerable. Given the absence of auto-update and the typical lag in enterprise patch cycles, that is a significant proportion of the global installed base of 500 million-plus copies. The risk is not theoretical: exploitation was confirmed in the wild before the patch existed, and multiple campaigns were still active months after the patch shipped.

Organisations at elevated risk include those in financial services, which have been explicitly targeted by both the Brazilian banking Chrome extension campaign and the broader RomCom financial sector intrusions documented by ESET. Defence and government entities are targeted by all four Russian-nexus groups. Manufacturing and logistics firms appear in ESET's confirmed victim list. Hospitality and travel operators in Latin America face active XWorm and AsyncRAT campaigns. Indonesian organisations are being targeted by a dedicated group using Dropbox delivery and Telegram C2.

If your organisation operates in the MEA region, note that the tradecraft used here, spearphishing RAR archives, LNK persistence, modular implant chains, is identical to techniques used in campaigns that have targeted Gulf government ministries, African financial institutions, and regional defence entities in recent years. The actors may differ, but the technical pattern transfers directly. Monitoring for indicators of compromise specific to CVE-2025-8088 campaigns is not optional for MEA enterprises at this point.

Managed service providers and IT outsourcers deserve specific mention. If you administer endpoints for multiple clients, a single compromised archive in your environment can become a pivot point into your entire client base. The trust relationships that make MSP access efficient are the same relationships threat actors seek to abuse.

What to Do Now

The immediate priority is version verification. Audit every Windows endpoint in your environment for WinRAR installations and confirm whether the installed version is 7.13 or later. Do not assume your software deployment tooling has caught everything, verify at the endpoint level. WinRAR installations placed by users rather than administrators are particularly likely to be missed by centralised asset inventory.

Where patching cannot be completed immediately, consider disabling the Windows Explorer preview pane as a temporary mitigation. Since the exploit triggers through preview pane rendering, removing that attack vector breaks the zero-interaction component of the kill chain. Users would still need to be warned not to manually extract or open archives from untrusted sources, but eliminating the preview pane trigger meaningfully reduces exposure. This is a stopgap, not a solution. Patch.

Review email gateway controls for RAR and archive file types. Password-protected archives, used by the Indonesia-targeting group specifically to evade scanning, are a known detection gap. Consider whether your environment genuinely requires the receipt of password-protected archives from external senders, and if not, whether blocking or quarantining them is operationally feasible.

Implement credential leak monitoring for accounts associated with any systems that may have been exposed. Given that multiple payloads in these campaigns are full-featured backdoors and remote access tools, credential harvesting is a likely secondary objective. Early detection of compromised credentials can interrupt lateral movement before significant damage occurs.

Hunt for LNK files in Startup folder locations across your environment. A legitimate process should rarely be placing new shortcuts in %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup. Unexpected files in that location, particularly with recent creation timestamps, warrant immediate investigation. Similarly, monitor for BAT files executing from user-writable directories and for unusual Telegram API traffic from endpoints that have no business reason to contact Telegram infrastructure.

Brief your security operations team on the specific payload families: NESTPACKER, Snipbot, RustyClaw, STOCKSTAY, POISONIVY, XWorm, AsyncRAT. Ensure your detection tooling has current signatures or behavioural rules for each. Review threat intelligence feeds for campaign-specific infrastructure indicators tied to CVE-2025-8088.

How Defendis Helps You Stay Ahead of CVE-2025-8088

CVE-2025-8088 was weaponised twelve days before its patch was released. Seven distinct threat actor groups, from Russian FSB units to financially motivated attackers in Indonesia, Brazil, and Latin America, had production-quality exploits in place before most organisations had any visibility into the vulnerability. That twelve-day window is not unusual. It is the normal operating window for n-day vulnerabilities in widely-installed desktop utilities, and it is where the gap between knowing about a CVE and knowing whether your environment is already compromised becomes operationally significant.

Defendis monitors dark web sources, underground forums, and threat actor channels for indicators that your organisation's infrastructure has been targeted. When credentials belonging to your domain appear in data sets associated with CVE-2025-8088 campaign infrastructure, exfiltrated by GammaSteel, RomCom's NESTPACKER loader, or any of the financially motivated groups now using this exploit, your team receives an alert with the context to act. For organisations that cannot immediately enforce WinRAR upgrades across every endpoint, that early-warning layer is the difference between a contained incident and an undetected compromise that runs until the attacker decides to move.

Book a demo →

Frequently Asked Questions

Does CVE-2025-8088 require administrator privileges to exploit? No. The path traversal drops a malicious LNK into the current user's Startup folder, which is writable without elevation. No privilege escalation is required. Standard user accounts are fully vulnerable.

Is WinRAR 7.13 the only remediation? Yes, upgrading to WinRAR 7.13 or later is the only confirmed fix. Disabling the Windows Explorer preview pane reduces the attack vector but does not patch the underlying vulnerability. If a user manually opens a malicious archive through other means, the path traversal still functions.

Are other archive tools affected? CVE-2025-8088 is specific to WinRAR's handling of NTFS Alternate Data Streams in archive path resolution. 7-Zip, PeaZip, and similar tools have separate codebases and are not affected by this specific CVE. If your users have migrated away from WinRAR entirely, you are not exposed to this particular vulnerability.

How do I know if we have already been compromised? Look for unexpected LNK or BAT files in Startup folder locations, review process creation logs for WinRAR spawning unusual child processes, check network logs for connections to Supabase-hosted hostnames not associated with your own applications, and monitor for Telegram API traffic from endpoints. If RomCom or related actors are a plausible threat for your sector, assume a longer dwell time is possible and conduct a thorough host-based forensic review on any systems that accessed external RAR archives in the July–October 2025 window.

What if we use WinRAR in an air-gapped environment? The initial delivery mechanism is spearphishing via email, which requires internet connectivity. However, if staff bring files into an air-gapped environment via removable media or file transfer systems, the same exploit mechanism applies. The trigger requires only Windows Explorer interaction with the malicious archive, not an internet connection at the point of exploitation.

Is there a public proof-of-concept available? Given that seven threat actor groups weaponised this vulnerability within its twelve-day pre-patch window, working exploit code is demonstrably available in criminal and state-actor communities. Defenders should assume that production-quality exploit capability is widely held and that the barrier to exploitation for mid-tier threat actors is low.

About the author
Sami Malik is a copywriter passionate about crafting clear, engaging, and impactful content that helps brands connect with their audience through storytelling and strategy.

Related Articles

Discover simplified
Cyber Risk Management
Request access and learn how we can help you prevent cyberattacks proactively.