WinRAR CVE-2025-8088 — Russia-Aligned Stealer Campaigns

Path-traversal via NTFS ADS (patched WinRAR 7.13, Jul 2025, still exploited) → Startup-folder LNK → cmd → PowerShell → GIFTEDCROOK, plus Gamaredon's HTA→VBScript GammaLoad/GammaSteel. Defensive hunt & harden pack — no exploit code.
Threat
UAC-0226 / SHADOW-EARTH-066 · Earth Dahu / Gamaredon
Severity
NATION-STATE · ITW
Type
Espionage + infostealer via spearphishing
CVE
CVE-2025-8088 (fixed WinRAR 7.13)
Version
v0.2 · 2026-06-12
Author
HuntPack
Confidence
HIGH
01

Executive Summary

CVE-2025-8088 is a directory-traversal flaw in WinRAR: a crafted archive uses NTFS Alternate Data Streams to write files outside the chosen extraction directory. Patched in July 2025 (WinRAR 7.13), it remains heavily exploited a year later because WinRAR has no silent auto-update and is deeply embedded in everyday workflows — unpatched copies linger indefinitely.

Two Russia-aligned clusters drive the activity. UAC-0226 / SHADOW-EARTH-066 ships RAR archives with a decoy PDF plus three concealed ADS payloads; on extraction a LNK lands in the Startup folder, and at next logon it executes cmd.exe → PowerShell, which uses in-memory DLL loading to deploy the GIFTEDCROOK stealer (Chromium + Firefox credentials and cookies, plus documents by extension), exfiltrates to direct C2, then self-deletes. Earth Dahu / Gamaredon runs a longer-lived HTA→VBScript chain — GammaPhish (HTA) → GammaLoad (VBScript, dead-drop resolvers) → GammaSteel — active through at least April 2026. Sandworm, Turla, and Void Rabisu have also abused the same flaw.

Defender priority: Inventory and force-upgrade WinRAR to 7.13+ fleet-wide (the actual fix), then deploy the two behavioral detections (Q1/Q2) and enable the email/script-host ASR rules. No atomic IOCs were published — pack is behavior-keyed. Earliest high-fidelity signals: Q1 (extractor writes to Startup) and Q2 (extractor spawns a shell), both at exploit time — escalate on any hit.
02

Source Review & Web Hunter Notes

TierSourceKey FindingCarry
1 · News of recordThe Hacker News — WinRAR Flaw Exploited by Russia-Aligned GroupsFull chain: ADS payloads → Startup LNK → cmd→PowerShell→GIFTEDCROOK; Gamaredon HTA→VBScript; Telegram→direct-C2 shiftyes
1 · Vendor researchTrend Micro — Old WinRAR Flaw Fuels Attacks on UkraineUnmanaged-software persistence angle; attribution (corroborated)partial
2 · CorroboratingDarkReading — Russian Groups WinRAR FlawTwo-actor confirmation; targeting of government/military in the regionyes
2 · AggregatorRescanaCVE-2025-8088 active exploitation; advanced stealer payloads; activity through April 2026partial
1 · Vendor (vuln)WinRAR / NVD — CVE-2025-8088Path traversal via ADS; fixed in 7.13 (July 2025)yes

Decisions: key the pack on behavior (no hashes/domains published; infra is per-operation); cover both actor chains (UAC-0226 PowerShell/in-memory via Q2/Q5; Gamaredon HTA/VBScript via Q3/Q4); lead with the WinRAR upgrade (the patch closes the traversal; everything downstream is mitigation).

03

Hunt Brief & Attack Chain

Working hypothesis: A user opens a RAR attachment in a vulnerable WinRAR; the archive's ADS payloads write a LNK to the Startup folder (and/or script payloads to %TEMP%/%APPDATA%). At next logon the LNK launches a cmd→PowerShell (UAC-0226) or mshta→wscript (Gamaredon) chain that deploys a stealer, harvests browser credentials and documents, and exfiltrates to C2.

