PROBABLYPWNED
MalwareJune 7, 20263 min read

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.

James Rivera

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:

  1. Adds Windows Defender exclusion — Prevents Microsoft's built-in antivirus from flagging the miner
  2. Copies itself to Program Files — Saves as HolaMonitorService.exe to blend with legitimate Hola components
  3. Creates Windows service — Registers as hola_monitor_svc with auto-start enabled for persistence
  4. 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:

  1. Check for the service — Open Services (services.msc) and look for hola_monitor_svc
  2. Check Program Files — Look for HolaMonitorService.exe in Program Files directories
  3. Review Defender exclusions — Check Windows Security > Virus & threat protection > Exclusions for unexpected entries
  4. 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