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

@cdnshell/loadernpm

@cdnshell/loader is a confirmed malicious npm package (MAL-2026-14039) that executes malicious code on install (malicious versions 0.0.13, 0.0.14, 0.0.15…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in @cdnshell/loader (npm)

MAL-2026-14039
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @cdnshell/loader

What this malware does

Package presents itself as a CDN static-asset distribution library but ships 19 pre-compiled arm64 Mach-O binaries under 03_payloads/ (stager, kbridge, agent variants for iOS 13–19, including a64e/PAC variants). The binaries reference WebKit GPU-process IPC symbols (GPUConnectionToWebProcess_CreateRenderingBackend, RemoteRenderingBackend_GetPixelBufferForImageBufferWithNewMemory), private iOS entitlements (com.apple.private.webbookmarks.settings, DiagnosticReports.read-write), and mach_vm_/mach_port_ primitives consistent with a WebKit renderer-to-kernel exploit chain. The shipped JS entrypoint a12i5u6l.js is obfuscated with an obfuscator.io string-array/rotation scheme; after decoding, ModuleLoader.fetchModule fetches a manifest-selected module from a caller-configurable base URL and evaluates the response body via new Function(await response.text())() — a dynamic remote-code-execution sink. The surrounding orchestrator reads navigator.userAgent/platform and selects a payload variant from a hardcoded table that lines up with the shipped Mach-O stager/kbridge/agent set. There are no npm lifecycle hooks and no main, so the package does not execute on npm install or require(); the harm materializes when the loader is embedded in a webpage and served to iOS/macOS visitors, whose devices are then targeted by the WebKit exploit chain. The declared 'Static assets distribution' purpose, obfuscated loader, and prepositioned multi-version iOS Safari exploit payloads together are inconsistent with a legitimate static-asset library.

Malicious versions

7 flagged
0.0.130.0.140.0.150.0.160.0.180.0.190.0.20

Indicators of compromise (SHA-256)

188a9bff2c583b003e1fda1af7e4617ea665343ef3e1eb072b3d11706dafdeea
4b10836b05fb4153f91dc29d44284eb2d58a014c26d138ff54a722a901d28c7d
52b2976ece4b828b9a4bf6b2b4377306bae0c2db31e474961d893fa8a6acb991
7b572368b522527a308a0a8057b3b0945ded5c73f4dcad6ab738eaa2b7ddf6e3
8c34fa332839164fcd489e4e6babeaef2b822b10d62da3b61830a57d541bcf34
d0393cd9a53e1b09119cf8171bf0f5b3f29f97be73fa7f9723596f9484334775
e063da58e096e6bb0b34243f4345de07618350b9937fc641d3cb377dcfe15466

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove @cdnshell/loader from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If @cdnshell/loader 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 @cdnshell/loader 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. @cdnshell/loader on npm has been identified as a malicious package (versions 0.0.13, 0.0.14, 0.0.15, 0.0.16, 0.0.18, 0.0.19, 0.0.20 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-017910IN-MAL-2026-017904IN-MAL-2026-017907IN-MAL-2026-017908IN-MAL-2026-017909IN-MAL-2026-017906IN-MAL-2026-017905

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @cdnshell/loader-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

@cdnshell/loader (npm) malicious package — MAL-2026-14039 | O3 Security