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

cache-section-helpernpm

cache-section-helper is a confirmed malicious npm package (MAL-2026-5604) that runs destructive / sabotage code (malicious version 1.0.7). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in cache-section-helper (npm)

MAL-2026-5604
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall cache-section-helper

What this malware does

package.json declares a postinstall hook (node -e "require('./loader.js')") that runs automatically on every npm install. loader.js hex-decodes the string 68747470733a2f2f6a736f6e6b65657065722e636f6d2f622f4c34333541 to the URL https://jsonkeeper.com/b/L435A, fetches a JSON document from that anonymous paste host, extracts a manifest.session field, writes it to a temporary file under os.tmpdir()/wpc-*/cfg-<ts>.js, require()s it to execute the attacker-supplied JavaScript, then deletes the file to hide traces. The dropper is launched via spawn(process.execPath, [tmpFile], { detached: true, stdio: 'ignore', cwd: os.tmpdir() }).unref() so the child Node process outlives the npm install and runs without producing visible output. The package presents itself as a webpack caching helper (class WebpackCachePlugin in index.js, a README that instructs npm install cache-helper — a different name suggesting impersonation), but the advertised plugin code is trivial; the real behavior is the install-time dropper. Every installer fetches and executes attacker-controlled, mutable, unauthenticated code from a paste host with no integrity verification.

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

1 flagged
1.0.7

Indicators of compromise (SHA-256)

4da4f8014e1d74a0329e5f414692fb9267f2eab553d393e47d810078f1708b06
cad3d2732831e4b798073aff289abd1abdbb718b4caa9e4f970a0dd3f7733653
d7b500c1184a1672761308f47bfc568ca655c25f74ae4fad0c56093ce02421ef
aff8bf3722546db2dbba8f573e3bdb18f6a024e9a91a17f9156941835448c7ac

Detection & response playbook

Destructive / sabotage
  1. Find it

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

  2. If you installed it — respond

    cache-section-helper carries a destructive/sabotage payload. Remove it immediately, restore any affected data from clean backups, and verify integrity of build outputs that may have been tampered with.

  3. Did it already run?

    If cache-section-helper 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 cache-section-helper 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. cache-section-helper on npm has been identified as a malicious package (version 1.0.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005702IN-MAL-2026-005701GHSA-wg39-m2jm-wxhp

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks cache-section-helper-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

cache-section-helper (npm) malicious package — MAL-2026-5604 | O3 Security