'ClickLock' Malware Coerces Mac Users Into Giving Up Passwords - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
Skip to Content

'ClickLock' Malware Coerces Mac Users Into Giving Up Passwords

Security firm Group-IB has identified a new piece of macOS malware in the wild that pressures users into surrendering their passwords via a barrage of fake system prompts.

macOS Malware Feature
Dubbed "ClickLock Stealer," the malware needs no exploits and no elevated privileges to work. Instead, the attack depends on the victim pasting a command into Terminal and running it. The command then executes a script, and everything else follows.

Group-IB did not directly observe how victims are lured into pasting the command, but based on the script's behavior, the firm believes it's served through a fake "ClickFix" page posing as a Cloudflare check or browser verification step. Such pages instruct visitors to copy a command and run it in Terminal as a supposed "verification requirement."

Once it's up and running, the script discreetly downloads several modules and shows a terminal-based loading animation mimicking a Cloudflare progress bar with browser verification. If a user declines the initial password dialog that appears, the malware starts locking system usage.

Specifically, the malware kills every visible app every 210 milliseconds while the password prompt remains on screen, and the rest of the desktop stays unusable until the victim gives in. Meanwhile, another loop suppresses macOS security notifications for roughly six hours.

If the user gives up and enters their password, a second, genuine macOS prompt is subsequently forced to the front, asking them to allow access to a Keychain item. Granting it hands over Chrome's "Safe Storage" AES key, which is what the browser uses to encrypt saved passwords and cookies.

With the login password and Chrome's encryption obtained, ClickLock then harvests browser credentials, Keychain data, password manager vaults, and any cryptocurrency wallets, and then sends it all to a Telegram bot. It also installs a hidden backdoor disguised as an iCloud process to give it continual access.

Group-IB says the campaign has been active since May 2026 and has targeted at least 100 victims across 33 countries. More than half of the victims were in Europe.

Apple has already updated macOS to try to defend against this class of attack before it can get underway. In macOS Tahoe 26.4, it added a warning that appears when the user attempts to paste a command into Terminal from a website, chat, or message, and blocks the paste until the user reviews it. (Opera browser also recently added a similar feature.)

In cases where macOS detects known malware, the paste is blocked outright with no override. Still, it should go without saying that no legitimate website will ever ask a user to paste a command into Terminal.

Popular Stories

iPhone 18 Pro Deep Red Feature

iPhone 18 Pro Launching in Two Months With These 12 New Features

Friday July 17, 2026 10:39 am PDT by
It is now mid-July, and that means the iPhone 18 Pro and iPhone 18 Pro Max are now just two months away. The devices are expected to look similar to the iPhone 17 Pro and iPhone 17 Pro Max, but there will still be many year-over-year changes, with rumored features including a smaller Dynamic Island, 5G via satellite, and more. Apple is expected to unveil the iPhone 18 Pro, iPhone 18 Pro Max, ...
iPhone 18 Pro and Pro Max Feature

'Apple Upgrade' Program Reportedly Launching Next Week

Tuesday July 21, 2026 8:30 am PDT by
Apple and Klarna are partnering on a new "Apple Upgrade" program set to launch in the U.S. on Tuesday, July 28, according to Bloomberg's Mark Gurman. The program will allow you to finance most iPhone, iPad, Mac, and Apple Watch models, with a 24-month term for iPhones and Apple Watches and a 36-month term for iPads and Macs. Customers will be able to pay off the device early during the term, ...
iPhone 18 Pro Deep Red Feature

iPhone 18 Pro Launching in Two Months With These 12 New Features

Tuesday July 21, 2026 6:22 am PDT by
It is now mid-July, and that means the iPhone 18 Pro and iPhone 18 Pro Max are now just two months away. The devices are expected to look similar to the iPhone 17 Pro and iPhone 17 Pro Max, but there will still be many year-over-year changes, with rumored features including a smaller Dynamic Island, 5G via satellite, and more. Apple is expected to unveil the iPhone 18 Pro, iPhone 18 Pro Max, ...

Top Rated Comments

turbineseaplane Avatar
2 days ago at 06:26 am

the attack depends on the victim pasting a command into Terminal and running it.
Don't be in the Terminal pasting in anything if you don't know what you are doing and why.

👇 this


no legitimate website will ever ask a user to paste a command into Terminal.
Score: 19 Votes (Like | Disagree)
2 days ago at 06:39 am

Still, it should go without saying that no legitimate website will ever ask a user to paste a command into Terminal.
That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
Score: 11 Votes (Like | Disagree)
axantas Avatar
2 days ago at 06:34 am
Why would anyone do that? The main problem is not the malicious website, but the user...

Waiting for an attack like "take a hammer and hit the closed Macbook to unblock the crashed system". I am sure, there will be people, doing that. o_O
Score: 10 Votes (Like | Disagree)
2 days ago at 06:48 am

That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
I would imagine hope anyone using those tools will be tech savvy and not copy and paste a random command from a fake pop up....
Score: 6 Votes (Like | Disagree)
2 days ago at 07:13 am

That's a rather black and white statement. There are plenty of legitimate websites that host legitimate tools that are installed by pasting into the command line. Off the top of my head, Homebrew, Zsh shell, UV, Pyenv, and nvm, Rust, etc. All aimed at more technical users who, hopefully, can/will evaluate any shell scripts before they run them.
I had the same initial thought, but remember, the people who are most vulnerable to this have absolutely no idea what any of that stuff you just said was.

Unless they know enough to know for a fact when that statement is not true, they may as well take it as always true.
Score: 4 Votes (Like | Disagree)
2 days ago at 07:00 am

I'm more interested in how they lure victims to paste something in Terminal. Is this to trick technical users or non technical users?
Essentially,
“Here’s a thing I have that you want access to, but to get it, paste this in the Terminal.”
Technical user looking at the command: “Who would fall for this? LOL”
non-Technical user: “OK.”

It was probably noticed that people were still falling for “If you want to remove renaissance french from your system, go to the Terminal and type ‘rm -rf’.”
Score: 3 Votes (Like | Disagree)