StepBehaviorTelemetryHunt Angle
1 · DeliverySpearphishing email with crafted RAR attachmentEmail gateway logsN4
2 · Exploit on extractWinRAR writes ADS payloads outside extraction dir (LNK → Startup; scripts → temp)PeFileWritten; Sysmon EID 11/15Q1; N1 (ADS)
3 · Logon triggerStartup LNK executes cmd.exe → powershell.exeProcessRollup2Q2
4a · UAC-0226 loaderPowerShell in-memory DLL load → GIFTEDCROOKProcessRollup2 (cmdline)Q5
4b · Gamaredon loaderGammaPhish HTA → GammaLoad VBScript (dead-drop) → GammaSteelProcessRollup2; DnsRequestQ3 / Q4
5 · CollectionSteal Chromium/Firefox creds + cookies; documents by extensionFile access (limited in EDR)Pivot
6 · Exfil + cleanupSend to direct C2; delete artifactsNetworkConnectIP4Q6

Affected surface & telemetry

SurfaceRequired TelemetryPriorityGap Risk
Windows endpoints with WinRAR < 7.13Software inventory; ProcessRollup2CriticalLow — inventory + sensor
Startup-folder persistenceFile-write w/ writing-process context (PeFileWritten)HighMedium — .lnk writes may need Sysmon EID 11
NTFS ADS payload writeSysmon EID 15 (FileCreateStreamHash)MediumHigh — ADS not surfaced by EDR
Browser credential collectionFile-read on browser profile DBsMediumHigh — file reads weak in EDR; pivot only
04

Consolidated IOC Table

Primary reporting published no file hashes, domains, or IPs — only malware-family names and behaviors. This pack treats behavior as the indicator. Capture per-incident atomic IOCs during triage; copy-ready blocks in §9.
TypeValueConfActionContext
BehaviorWinRAR.exe / Rar.exe writing *.lnk into \Startup\highdetectADS path-traversal persistence outcome
BehaviorWinRAR.exe → cmd/powershell/mshta/wscripthighdetectExtractor spawning a shell/script host
BehaviorPowerShell in-memory DLL load (GIFTEDCROOK loader)mediumhunt[Reflection.Assembly]::Load / FromBase64String / IEX
Malware familyGIFTEDCROOK, GammaPhish, GammaLoad, GammaSteelmediumenrichPayload identification during triage
TTPDead-drop resolver C2 (Gamaredon)mediumhuntVBScript resolving C2 from third-party hosting
05

ATT&CK Mapping

TacticTechniqueObserved BehaviorQuery / Control
Initial AccessT1566.001 — Spearphishing AttachmentCrafted RAR delivered by emailN4; ASR email rule §10
ExecutionT1203 — Exploitation for Client ExecutionWinRAR extraction triggers CVE-2025-8088Patch §10; Q1
Defense EvasionT1564.004 — NTFS File Attributes (ADS)Payloads hidden in alternate data streamsN1
PersistenceT1547.001 — Startup FolderLNK written outside extraction dir into StartupQ1
ExecutionT1059.001 / .003 / .005 — PowerShell / cmd / VBScriptLoader chains via cmd→PowerShell and VBScriptQ2, Q4, Q5
Defense EvasionT1218.005 — MshtaGammaPhish HTA executionQ3
Defense EvasionT1620 — Reflective Code LoadingIn-memory DLL load of GIFTEDCROOKQ5
Credential AccessT1555.003 / T1539 — Browser creds / session cookiesChromium/Firefox password + cookie theftPivot
Command & ControlT1102 — Web Service (dead-drop resolver)Gamaredon resolves C2 from third-party hostsQ6
Exfil / EvasionT1041 / T1070.004 — Exfil over C2 / File DeletionData sent to C2, artifacts deletedQ6; containment
06

Native Audit-Log Hunts

HuntSourceLogicResponse
N1 · NTFS ADS payload writeSysmon EID 15 (FileCreateStreamHash)Alternate data stream created during/after archive extractionHigh-fidelity exploit signal if Sysmon deployed
N2 · Startup folder LNK creationSysmon EID 11 (FileCreate)New .lnk in %AppData%\…\Startup with an archive process in recent ancestryPull the LNK target; correlate with Q2
N3 · Vulnerable WinRAR inventorySoftware inventory / Get-ItemProperty WinRAR versionWinRAR.exe file version < 7.13 anywhere (incl. portable copies)Force-upgrade; the actual fix
N4 · RAR attachments to high-value mailboxesEmail gateway logs.rar (and nested-archive) attachments to executive/government/defense mailboxesQuarantine + detonate; warn recipients
07

CrowdStrike LogScale CQL Hunt Queries

