MAL-2026-4662
Dashboard / Malicious Package / MAL-2026-4662
MAL-2026-4662
Summary: Malicious code in rendezvous-js (npm)
Details: Source: amazon-inspector (5b4a03eaa6b09e5b9e291dd450f58e49a639c3efd8fa952f5ac48f9aea04aba4) On `npm install` (scripts.install runs `node index.js`) and on `require('rendezvous-js')`, lib/core.js collects `os.userInfo().username`, `os.hostname()`, and the basename of `process.cwd()`, then issues a DNS A-record lookup for `lwrendezvous.<user>.<host>.<cwd>.<timestamp>.oob.sl4x0.xyz`. The query encodes installer host identity into the subdomain so it reaches the attacker's authoritative nameserver — a standard DNS-tunnel exfiltration channel that bypasses HTTP egress filtering. The destination domain (`oob.sl4x0.xyz`), the imported module names (`os`, `dns`, `process`), and method names (`userInfo`, `hostname`, `cwd`, `resolve4`) are all stored as decimal char-code arrays in lib/b02e30.js and lib/6ad264.js and decoded at runtime via `String.fromCharCode` solely to hide the channel from review. The README explicitly claims 'No network requests / No file system access', directly contradicting the shipped code. The author email `[email protected]` matches the exfil domain, and the beacon prefix `lwrendezvous` plus generic 'Enterprise Tools Team' authorship are consistent with a typosquat/dependency-confusion lure. Installer harm fires both at install time and at require time without consent. Source: ghsa-malware (b459390122c48e2663df1d365fee278ed12742437c63ed1bc14ee21607ad743b) 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://www.npmjs.com/package/rendezvous-js/v/9.9.11, https://github.com/advisories/GHSA-q26f-8xxj-pwwf, https://github.com/advisories/GHSA-cj5p-rpr4-5cvh
Affected packages
Package
Name: rendezvous-js
Purl: pkg:npm/rendezvous-js
Affected ranges
Type: SEMVER
Events:
