Hola Browser Supply Chain Breach Delivered Monero Miner to Users
Sophos discovered a cryptocurrency miner bundled with Hola Browser for Windows. The malware creates a Windows service, adds Defender exclusions, and mines when idle.
The Hola Browser's Windows distribution pipeline was compromised to deliver a Monero cryptocurrency miner to users, Sophos researchers discovered during routine certification testing. The miner ran silently when computers were idle, generating revenue for attackers while users' electricity bills climbed.
Hola confirmed the breach, stating approximately 0.1% of its users were affected. The company has rebuilt its distribution pipeline and implemented additional security controls.
Discovery
The compromise came to light during periodic AppEsteem certification checks—a process Hola Browser had previously passed. Sophos researchers detected a suspicious executable named me.exe during testing of Hola Browser version 1.251.91.0.
Analysis confirmed the binary was a Monero cryptocurrency miner. Cryptominers favor Monero because its privacy features make tracing payments to attackers nearly impossible, and it can be mined profitably on consumer CPUs without dedicated mining hardware.
How the Miner Operates
Once installed alongside the legitimate Hola Browser, the miner:
- Adds Windows Defender exclusion — Prevents Microsoft's built-in antivirus from flagging the miner
- Copies itself to Program Files — Saves as
HolaMonitorService.exeto blend with legitimate Hola components - Creates Windows service — Registers as
hola_monitor_svcwith auto-start enabled for persistence - Mines when idle — Only activates during system idle periods to avoid detection through performance impact
The idle-detection behavior is a common evasion technique. Users might notice their laptop fans spinning up while stepped away but dismiss it as background updates. By the time they return, mining stops and system performance returns to normal.
Supply Chain Attack Vector
Hola hasn't disclosed exactly how attackers compromised their distribution pipeline, only confirming a "supply chain compromise" occurred. The attack mirrors patterns seen in other recent software distribution breaches.
Supply chain attacks targeting browser and utility software have become increasingly common. We covered a similar compromise affecting Red Hat npm packages just days ago, where attackers injected credential-stealing malware into legitimate package releases.
Impact Assessment
Hola claims 0.1% of users were affected—a small percentage, but Hola Browser reports millions of users. Even a fraction of a percent represents significant cryptomining revenue over time.
The financial impact on individual users is subtle: slightly higher electricity costs, slightly faster hardware wear, slightly shorter battery life on laptops. None of these are obvious enough to trigger investigation, which is exactly the point.
Remediation
Users who installed Hola Browser for Windows during the affected period should:
- Check for the service — Open Services (services.msc) and look for
hola_monitor_svc - Check Program Files — Look for
HolaMonitorService.exein Program Files directories - Review Defender exclusions — Check Windows Security > Virus & threat protection > Exclusions for unexpected entries
- Consider reinstalling — Download a fresh copy from Hola's official site after the pipeline has been secured
The Bigger Picture
Supply chain attacks work because users trust software from vendors they know. Hola Browser users had no reason to suspect their browser download was compromised—it came from the official source.
This is why understanding malware fundamentals matters for everyone, not just security professionals. Modern attacks don't require users to download suspicious files from sketchy websites. They compromise the legitimate channels users already trust.
Hola stated they have implemented "enhanced security measures" but hasn't detailed what changed. For users concerned about supply chain risks, comparing download hashes against vendor-published values—when available—remains one of the few user-accessible verification methods.
Related Articles
OpenAI Codex Users Hit by Token-Stealing npm Package
Malicious codexui-android npm package stole OpenAI refresh tokens from 29K developers. Mobile apps with 60K installs also compromised—revoke credentials now.
Jun 3, 2026Red Hat npm Packages Hit by Shai-Hulud Supply Chain Attack
32+ Red Hat Cloud Services npm packages compromised with Mini Shai-Hulud credential-stealing malware. 80K weekly downloads affected—here's what developers need to know.
Jun 2, 2026CISA Adds Three Supply Chain Attacks to KEV — Federal Deadline June 10
Daemon Tools, TanStack, and Nx Console all compromised via supply chain attacks. CVSS scores up to 9.5. CISA mandates federal remediation by June 10.
May 29, 2026TrapDoor Hits npm, PyPI, Crates.io—34 Packages Target AI Devs
Supply chain attack deploys 34 malicious packages across npm, PyPI, and Crates.io to steal crypto wallets, SSH keys, and developer credentials. AI assistants weaponized.
May 25, 2026