Hola Browser’s Windows Delivery Pipeline Breached to Distribute Cryptominer
In a recent cybersecurity incident, the delivery pipeline of Hola Browser for Windows was compromised, leading to the unintended distribution of a cryptomining executable named me.exe alongside the legitimate browser installer. This breach underscores the growing threat of supply chain attacks targeting widely used software applications.
Discovery of the Compromise
The issue came to light during a routine certification review conducted by AppEsteem, an organization specializing in software certification. While evaluating Hola Browser version 1.251.91.0, AppEsteem’s tests revealed the presence of me.exe within the browser’s installation directory at C:\Program Files\Hola\me.exe. This file was not part of the browser’s declared software package, raising immediate concerns.
Further analysis by Sophos X-Ops identified me.exe as a Potentially Unwanted Application (PUA). The executable lacked code signing, had no timestamp, contained obfuscated code, and possessed memory-write capabilities. These characteristics collectively indicated malicious intent.
Mechanism of the Malicious Executable
Upon execution with administrative privileges, me.exe replicates itself within the Hola directory and registers as a Windows service named hola_monitor_svc. This service is configured to autostart and activates specifically when the host machine is idle, thereby minimizing detection by users.
To further evade detection, the binary modifies Windows Defender settings to exclude itself from scans, effectively instructing the operating system to ignore its presence. This tactic allows the cryptominer to operate undisturbed, utilizing system resources to mine cryptocurrency without the user’s knowledge.
Extent and Impact of the Breach
Hola’s CEO, Avi Raz Cohen, acknowledged the breach and confirmed that their internal monitoring systems had detected the anomaly. An independent cybersecurity firm, Sygnia, was engaged to conduct a comprehensive forensic review. The investigation concluded that this was a supply chain compromise affecting approximately 0.1% of users. Importantly, no user data was accessed or exfiltrated during the incident.
Broader Implications and Related Incidents
This incident is part of a broader trend of supply chain attacks targeting software delivery mechanisms. Similar breaches have been observed in other platforms:
– GlassWorm Infiltration of VSX Extensions: In February 2026, the GlassWorm malware compromised popular VSX extensions, affecting over 22,000 downloads. Attackers infiltrated trusted publisher accounts to distribute malicious updates, turning routine development tools into vectors for malware delivery. ([cybersecuritynews.com](https://cybersecuritynews.com/glassworm-infiltrated-vsx-extensions/?utm_source=openai))
– Telnyx PyPI Package Compromise: In March 2026, the official Telnyx Python SDK on PyPI was compromised as part of a supply chain attack by the threat actor group TeamPCP. Malicious versions of the package were uploaded, executing payloads silently upon import, affecting both Windows and Linux/macOS systems. ([cybersecuritynews.com](https://cybersecuritynews.com/telnyx-pypi-package-compromised/amp/?utm_source=openai))
– Fake AI Browser Extensions: A wave of counterfeit AI-powered browser extensions breached over 20,000 enterprise environments, compromising chat histories and sensitive data. These extensions disguised themselves as legitimate AI assistant tools, accumulating close to 900,000 installs before detection. ([cybersecuritynews.com](https://cybersecuritynews.com/microsoft-warns-fake-ai-browser-extensions-compromised-chat-histories/amp/?utm_source=openai))
Mitigation and Recommendations
In response to the breach, Hola has taken steps to secure its delivery pipeline and prevent future compromises. Users are advised to:
1. Verify Software Integrity: Regularly check the integrity of downloaded software by comparing checksums provided by the vendor.
2. Monitor System Performance: Be vigilant for unexplained system slowdowns, which may indicate unauthorized processes consuming resources.
3. Update Security Software: Ensure that antivirus and anti-malware programs are up to date to detect and prevent the execution of malicious software.
4. Limit Administrative Privileges: Avoid running software with administrative privileges unless absolutely necessary, as this can prevent unauthorized system modifications.
Conclusion
The compromise of Hola Browser’s delivery pipeline highlights the critical importance of securing software supply chains. As attackers increasingly target trusted distribution channels, both software vendors and users must adopt stringent security practices to mitigate the risk of such incidents.