Pick your tenant's cloud first — every "Open in Falcon" button below uses this selection.
Field names validated against the Falcon event reference; process hunts include SyntheticProcessRollup2. Q5/Q6 carry FP risk — combine with a same-host Q1/Q2 hit and tune exclusions before promoting any IOA.
Q1 · Archive utility writing into the Startup folder (ADS traversal outcome)
CONF HIGHFP LOWCOST LOW-MED

Looks for: WinRAR/Rar/7-Zip writing any file into a Startup folder. Accomplishes: catches the CVE-2025-8088 persistence outcome directly — an extractor has no legitimate reason to write to Startup.

// HUNT: Archive extractor writing into a Startup folder (CVE-2025-8088 persistence)
// MITRE: T1203, T1547.001, T1564.004 | CONF: high  FP: low  COST: low-med
// FP NOTES: none expected; extractors do not legitimately drop Startup items
#event_simpleName=/PeFileWritten|NewExecutableWritten/
| ContextBaseFileName=/^(WinRAR|Rar|UnRAR|7zFM|7z|7zG)\.exe$/i
| TargetFileName=/\\Start Menu\\Programs\\Startup\\/i
| table([@timestamp, ComputerName, UserName, ContextBaseFileName, TargetFileName, SHA256HashData], limit=200)
Q2 · Archive utility spawning a shell or script host
CONF HIGHFP LOWCOST LOW

Looks for: WinRAR/7-Zip as the parent of cmd/PowerShell/mshta/wscript/cscript. Accomplishes: catches the loader kicking off straight from extraction. FP: rare SFX archives launching a setup script — verify the child command line.

// HUNT: Archive extractor spawning a shell or script host
// MITRE: T1203, T1059.001/.003, T1218.005 | CONF: high  FP: low  COST: low
// FP NOTES: rare SFX archives that legitimately launch a setup script
#event_simpleName=/ProcessRollup2|SyntheticProcessRollup2/
| ParentBaseFileName=/^(WinRAR|Rar|UnRAR|7zFM|7z|7zG)\.exe$/i
| FileName=/^(cmd|powershell|pwsh|powershell_ise|mshta|wscript|cscript|rundll32|regsvr32)\.exe$/i
| table([@timestamp, ComputerName, UserName, ParentBaseFileName, FileName, CommandLine, SHA256HashData], limit=200)
Q3 · mshta.exe running an HTA / spawning a script host (GammaPhish)
CONF MED-HIGHFP LOW-MEDCOST LOW

Looks for: mshta.exe executing a local .hta from a user path. Accomplishes: catches Gamaredon's GammaPhish HTA stage. FP: legacy internal HTA tools — exclude known internal HTA paths.

// HUNT: mshta.exe executing a user-path HTA or spawning a script host
// MITRE: T1218.005, T1059.005 | CONF: med-high  FP: low-med  COST: low
// TUNING: exclude known internal HTA paths; focus on %TEMP%/%APPDATA% and child script hosts
#event_simpleName=/ProcessRollup2|SyntheticProcessRollup2/
| FileName=/^mshta\.exe$/i
| CommandLine=/\.hta/i
| CommandLine=/\\(Temp|AppData|Users)\\/i
| table([@timestamp, ComputerName, UserName, ParentBaseFileName, CommandLine], limit=200)
Q4 · wscript/cscript running a VBScript from a user-writable path (GammaLoad)
CONF MEDFP MEDCOST LOW

Looks for: Windows Script Host executing a .vbs from %TEMP%/%APPDATA%/Startup. Accomplishes: surfaces the GammaLoad VBScript downloader stage. FP: logon scripts / installer VBScript — exclude sanctioned paths.

// HUNT: Windows Script Host running a VBScript from a user-writable path
// MITRE: T1059.005, T1547.001 | CONF: medium  FP: medium  COST: low
// TUNING: exclude sanctioned logon-script + signed-installer paths; favor Startup/AppData + mshta parent
#event_simpleName=/ProcessRollup2|SyntheticProcessRollup2/
| FileName=/^(wscript|cscript)\.exe$/i
| CommandLine=/\.vbs/i
| CommandLine=/\\(Temp|AppData|Roaming|Startup)\\/i
| table([@timestamp, ComputerName, UserName, ParentBaseFileName, CommandLine], limit=200)
Q5 · PowerShell in-memory / reflective load indicators (GIFTEDCROOK)
CONF MEDFP MEDCOST LOW-MED

