Drooid Logo
Back to story perspectives

Full Breakdown

ClickFix Social-Engineering Attacks Expand Across Windows and macOS

By Drooid · · How we work

The Growing Threat Landscape

Security researchers report that the ClickFix technique—malicious pop-ups that masquerade as CAPTCHA challenges—has moved from isolated incidents to widespread campaigns targeting both Windows and macOS users. The attacks begin with an overlay window that urges the victim to copy, paste, and execute a command in the system’s command line. By exploiting the Run dialog on Windows or the Power-User menu on macOS, the malicious string launches PowerShell (or a Unix shell) to download and install malware from the Internet.

Attack Mechanics and Evolution

ClickFix leverages familiar user-interface elements such as the Windows + R shortcut or the macOS Terminal to trick users into running base-64-encoded scripts. Early variants relied on the Run dialog, but newer “TerminalFix” versions direct victims to the Win + X menu to bypass simple Group-Policy blocks. On macOS, the payload displays the command but hides the critical portion in base-64 encoding, preventing casual Googling of the code. Researchers note that compromised legitimate websites and even publicly shared Google Sheets can host the deceptive overlays, expanding the attack surface without requiring a dedicated command-and-control infrastructure.

Scale of Infections

Security researcher Kevin Beaumont attributes the surge to a flood of Reddit posts in which users describe their machines being compromised after following ClickFix prompts. The volume of such posts suggests that the technique has reached “epic scale,” according to Beaumont’s recent remarks. While exact infection numbers are not provided, the consistent stream of victim reports indicates a rapid expansion beyond the initial disclosures made over a year ago.

Mitigation Guidance from Vendors

Microsoft offers Group-Policy settings that can disable the Start/Run prompt for specific user groups, a measure Beaumont recommends for organizations operating in the Windows ecosystem. However, he cautions that many companies may find such restrictions too extreme for everyday workflows. On macOS, disabling the Power-User menu is possible but requires additional administrative effort. Software vendors are developing countermeasures for both platforms, though attackers continue to adapt their methods.

Long-Term Countermeasures

Security analyst Mehmet Bugra Sahinoglu argues that user education remains the most effective defense. He advises that non-technical users should be instructed never to execute commands outside the browser window, regardless of the source. Emphasizing the adversarial nature of internet-delivered content, Sahinoglu contends that a modest increase in awareness can substantially reduce the success rate of ClickFix campaigns.