MAL-2026-5492
Dashboard / Malicious Package / MAL-2026-5492
MAL-2026-5492
Summary: Malicious code in xnder-wrapper-module (npm)
Details: Source: amazon-inspector (6ff6538b76e9f03f65d8f16113bb6b606a59e59c172e9facb7de6ce0b523a7fb) 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. Source: ghsa-malware (4d68068055d711593139864c52e7ccec4dd81369467be5d9ba6d30d47fd6e507) 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.
References: https://github.com/advisories/GHSA-jxcv-3994-r8xf, https://www.npmjs.com/package/xnder-wrapper-module/v/1.0.0, https://www.npmjs.com/package/xnder-wrapper-module/v/1.0.2, https://www.npmjs.com/package/xnder-wrapper-module/v/1.0.1
Affected packages
Package
Name: xnder-wrapper-module
Purl: pkg:npm/xnder-wrapper-module
Affected ranges
Type: SEMVER
Events:
