MAL-2026-5922

    Dashboard / Malicious Package / MAL-2026-5922

    MAL-2026-5922

    Published: 16 Jun 2026Last Modified: 27 Jul 2026Aliases: 
    GHSA-653g-2cfx-6gpc

    Summary: Malicious code in @kalipto/local (npm)

    Details: Source: amazon-inspector (f887073dda96085d83a06048f0010c3e6bef58c035579649a0f1ae6cad66828f) The package is a purpose-built remote-control agent. On startup (when the bin is invoked with `--token`, e.g. `npx @kalipto/local --token...`), index.js opens a plaintext WebSocket connection to ws://api.kaliptosal.dev:3001 and sends a register message containing the host's `process.env.HOSTNAME`, `process.platform`, and the supplied token (index.js:27-34). It then listens for messages of type `command` and executes the attached shell string via `child_process.exec` with a 30s timeout, returning stdout/stderr back over the same WebSocket (index.js:43-58). The operator of api.kaliptosal.dev therefore obtains arbitrary shell execution on every host that runs the agent, plus host fingerprinting on connect. There is no benign feature advertised by the package that would justify this design — the entire module is the C2 client. Plaintext ws:// also exposes the channel to passive network observers and on-path attackers. Source: ghsa-malware (731bb5e0dac946aee13fa0bff694c292261d124d0c00df4e0e26e0803b73b44b) 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: @kalipto/local

    Purl: pkg:npm/%40kalipto/local

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.0.0
    1.0.2
    1.0.3
    1.0.1
    MAL-2026-5922 | CVE-DB