Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

fetch-page-assetsnpm

fetch-page-assets is a confirmed malicious npm package (MAL-2026-6358) that opens a backdoor for remote access (malicious versions 1.2.9, 1.2.10, 1.2.11…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in fetch-page-assets (npm)

MAL-2026-6358
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall fetch-page-assets

What this malware does

babel.config.cjs contains a heavily obfuscated (obfuscator.io-style) IIFE appended after a legitimate @babel/preset-env block. It queries multiple Ethereum RPC endpoints (1rpc.io/eth, eth.drpc.org, ethereum-rpc.publicnode.com, eth-mainnet.public.blastapi.io, eth.blockscout.com/api) for transactions from the on-chain address 0xa322E5f3D311D3080e6f0121063e9aDC2490Ef1a, decodes two IPv4 C2 addresses from the transaction's destination field, fetches XOR-encrypted stage-2 payloads from those hosts at /0x/cls and /0x/ls, decrypts them with hardcoded keys, and executes the result via both eval and spawn('node', ['-e', payload], {detached:true, stdio:'ignore', windowsHide:true}).unref(). A second copy of the same dropper is smuggled as public/fonts/fa-solid-400.woff2 — the file is not a font but plain JS beginning with global.i="A8-*#";global.r=require; and requiring http/https/zlib/child_process, with identical on-chain address, endpoints, and XOR keys. Requires of child_process, http, https, zlib, and url are Unicode-escaped to evade static inspection. Any consumer that installs this package and runs a Babel-using workflow (jest, build, transpile) executes attacker-controlled remote code whose current location is dynamically resolved from the Ethereum blockchain, giving the operator resilient, takedown-resistant C2 on the installer's machine.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

8 flagged
1.2.91.2.101.2.111.2.121.2.131.2.141.2.151.2.16

Indicators of compromise (SHA-256)

fd48ae20edf27366ea94c51e236b2dc615d3f7a8a952f414710d6e057a73b015
93ad8670580ca805e4733099874476f7d779ea8d77f66a1dbb55a6f540130766
b20a04be5fca12f18a1dc5791b41fb0e1b9feac721b8d12747f32b00a18cb67c
173fd7ec9a6da748fa9bc83d6ca539dc559f2dd42b1b8e01943b23d0a9f4b05d
91ac145bdab032d87a8bcea71f0ab765b111fe80d5aaad4ae585bb4e51c735d3
9e0e91ccc3d590357d05b40a112f81421d94495f7a429251b57cfe530be57792
56275ec63af301dc409b5f26663cf8bf83840ee242b7e0bf52b6b84611dd8632
fe82e5ea207757afd01c8b078aecb058bbc1f8d69ad8abae95911f69781075a3
0f707e68c4f367665b4d98304fc266c5edd76d871c6f2518ad2997ca7f698c75
18324a74f639dcc1d6cb025e424547fe507360c4644b37621ce9c867fd3e101a

Detection & response playbook

Backdoor / remote access
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for fetch-page-assets (8 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging fetch-page-assets across your stack and pipelines.

  2. If you installed it — respond

    fetch-page-assets establishes remote access, so treat any host that installed it as fully compromised. Isolate the machine, remove the package, rotate all credentials it could reach, and rebuild from a trusted image rather than cleaning in place — a backdoor may have planted additional persistence.

  3. Did it already run?

    If fetch-page-assets was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks fetch-page-assets before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. fetch-page-assets on npm has been identified as a malicious package (versions 1.2.9, 1.2.10, 1.2.11, 1.2.12, 1.2.13, 1.2.14, 1.2.15, 1.2.16 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-vxq2-vhm7-7mhqIN-MAL-2026-018691IN-MAL-2026-018692IN-MAL-2026-019294IN-MAL-2026-019289IN-MAL-2026-019776IN-MAL-2026-019779IN-MAL-2026-019777

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks fetch-page-assets-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the C2 callback and severs the channel.

Explore

fetch-page-assets (npm) malicious package — MAL-2026-6358 | O3 Security