Urgent.News

What's breaking now, across thousands of outlets.

Tech

Superior: Crypto and Credential Theft via Browser Extension Acquisition and Malicious Updates

1. Basic Information Article Title : Chrome Web Store extensions caught stealing crypto, browser data Publisher : BleepingComputer Publication Date : 2026-08-30 Source : BleepingComputer Related Source : Socket Threat Research Related Malware, Threat Groups, CVEs, and Products : Superior, Google Chrome, Microsoft Edge, Chrome Web Store, Microsoft Edge Add-ons Severity : High 2. Executive Summary…

Threat actors acquire or create Chrome and Edge browser extensions, then later release malicious updates to steal crypto wallets, credentials, session data and browsing history. These extensions first appear legitimate to build trust with users. Once installed, automatic updates push malicious code from a command and control server, stripping security protections and displaying fake update prompts.

The malicious extension uses a background service worker to download JavaScript modules encrypted with a key from the extension ID and installation UUID. It registers rules to remove Content Security Policy headers from web pages, then injects malicious code into hidden DOM elements that execute in the webpage's main context. The extension can intercept crypto transactions, steal recovery phrases, obtain user credentials, capture browsing history and execute arbitrary commands via ClickFix-style prompts.

Victims typically see no warning before the attack. Administrators should block known malicious extensions, limit unnecessary extensions in managed environments and monitor for suspicious traffic to C2 servers. Users should avoid executing prompts from unknown sources and employ EDR solutions to detect malicious browser behavior.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Why Android Apps Drain Battery in the Background

Your app isn't open. You're not using it. And somehow it's still one of the biggest battery drains on the phone. That sounds contradictory, but "not open" only means the app doesn't have a visible…

  • Android apps consume battery even when closed, due to background processes.
  • Background tasks like syncing, location tracking, and push messages can drain battery.
  • WorkManager offers efficient scheduling for durable, battery-friendly background work.

Asynchronous Form Schema Discovery: Idempotent Retries and Secure Temporary Files

Use a durable job record as the unit of work for form schema discovery: validate the document at admission, submit one asynchronous extraction job under a correlation ID, poll it with bounded retries…

  • Asynchronous job submission via POST /v1/pdf/form/extract
  • Idempotent retries with exponential backoff, jitter, and deadline
  • Secure temporary files in unique 0700-permission directories

Why Senior Developers Burn Out Faster Than Junior Devs

It shouldn't work this way. Seniors have more experience handling pressure. Better coping strategies. Clearer boundaries. More career capital to protect themselves with.

  • Senior developers burn out faster than junior developers due to accumulated stress debt.
  • Experience paradox shows senior devs have seven years of compounded debt.
  • Recovery slower for senior devs due to severe debt and lack of biological inputs.

Sampling rate is a correctness property, not a performance knob

In 1997 a Pokémon episode aired in Japan with a four-second red-and-blue strobe. 685 children went to hospital that night.

  • Sampling rate is a correctness property, not a performance knob
  • Regulation requires no more than three flashes per second
  • Undersampling can lead to missed hazards and false failures

More from Sunday 30 August →