What is WinRAR?
WinRAR is one of the world's most widely used file archiving and compression utilities for Windows, with hundreds of millions of users globally. It processes RAR, ZIP, 7-Zip, and many other archive formats. Because users routinely open archives received from email, downloads, and file sharing — often double-clicking without scrutiny — vulnerabilities in WinRAR's extraction engine provide reliable malware delivery vectors. WinRAR has been targeted multiple times for path traversal and code execution vulnerabilities, including CVE-2023-38831 (a highly exploited 2023 zero-day).
Overview
CVE-2025-8088 is a path traversal vulnerability (CWE-35: Path Traversal via ...// sequences) in the Windows version of WinRAR that allows an attacker to write extracted archive contents to arbitrary filesystem locations outside the user-specified extraction directory. A maliciously crafted RAR archive delivered via phishing or web download can write executable payloads to Windows startup folders, PATH directories, or application directories — enabling persistent code execution without explicit user action beyond extracting the archive. ESET researchers discovered the vulnerability and attributed active exploitation to Amaranth Dragon (an APT41-linked Chinese state-sponsored group) and RomCom (a Russian cybercriminal/espionage group).
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| WinRAR (Windows) | < 7.13 | 7.13 Final (July 30, 2025) |
| RAR.exe (Windows standalone) | < 7.13 | 7.13 |
| UnRAR.dll (Windows) | < 7.13 | 7.13 |
Note: Linux, macOS, and Android versions of RAR/WinRAR are not affected — the ...// path traversal is Windows-specific.
Technical Details
The path traversal (CWE-35 — ...//) occurs in WinRAR's archive extraction engine on Windows. An archive entry with a specially crafted filename using ...// path sequences (a variant of ../ that WinRAR on Windows incorrectly processes) causes the extraction to resolve a path that traverses above the designated output directory.
Example attack pattern:
- Archive contains entry:
...//...//Windows/System32/evil.dll - When extracted to
C:\Users\victim\Downloads\, WinRAR traverses up to the filesystem root and writes toC:\Windows\System32\evil.dll - Attacker places malicious executables in Startup folders, DLL hijacking locations, or service binary paths
The victim only needs to extract the archive — a standard user action. No special permissions are needed for the traversal because WinRAR writes using the user's own privileges, and many directories (user Startup folder, AppData, user-writable application directories) are accessible without admin rights.
Discovery
ESET researchers Anton Cherepanov, Peter Košinár, and Peter Strýček discovered the vulnerability and attributed exploitation campaigns.
Exploitation Context
Two distinct threat actors exploited CVE-2025-8088:
-
Amaranth Dragon (APT41-linked, Chinese state-sponsored): Deployed in espionage operations targeting government and law enforcement organizations. Delivered custom backdoors via WinRAR archive phishing lures.
-
RomCom (Russian, financially motivated/espionage): Used in campaigns to install the RomCom backdoor and associated data theft tooling across European and US targets.
CISA added the vulnerability to the KEV catalog four days after the advisory, with a 21-day remediation deadline.
Remediation
- Update WinRAR to 7.13 Final immediately. WinRAR does not auto-update — users must download 7.13 from the official RARLAB website (win-rar.com). The CISA deadline was September 2, 2025.
- Verify the WinRAR version via Help → About WinRAR in the application.
- Block RAR archive execution in email — configure email gateways to quarantine or strip RAR attachments, which have no legitimate use as email attachments for most users.
- Use the WinRAR preview pane to inspect archive contents before extraction — malicious archives often have suspicious path traversal entries visible in the file list.
- Apply Windows Defender Attack Surface Reduction (ASR) rules to block untrusted files from running.
- Hunt for Amaranth Dragon / RomCom indicators if your organization received suspicious RAR archives from July–August 2025: check for unexpected files in startup folders, AppData, and application directories.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-8088 |
| Vendor / Product | RARLAB — WinRAR |
| NVD Published | 2025-08-08 |
| NVD Last Modified | 2025-10-30 |
| CVSS 3.1 Score | 8.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-35 find similar ↗ |
| CISA KEV Added | 2025-08-12 |
| CISA KEV Deadline | 2025-09-02 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-07-30 | WinRAR 7.13 Final released with fix |
| 2025-08-08 | CVE published; ESET reveals discovery and threat actor attribution |
| 2025-08-12 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2025-09-02 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| WinRAR Security Release — Version 7.13 Final | Vendor Advisory |
| NVD — CVE-2025-8088 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| ESET Research — WinRAR CVE-2025-8088 Discovery | Security Research |