Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2614+ Articles
162+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Microsoft Warns of TerminalFix Attacks Deploying Reverse Tunnels
Microsoft Warns of TerminalFix Attacks Deploying Reverse Tunnels
NEWS

Microsoft Warns of TerminalFix Attacks Deploying Reverse Tunnels

A new ClickFix variant tricks victims into running PowerShell in Windows Terminal, sideloading a DLL that opens a persistent reverse-tunnel backdoor.

Dylan H.

News Desk

August 31, 2026
3 min read

A ClickFix Variant Built for Windows Terminal

Microsoft has disclosed a new attack campaign it calls TerminalFix — a variant of the "ClickFix" social-engineering technique that, instead of directing victims to the Windows Run dialog, funnels them into Windows Terminal / PowerShell. That shift matters: Terminal handles complex, multi-line scripts far more reliably than the Run dialog, letting attackers deliver a much heavier payload in one shot.

First detailed in a Microsoft Security Blog post on August 28, 2026, the campaign has since been corroborated by BleepingComputer, The Hacker News, and Dark Reading.


Attack Chain

StageAction
1. LureCompromised website shows a fake Cloudflare Turnstile CAPTCHA overlay
2. ExecutionVictim is told to copy/paste a "verification" command into Windows Terminal
3. DeliveryPasted PowerShell downloads a ZIP archive to C:\ProgramData and silently runs a batch file
4. SideloadingThe batch file launches LockScreenContentServer.exe, a signed legitimate binary, which sideloads a malicious DLL
5. Payload assemblySteganographic PNG images are used to hide and reconstruct executables/DLL fragments from a C2 server
6. PersistenceA custom Python-based reverse-tunnel implant tunnels arbitrary TCP traffic over an encrypted WebSocket back to attacker infrastructure

Unlike earlier ClickFix campaigns that typically drop a single infostealer, TerminalFix combines DLL sideloading, steganographic payload extraction, Active Directory reconnaissance, and network-level tunnel access into one multi-stage intrusion.


Why Microsoft Calls It "Particularly Dangerous"

The reverse tunnel gives attackers direct, persistent access to the victim's internal network — not just the initially compromised host. Microsoft notes that in the hands-on-keyboard phase that typically follows, operators use this access to escalate privileges, disable security controls, exfiltrate data, and deploy ransomware across the organization. Microsoft says it discovered the campaign in the wild but has not yet observed that hands-on-keyboard follow-through — meaning the exposure window is still open for anyone who ran the initial command.


Mitigation Recommendations

  1. Restrict PowerShell and Run dialog execution for standard users via AppLocker, Application Control for Windows, or Group Policy.
  2. Consider blocking or auditing Win+R where it isn't required for daily work.
  3. Monitor for DLL sideloading — alert on LockScreenContentServer.exe executing from any path other than C:\Windows\SystemApps.
  4. Train users to recognize fake CAPTCHA/ClickFix prompts asking them to "verify" by pasting a command.
  5. If compromise is suspected, investigate for lateral movement and rotate credentials — including domain admin credentials reachable from the infected host.

Sources

  • Microsoft Security Blog — TerminalFix campaign deploys a reverse tunnel through multistage intrusion
  • BleepingComputer — Microsoft warns of TerminalFix attacks deploying reverse tunnels
  • The Hacker News — TerminalFix Uses Fake Cloudflare CAPTCHAs to Deploy Reverse-Tunnel Backdoor
  • Dark Reading — 'TerminalFix' Campaign Uses PowerShell for Enterprise Attacks
#Microsoft#ClickFix#PowerShell#Malware#Windows#Threat Intelligence

Related Articles

TerminalFix ClickFix Variant Deploys Reverse-Tunnel Backdoor

A new ClickFix variant, TerminalFix, tricks victims into running PowerShell via fake Cloudflare CAPTCHAs to install a stealthy reverse-tunnel implant.

5 min read

Hackers Abuse ViPNet Software to Target Russian Government Agencies

An advanced threat actor is exploiting the ViPNet private networking suite's update mechanism via DLL sideloading to compromise Russian government,...

4 min read

ClickFix Attacks Evolve to Abuse DNS nslookup for Payload Delivery

Microsoft discloses a new ClickFix variant that uses DNS nslookup commands to retrieve and execute malicious PowerShell payloads, marking the first known...

4 min read
Back to all News