'ClickLock' Malware Coerces Mac Users Into Giving Up Passwords - MacRumors
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 Handoff Feature

iOS 27 Introduces New 'iPhone Handoff' Feature

Wednesday September 2, 2026 12:35 pm PDT by
Apple has added a new "iPhone Handoff" feature to iOS 27 that will allow you to switch between two iPhones while using the same phone number on each device. This functionality was briefly mentioned during the WWDC 2026 keynote in June, on a slide that listed hundreds of new features coming in iOS 27 and corresponding software updates, but Apple never shared any further details at the time. ...
Dynamic Island iPhone 18 Pro Feature

iPhone 18 Pro Prices Estimated Ahead of Apple Event Next Week

Thursday September 3, 2026 3:41 am PDT by
Less than a week before Apple debuts new iPhone 18 Pro models, research firm TrendForce has estimated the prices of the devices based on the latest hardware cost environment. TrendForce's price estimates compared to last year's models look like this: Model Starting Price Model Starting Price Change iPhone 17 Pro $1,099 iPhone 18 Pro $...
Apple Foldable Thumb

iPhone Ultra's Very High Price and Features Revealed in New Report

Thursday September 3, 2026 7:33 am PDT by
Ahead of Apple's event on Wednesday, September 9, where it is expected to unveil its first-ever foldable iPhone, Taiwanese research firm TrendForce today outlined the device's estimated price range, features, and some other key details. In the U.S., TrendForce estimated that the foldable iPhone will have a starting price of $2,099 to $2,299 and said the highest-end configurations could...

Top Rated Comments

turbineseaplane Avatar
7 weeks ago

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)
7 weeks ago

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: 12 Votes (Like | Disagree)
axantas Avatar
7 weeks ago
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)
7 weeks ago

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)
7 weeks ago

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)
7 weeks ago

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)