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

xnder-wrapper-modulenpm

Malicious code in xnder-wrapper-module (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5492
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall xnder-wrapper-module

What this malware does

package.json declares "postinstall": "node scripts/script.js", causing scripts/script.js to run automatically on every npm install. That file is the package's only functional code and is heavily obfuscated (obfuscator.io string-array with a 242-entry rotated table, RC4 decoder String.fromCharCode(l.charCodeAt(t) ^ n[(n[r]+n[o])%256]), control-flow flattening, webpack-bundled across 5 modules requiring path/os/fs/child_process and an HTTP client). The decoded flow constructs a URL via string concatenation tricks (repeat('.'), concat('.')), performs an HTTPS GET, writes the response body to a file under os.tmpdir() via fs.writeFileSync(..., {flag:'w+'}), and then runs execSync(..., {windowsHide:true, cwd: os.tmpdir()}) against the dropped file — the standard fetch/drop/execute dropper shape with a sandbox-evasion flag. The package ships no other functionality; the README explicitly tells users the payload is unreviewed and recommends running it only inside a VM/Docker. Installing this package on a default npm install runs attacker-controlled code on the developer'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

3 flagged
1.0.01.0.11.0.2

Indicators of compromise (SHA-256)

4d68068055d711593139864c52e7ccec4dd81369467be5d9ba6d30d47fd6e507
0f0582db05beca67194a76fc145fc80e8a15029cd6e721c052bd0110d40e96c0
6ff6538b76e9f03f65d8f16113bb6b606a59e59c172e9facb7de6ce0b523a7fb
ab405ee6433a5260eed17e2ebacd6da8f7d71a62cb5a6f445a8487a0f77610cd

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 xnder-wrapper-module (3 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging xnder-wrapper-module across your stack and pipelines.

  2. If you installed it — respond

    Remove xnder-wrapper-module 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 xnder-wrapper-module 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 xnder-wrapper-module 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. xnder-wrapper-module on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-jxcv-3994-r8xfIN-MAL-2026-005601IN-MAL-2026-005600IN-MAL-2026-005603

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks xnder-wrapper-module-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.

xnder-wrapper-module (npm) malicious package — MAL-2026-5492 | O3 Security