ZeroHour
Infosecurity Magazinepublished ()ingested Alessandro Mascellino

New WinRAR Zero

criticalExploit / PoC exploited in the wildimportance 60CVE-2025-8088CVE-2023-36884CVE-2024-9680

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2023-36884
Race Condition RCE in Microsoft Windows Search

CVE-2023-36884 is a race condition (TOCTOU) vulnerability in Microsoft Windows Search that permits remote code execution, rated 7.5 (high) on CVSS 3.1. It is triggered over the network with user interaction — for example, when a user opens or interacts with a specially crafted document that causes the vulnerable search code path to race, allowing arbitrary code execution in the context of the current user. An attacker gains code execution on the victim's Windows system, which the RomCom threat actor chained with Firefox flaws to deploy backdoors against political targets, and CISA notes known ransomware use. Virtually every supported Windows client and server release at the time is affected, spanning Windows 10 1507 through 22H2, Windows 11 21H2/22H2, and Windows Server 2008 through 2022. The flaw was actively exploited as a zero-day before being fixed in the July 2023 Patch Tuesday; it was added to the CISA KEV catalog on 2023-07-17 and carries a 98.9% EPSS score (100th percentile).

Do: Apply the July 2023 Patch Tuesday Windows security updates to all Windows 10, Windows 11, and Windows Server systems, prioritizing high-value and frequently attacked endpoints since the bug was exploited as a zero-day by RomCom and carries a KEV deadline (US civilian agencies were directed to remediate by August 1, 2023). Because exploitation requires user interaction, caution users against opening untrusted documents, and verify patch status via your patch management or vulnerability scanner against the KEV requirement. If patching is not possible, follow vendor mitigations per CISA's required action or discontinue use.

7.599% KEV ransomware
  • microsoft Windows 10 1507, 1607, 1809, 21H2, 22H2
  • microsoft Windows 11 21H2, 22H2
  • microsoft Windows Server 2008 as listed in the CPE data
  • +4 more
mass≈1 billion+ Windows devices (Windows 10/11 installed base) plus the enterprise Windows Server estate
CVE-2024-9680
Use-After-Free in Mozilla Firefox Animation Timelines Allows Code Execution

Mozilla Firefox and Firefox ESR contain a use-after-free (CWE-416) in the browser's animation timelines component, which CISA describes as allowing code execution in the content process. The flaw is reachable through malicious web content: a crafted page can manipulate animation timelines so that an in-use object is freed, producing exploitable memory corruption. A successful attacker gains code execution in the content process, the sandboxed process that renders web pages, on the machine of the user who loaded the content. All users of Firefox and Firefox ESR are affected by the flaw itself. It is being actively exploited: the vulnerability was added to CISA's Known Exploited Vulnerabilities catalog on 2024-10-15 with known ransomware use, and EPSS assigns it a 23.2% probability of exploitation in the next 30 days (98th percentile).

