Cyber Security News

Rilide Malware as Browser Extension Attacking Chrome & Edge Users to Steal Login Credentials

A sophisticated malware strain dubbed “Rilide” has emerged as a significant threat to Chrome and Edge browser users, operating as a deceptive browser extension designed to harvest login credentials.

Security researchers have discovered this malware in active campaigns targeting corporate and individual users across North America and Europe, with instances of credential theft already reported at several financial institutions and e-commerce platforms.

The malware leverages browser extension capabilities to seamlessly integrate with the victim’s browsing experience, making detection particularly challenging for conventional security solutions.

Initial analysis suggests Rilide is primarily distributed through phishing emails containing links to fake browser update notifications or through compromised websites that prompt users to install what appears to be legitimate extensions.

Once installed, the extension requests extensive permissions that enable it to monitor browser activity, intercept form submissions, and establish persistence.

The malware authors have implemented sophisticated obfuscation techniques to bypass browser security checks and extension verification processes.

Pulsedive analysts identified the malware after tracking unusual data exfiltration patterns from corporate networks, noting that the extension communicated with multiple command and control servers using encrypted protocols.

Campaigns leading to Rilide (Source – Pulsedive)

Their investigation revealed that Rilide can capture credentials from over 300 popular websites including banking portals, cloud services, and enterprise applications, making it particularly dangerous for business environments where a single compromised account could lead to lateral movement within networks.

The infection has spread rapidly since its first detection in early March, with an estimated 75,000 installations across Chrome and Edge browsers worldwide.

Security teams are particularly concerned about Rilide’s advanced evasion capabilities, which include dormancy periods to avoid detection and the ability to detect security analysis environments and alter behavior accordingly.

Infection Mechanism

Rilide’s infection process begins when the extension is installed, at which point it immediately establishes persistence by creating a background service worker that remains active even when the browser is restarted.

Intrusion chain (Source – Pulsedive)

The extension’s manifest.json file reveals its extensive permission requests:-

{
  "name": "Browsing Assistant Pro",
  "description": "Enhance your browsing experience with smart features",
  "version": "2.1.4",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "cookies",
    ""
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [{
    "matches": ["*://*/*"],
    "js": ["content.js"],
    "run_at": "document_start"
  }]
}

The malware’s credential theft functionality is implemented in its content script, which injects event listeners for form submissions across all websites.

When credentials are entered, the script captures the data before encryption and transmits it to the attacker’s server.

This approach circumvents even HTTPS protection since the interception occurs before data transmission.

Besides this, researchers recommended to manage extensions properly, enable PowerShell logging, and also make sure to block users from running PowerShell Commands.

Investigate Real-World Malicious Links & Phishing Attacks With Threat Intelligence Lookup - Try for Free

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.

Recent Posts

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

3 hours ago

CISA and NIST Release Technical Checklist for Safeguarding Identity Tokens From Theft and Misuse

The Cybersecurity and Infrastructure Security Agency (CISA) and the National Institute of Standards and Technology…

13 hours ago

CISA Shares 17 Techniques Used by Hackers to Compromise Active Directory Environments

CISA and five international cybersecurity agencies have released detailed guidance describing 17 common techniques hackers…

14 hours ago

Apple Rolls Out Massive Security Update Fixing 273 Vulnerabilities Across Its Devices

Apple has released one of its largest coordinated security rollouts, addressing 273 distinct critical vulnerabilities…

14 hours ago

How to Keep Malware’s Rotating Infrastructure From Becoming a Detection Gap

You can’t detect today's attacks with yesterday’s threat intelligence; that’s how you could briefly formulate…

14 hours ago

Microsoft Bans Its AI Models From Launching Cyberattacks or Escalating Their Own Access

Microsoft has published a draft Humanist AI Code of Conduct that would prohibit its in-house…

15 hours ago