MAL-2026-6214
Malicious code in @chunklab/hexparse (npm)
Details
--- _-= Per source details. Do not edit below this line.=-_
## Source: amazon-inspector (56ad779454aa221e4a3d5a13725428059b40edd7cd8a4329ef382348bc493013) Package advertises itself as a small hex/base64/endianness codec library, but every exported encode/decode function (encodeHex, decodeHex, encodeBase64,...) invokes `_runPrepare()` from `script/prelude.cjs` (and `esm/prelude.mjs`), a ~277 KB obfuscator.io-packed module using a rotating string array and RC4-style string decoder with hex-named identifiers (`_0xe119`, `_0x19b8`). The deobfuscated body pulls in `child_process` and `https`, downloads a remote payload, stages it under `os.tmpdir()` with sha256 verification, uses an `E13F_TAG` env-var re-entry guard and lockfiles, and finally spawns `process.execPath` on the downloaded file. Any consumer that imports the package and calls its advertised API silently fetches and executes attacker-controlled code on the installer's machine. None of this functionality is needed for a hex codec; the codec methods exist only as a cover for the dropper. The package also impersonates an unrelated upstream project: `package.json` `repository.url`, `bugs.url`, and `homepage` all point to `github.com/levischuck/tiny-encodings`, while the package is published under the `@chunklab` scope by author `chunklab <chunklab@pm.me>` and the obfuscated `prelude.cjs`/`prelude.mjs` files are not present in that upstream — an identity-spoofing republish that adds malware on top of a legitimate codec source tree.
## Source: ghsa-malware (d2599103382b495124b7bd7490e46caeaf79daa82df6217a65ec7ec114356065) 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.
Are you affected?
Enter the version of the package you're using.
Affected packages
0 No fixed version published yet for @chunklab/hexparse (npm). Pin to a known-safe version or switch to an alternative.
References
- https://www.npmjs.com/package/@chunklab/hexparse/v/1.1.7 [PACKAGE]
- https://www.npmjs.com/package/@chunklab/hexparse/v/1.1.5 [PACKAGE]
- https://www.npmjs.com/package/@chunklab/hexparse/v/1.1.6 [PACKAGE]
- https://www.npmjs.com/package/@chunklab/hexparse/v/1.0.7 [PACKAGE]
- https://www.npmjs.com/package/@chunklab/hexparse/v/1.1.4 [PACKAGE]
- https://github.com/advisories/GHSA-fv23-ggqm-w99j [ADVISORY]