Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

NullReceiver ditches the burn address that made EtherHiding easy to spot

Дата публикации: 13-08-2026 17:13:10

Six npm packages pull their command server addresses from an attacker's Ethereum wallet, and three of them were trusted libraries whose accounts got taken over.

Основное содержимое страницы с новостью.

Sonatype Research Labs released findings that six npm packages pull their command server locations from an attacker’s Ethereum wallet.

Three of the six npm packages were well-known libraries that attackers quietly took over. Anyone who installed the affected versions should remove them and look for any follow-on code that may have executed.

Attackers hijacked three real libraries 

Sonatype researcher Adam Reynolds says the six packages fall into two buckets.

The publishing accounts of real libraries appear to have been compromised so a poisoned version could ship.

These are @kolbo/[email protected], [email protected], and [email protected]. They placed the loader on the end of a file that already came with the package, thus preserving the original functionality.

The other three were custom-built packages to carry the malware. They are [email protected], [email protected], and [email protected].

The first package ships configuration helpers, the other ships a working PostCSS plugin, and the last package buries the loader inside a minified utility file.

Sonatype confirmed that all six code blocks are using the same payload and Ethereum wallet.

When the victim runs the code, the loader queries Ethereum for the wallet’s last outbound transaction and extracts bytes from the recipient field of that transaction.

Those bytes translate to two IPv4 addresses. They serve as primary and secondary command-and-control servers for the malware. The transfer exists only to stash instructions on where the malware should connect.

Sonatype researchers said the loader hits multiple Ethereum RPC providers at once and races them against each other. It then batches its JSON-RPC calls and falls back to the Blockscout API if direct queries fail.

Once it finds a server, it tries two more stages at the endpoints `/0x/cls` and `/0x/ls`, falling back to an `X-Payload-B64` response header when a plain GET does not deliver the goods.

What comes back is Base64- and XOR-decoded, then run in the current Node.js process through `eval()` or spawned as a detached child process.

NullReceiver is a leaner EtherHiding

This on-chain retrieval scheme was seen by OpenSourceMalware in two trojanized Tailwind CSS clones, bianira-ui and fluid-type-ui, and was named NullReceiver.

The activity is linked by the firm to the DPRK-linked Contagious Interview campaign associated with the Lazarus group. Sonatype verified the wallet match.

NullReceiver addresses a gap in EtherHiding, the technique Google Threat Intelligence attributed to a DPRK-linked actor in October 2025.

EtherHiding hides the secret inside the data field of a transaction and always sends to Ethereum’s public burn address, giving defenders a fixed point of reference to watch.

NullReceiver sends no data and does not reuse a destination. In the sample OpenSourceMalware deconstructed, the recipient bytes decoded to 166.88.134.62, with the trailing bytes spelling the string “helloipbot!!” as an attacker fingerprint.

In September 2025, Cryptopolitan reported that ReversingLabs had discovered npm downloaders colortoolv2 and mimelib2, which concealed malware URLs inside Ethereum smart contracts and were linked to Stargazer’s Ghost Network.

Sonatype said it is still looking into related npm activity. Affected developers should remove the flagged npm packages. They should also be looking for signs that a second-stage payload was executed.

The smartest crypto minds already read our newsletter. Want in? Join them.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Several npm repositories compromised0501-06-2026
2Red Hat npm Package Compromise Highlights a Growing Supply Chain Problem-2702-06-2026
3Shipping partner breach exposes data of 14,000 Trezor customers010.0913-08-2026
4Sicherheitsupdate n8n: Accountübernahme und Sandboxausbruch möglich013.1324-07-2026
5Compromised VS Code Extension Puts Linux Development Pipelines at Risk0703-06-2026
6Хакеры взломали два аккаунта Facebook в Twitter0008-02-2020
7Атака, которая выглядит как обычная работа ИИ-агента. На что охотится новый червь в NPM-инфраструктуре разработчиков014.6322-07-2026
8OpenAI Models Escaped Containment and Hacked Hugging Face011.621-07-2026
9Белые хакеры обнаружили почти 14 000 уязвимостей в российских компаниях0715-01-2026

Классификация: Происшествия. Схожих патентов: 0. Схожих новостей: 9. Тональность: 0. Информативность: 10. Источник: www.cryptopolitan.com.