Looks for: PowerShell command lines with reflective-load / base64 / IEX patterns. Accomplishes: catches the in-memory DLL load staging GIFTEDCROOK. FP: mgmt tooling using encoded commands — require a cmd/explorer/archive parent or same-host Q1 hit.

// HUNT: PowerShell reflective / in-memory load indicators
// MITRE: T1059.001, T1620 | CONF: medium  FP: medium  COST: low-med
// TUNING: require a cmd/explorer/archive parent or same-host Q1 hit; exclude sanctioned automation
#event_simpleName=/ProcessRollup2|SyntheticProcessRollup2/
| FileName=/^(powershell|pwsh)\.exe$/i
| CommandLine=/(FromBase64String|\[Reflection\.Assembly\]|\[System\.Reflection|IEX|Invoke-Expression|-enc(odedcommand)?\b|DownloadString|DownloadData)/i
| table([@timestamp, ComputerName, UserName, ParentBaseFileName, CommandLine], limit=200)
Q6 · Script-host outbound network connection (exfil / dead-drop C2)
CONF MEDFP MEDCOST MED

Looks for: outbound connections initiated directly by wscript/cscript/mshta/powershell. Accomplishes: surfaces stealer exfil and Gamaredon dead-drop resolution. FP: admin scripts calling web services — scope to external dests, correlate with Q3/Q4/Q5.

// HUNT: Outbound network connection initiated by a script host or PowerShell
// MITRE: T1102, T1041 | CONF: medium  FP: medium  COST: medium
// TUNING: exclude RFC1918 + sanctioned destinations; correlate to Q3/Q4/Q5 on same aid
#event_simpleName=NetworkConnectIP4
| ContextBaseFileName=/^(wscript|cscript|mshta|powershell|pwsh)\.exe$/i
| RemoteAddressIP4!=/^(10\.|192\.168\.|172\.(1[6-9]|2[0-9]|3[01])\.|169\.254\.|127\.)/
| table([@timestamp, ComputerName, ContextBaseFileName, RemoteAddressIP4, RemotePort], limit=200)
08

CrowdStrike Custom IOA Recommendations

IOA NameField PatternsBenign ExclusionsDeployment Path
WinRAR — extractor spawns shell/script hostParent Image *\WinRAR.exe / *\Rar.exe / *\7z*.exe; Child cmd/powershell/mshta/wscript/cscript.exeSFX setup scripts (verify child cmdline)Endpoint Security → Custom IOA → Process Creation
WinRAR — extractor writes to StartupWriting Image archive util; Target *\Start Menu\Programs\Startup\*None expectedCustom IOA → File Write (or scheduled-search detect)
Q1 and Q2 are both strong promotions. Q3–Q6 stay hunt/investigate-only pending per-environment tuning.
09

Machine-Readable IOC Appendix

Grouped IOC Quick-Copy

One-click blocks for Falcon IOC Management, scheduled searches, or hardening audits. No atomic IOCs were published — the campaign is behavior-keyed; add per-incident hashes/domains to the CSV block during triage.

Falcon IOC Management CSVbulk import (seed)
type,value,action,severity,expiration,description,tags
sha256,REPLACE_WITH_GIFTEDCROOK_SHA256,prevent,critical,2027-06-12,WinRAR campaign - GIFTEDCROOK,campaign:WinRAR-CVE-2025-8088
sha256,REPLACE_WITH_RAR_LURE_SHA256,detect,high,2026-09-12,WinRAR campaign - malicious archive,campaign:WinRAR-CVE-2025-8088
domain,REPLACE_WITH_C2_DOMAIN,detect,high,2026-09-12,WinRAR campaign - direct C2 / dead-drop,campaign:WinRAR-CVE-2025-8088
Behavioral Signaturesdetection logic
WinRAR.exe/Rar.exe/7z*.exe writes *.lnk into \Start Menu\Programs\Startup\ (ADS traversal)
WinRAR.exe/Rar.exe -> cmd/powershell/mshta/wscript/cscript (extractor spawns shell)
NTFS Alternate Data Stream created during/after archive extraction (Sysmon EID 15)
PowerShell reflective load: [Reflection.Assembly]::Load / FromBase64String / IEX (GIFTEDCROOK)
mshta.exe runs a .hta from %TEMP%/%APPDATA% (GammaPhish)
wscript/cscript runs a .vbs from Startup/AppData (GammaLoad)
script host (wscript/mshta/powershell) makes outbound connection to a public IP (exfil/C2)
Named Malware / Toolingfamilies & binaries
GIFTEDCROOK          # UAC-0226 infostealer (Chromium/Firefox creds + cookies, docs)
GammaPhish           # Gamaredon HTA first stage
GammaLoad            # Gamaredon VBScript downloader (dead-drop resolvers)
GammaSteel           # Gamaredon stealer (real-time file monitoring)
WinRAR.exe / Rar.exe / UnRAR / 7z*.exe   # vulnerable extractors (< 7.13)
Actors: UAC-0226 / SHADOW-EARTH-066 ; Earth Dahu / Gamaredon ; (Sandworm, Turla, Void Rabisu)
Patch / ASR Auditedge + endpoint
CVE-2025-8088   # WinRAR path traversal via ADS — fixed in WinRAR 7.13 (Jul 2025)
# Force-upgrade WinRAR to 7.13+ fleet-wide (incl. portable copies) — the actual fix
ASR BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550   # Block executable content from email/webmail
ASR D3E037E1-3EB8-44C8-A917-57927947596D   # Block JS/VBScript launching downloaded executables
# Block mshta.exe via WDAC/AppLocker; quarantine/detonate inbound .rar at the mail gateway
10

Hardening — Tiered & Deployable

The patch closes the traversal; the rest blunts the post-exploit chain across endpoint, script-host, and email surfaces.

Immediate — Patch & cut delivery
  • Upgrade WinRAR to 7.13+ fleet-wideM1051. The actual fix; inventory portable/unmanaged copies (no silent auto-update). Flag < 7.13 via Get-ChildItem -Recurse -Filter WinRAR.exeVersionInfo.ProductVersion.
  • ASR — Block executable content from email/webmailM1042: Set-MpPreference -AttackSurfaceReductionRules_Ids BE9BA2D9-53EA-4CDC-84E5-9B1EEEE46550 -AttackSurfaceReductionRules_Actions Enabled.
  • ASR — Block JS/VBScript launching downloaded executablesM1042 (ID D3E037E1-3EB8-44C8-A917-57927947596D). Targets the GammaLoad stage.
  • Quarantine/detonate inbound archive attachmentsM1021 / M1031. Strip or sandbox .rar (and nested archives), especially to high-value mailboxes.
Near term — Constrain script hosts (pilot first)
  • Block mshta.exe and constrain script hosts via WDAC/AppLockerM1038. HTA is rarely needed; restrict wscript/cscript for standard users.
  • PowerShell Constrained Language Mode + script-block logging + AMSIM1038 / M1040 / M1049. Raises cost of the in-memory loader; improves Q5 fidelity.
  • Monitor & restrict Startup-folder writesM1024 / M1018. Treat non-installer Startup writes as suspicious.
  • Browser app-bound cookie/credential encryptionM1027 / M1043. Limits GIFTEDCROOK/GammaSteel theft.
Strategic — Reduce the surface
  • Enterprise WDAC signed-only policyM1045 / M1038. Make script-host + unsigned-binary execution the exception.
  • Phishing-resistant reporting + attachment-handling trainingM1017. Targeted at spearphishing-attachment.
  • Standardize on a managed archive toolM1051 / M1033. Replace ad-hoc/portable WinRAR; block unmanaged copies.
11

Containment Runbook

PhaseActionsOwnerEvidence
IsolateNetwork-contain the host in Falcon; preserve the extracted archive and Startup artifactsSOC L2Containment timestamp; Q1/Q2 events
TriagePull the WinRAR child-process tree; recover the Startup LNK target and any ADS payloads; identify the stealer familySOC L2Process tree; LNK target; ADS contents
EradicateRemove the Startup LNK and dropped scripts; clear Run keys / scheduled tasks; block identified C2; delete the malicious archiveIRPersistence-removal log; C2 block
RecoverRotate credentials and session cookies for all accounts used on the host (assume browser theft); reset M365/SSO sessionsIR + ITCred + cookie rotation log
HardenForce WinRAR 7.13+ on host and fleet; enable §10 ASR + AppLocker; promote Q1/Q2 IOAsDetection EngWinRAR version; ASR/AppLocker status
12

Detection Coverage Map & Validation

TechniqueBehaviorCQLIOACoverage
T1566.001Spearphishing RAR deliveryGAP mail gateway (N4) + ASR
T1564.004ADS payload write outside extraction dirPartial Sysmon EID 15 (N1)
T1547.001Startup-folder persistenceQ1IOA-2Good
T1203 / T1059Extractor spawns shell/script hostQ2IOA-1Good
T1218.005 / T1059.005HTA / VBScript loader (Gamaredon)Q3, Q4Good
T1620PowerShell in-memory load (GIFTEDCROOK)Q5Partial needs script-block logging
T1555.003 / T1539Browser credential/cookie theftGAP file-read weak in EDR (pivot)
T1102 / T1041Exfil / dead-drop C2Q6Partial behavioral only

Validation gates: (1) confirm ProcessRollup2 + file-write context fleet-wide; Sysmon EID 11/15 where available; (2) Q1/Q2 near-zero in a 30-day benign lookback; (3) lab-test: extract a benign archive with an SFX/post-extract script (Q2) and create a Startup file via an archive tool (Q1); (4) promote Q1/Q2 to Custom IOA, keep Q3–Q6 as scheduled hunts (target FP < 1/week).

13

Hunt Summary Ticket

TITLE:        Hunt — WinRAR CVE-2025-8088 (Russia-Aligned Stealer Campaigns)
SEVERITY:     High (active nation-state exploitation of a patched flaw; espionage + stealers)
SCOPE:        Windows endpoints with WinRAR < 7.13; high-value mailboxes
HYPOTHESIS:   Crafted RAR uses ADS path traversal to drop a Startup LNK; logon triggers
              cmd->PowerShell->GIFTEDCROOK (UAC-0226) or mshta->VBScript GammaLoad/GammaSteel
              (Gamaredon); creds/docs exfil to C2.
QUERIES RUN:  Q1 archive util -> Startup (IOA) | Q2 archive util -> shell (IOA) | Q3 mshta HTA |
              Q4 wscript VBScript | Q5 PowerShell reflective load | Q6 script-host outbound
              + Native N1-N4 (ADS EID15, Startup LNK EID11, WinRAR inventory, mail gw)
DO FIRST:     Q1, Q2 — escalate any hit immediately
FINDINGS:     <pending analyst execution>
GAPS:         ADS + browser-cred-theft telemetry weak in EDR; no atomic IOCs published
ACTIONS:      Force WinRAR 7.13+; enable email/script ASR; block mshta; promote Q1/Q2
OWNER:        HuntPack
VERSION:      v0.2 - 2026-06-12
14

Changelog

v0.22026-07-24CQL correctness pass. All table() calls now carry an explicit row limit: the default is 200 and truncation is silent, so a capped result was indistinguishable from a complete one. Atomic-IOC sweeps (filters over 5+ hashes or C2 IPs) use limit=max so a wide infection is never silently under-scoped; behavioural hunts use limit=200, where exceeding the cap indicates the query needs tuning. Where present, event names that do not exist in the Falcon data model were corrected (e.g. ServiceInstalled is a Sysmon concept, not a Falcon event; ElfFileWritten is ELFFileWritten) — such queries could never return a row. No detection logic, fields, or IOCs changed.
v0.12026-06-12Initial pack in the review-v2 gold layout (fixed left-sidebar scrollspy TOC, collapsible, cloud selector inside the CQL section, per-card Copy/Open-in-Falcon, Grouped IOC Quick-Copy grid, coverage+validation, .ticket). 6 CQL + 4 native hunts covering both actor chains, 2 IOA candidates, tiered hardening, containment runbook. Behavior-keyed (no atomic IOCs published).
15

References

TierSourceUsed For
1The Hacker News — WinRAR Flaw Exploited by Russia-Aligned GroupsFull attack chain, both actor clusters, payload behavior
1Trend Micro — Old WinRAR Flaw Fuels AttacksUnmanaged-software persistence; attribution
2DarkReading — Russian Groups Weaponize WinRAR FlawTwo-actor confirmation; targeting
2Rescana — CVE-2025-8088 active exploitationActivity timeline through April 2026
1NVD — CVE-2025-8088Vulnerability detail; fixed version

HuntPack v0.1 · WinRAR CVE-2025-8088 · Generated 2026-06-12 · Defensive use only — no exploit code. The patch (WinRAR 7.13+) is the primary fix — hunts cover unpatched exposure and the post-exploit chain. Validate field names in your tenant before promoting any query to alerting.