MAL-2026-4569

    Dashboard / Malicious Package / MAL-2026-4569

    MAL-2026-4569

    Published: 20 May 2026Last Modified: 1 Sept 2026Aliases: 
    GHSA-jrf3-vfx4-8vqhGHSA-r569-8mc4-rfp6

    Summary: Malicious code in gator-client (npm)

    Details: Source: amazon-inspector (1925735d02fb91f74a11718c3402ad0b10f551eecb8c6d88f02d475b3e0a799f) On `npm install` (via scripts.install: `node index.js`) and on every `require('gator-client')`, lib/core.js collects `os.userInfo().username`, `os.hostname()`, and the basename of `process.cwd()`, then issues a `dns.resolve4()` query for `lwgator.<user>.<host>.<cwd>.<ts>.oob.sl4x0.xyz`, leaking installer host identifiers over DNS to an attacker-controlled out-of-band domain. The function name `resolve4`, the module names `os`/`dns`/`process`, and the C2 domain `oob.sl4x0.xyz` are stored as decimal byte arrays in lib/b02e30.js and lib/6ad264.js and decoded via `String.fromCharCode` at runtime (paired with hex-style identifiers like `_0x5b3d`) to evade naive string scanners. The package's advertised purpose ("Enterprise-grade utilities with enhanced validation and compatibility layer") is a cover story: src/ ships plausible-looking benign modules, but the only code reached from the install hook and main entry is the beacon. The author email `[email protected]` matches the exfil domain `sl4x0.xyz`, confirming attacker ownership of the receiving infrastructure. DNS-based exfiltration is specifically chosen to bypass HTTP egress filters that would otherwise block outbound POSTs. Source: ghsa-malware (0ed14df8171cb8c6c8e33a4226539665f1e45feacf9689ac246f1e03d2b8a215) 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.

    Affected packages

    Package

    Name: gator-client

    Purl: pkg:npm/gator-client

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    9.9.11
    MAL-2026-4569 | CVE-DB