Do: Apply Mozilla's patched Firefox/Firefox ESR release immediately and verify the running version via the browser's About Firefox dialog, since many installs only pick up auto-updates after a restart (per CISA's required action: apply mitigations per vendor instructions or discontinue use). Given the known ransomware use, prioritize enterprise ESR rollout and check for managed-update failures, auto-update-disabled installs, or unmanaged Firefox copies on user machines. Note that no public proof-of-concept is known, but KEV listing confirms exploitation, so patching should not wait for PoC availability.

9.823% KEV ransomware
  • Mozilla Firefox
  • Mozilla Firefox ESR
masshundreds of millions of users (Firefox's global desktop user base of roughly 150-200M active users, plus enterprise Firefox ESR deployments)
CVE-2025-8088
WinRAR Path Traversal (CVE-2025-8088) Enables Arbitrary Code Execution

A path traversal flaw (CWE-35) in the Windows version of WinRAR allows attackers to achieve arbitrary code execution by delivering a specially crafted archive file that writes outside the expected location when it is opened or processed. Because the CVSS 4.0 vector indicates a local attack requiring user interaction, victims are typically infected by extracting or previewing a malicious archive received via phishing, a malicious download, or another delivery channel. A successful attacker gains the privileges of the user running WinRAR, providing an initial foothold that has been used for both espionage and ransomware operations. Anyone running the Windows version of WinRAR — one of the most widely deployed Windows desktop utilities — is affected, and CPE data additionally lists dtSearch as an affected vendor. Exploitation is confirmed in the wild by nation-state actors (e.g., the China-linked Amaranth-Dragon group per related reporting) and criminal actors including ransomware operators; the flaw was added to CISA's Known Exploited Vulnerabilities catalog on 2025-08-12 and carries a near-maximal 94.6% EPSS score.

Do: Update WinRAR to the latest patched release from RARLAB on all Windows endpoints, prioritizing remediation per CISA KEV and BOD 22-01 requirements, and verify that dtSearch deployments bundling the affected component are also updated. Because exploitation requires a user to open or extract a crafted archive, warn users to treat unexpected archive files delivered by email or download with suspicion. Given confirmed ransomware use, hunt across user workstations — not just exposed servers — for suspicious archive-based infections and confirm the patched WinRAR version is installed.

8.495% KEV ransomware
  • RARLAB WinRAR
  • dtsearch
masshundreds of millions of Windows users/devices (est.; RARLAB has historically claimed user counts in the hundreds of millions)
Full article374 words · extracted from infosecurity-magazine.com · click to collapse

A newly discovered vulnerability in WinRAR has been exploited in the wild by the Russia-aligned cyber group RomCom.

According to an advisory published by ESET researchers earlier today, the flaw, tracked as CVE-2025-8088, allows attackers to conceal malicious files in an archive that are silently deployed during extraction.

A patch was released on July 30 2025, and users are urged to upgrade immediately.

How the Attack Works

The path traversal vulnerability, enabled through alternate data streams, affects multiple components, including WinRAR’s Windows command-line utilities, UnRAR.dll and the portable UnRAR source code.

By crafting archives to appear harmless, attackers hide malicious DLLs and LNK files that are deployed to system directories, enabling persistence and code execution.

Between July 18 and 21, RomCom used spear-phishing emails to target financial, manufacturing, defense and logistics firms in Europe and Canada. The emails carried job application lures with RAR file attachments.

According to ESET, no successful compromises were observed during this campaign.

Read more on advanced persistent threat tactics: Russian APT Groups Intensify Attacks in Europe with Zero-Day Exploits and Wipers

The security researchers identified three distinct attack chains:

  • Mythic agent: Used COM hijacking to execute a malicious DLL, which then decrypted and ran shellcode linked to a command-and-control (C2) server

  • SnipBot variant: Delivered via a modified PuTTY CAC executable that only ran if the system showed signs of real-world use, such as a high number of recently opened documents

  • MeltingClaw (RustyClaw): A downloader written in Rust that retrieved additional payloads from remote servers

Each chain leveraged hardcoded domain checks or anti-analysis techniques to avoid detection in test environments.

A Pattern of Zero-Day Exploits

RomCom, also known as Storm-0978, Tropical Scorpius or UNC2596, has a history of exploiting previously unknown vulnerabilities.

In June 2023, it abused CVE-2023-36884 in Microsoft Word, and in October 2024, it chained two vulnerabilities, including CVE-2024-9680 in Firefox, to deliver backdoors. The group engages in both financially motivated attacks and targeted espionage.

ESET noted that another unidentified threat actor began exploiting CVE-2025-8088 shortly after RomCom. The speed of the WinRAR team’s patch release, just one day after being informed, was highlighted as critical in reducing exposure.

Security experts recommend immediate updates to WinRAR and related components to mitigate the risk from this flaw.

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.infosecurity-magazine.com/news/winrar-zero-day-exploited-romcom/