MAL-2026-14210

    Dashboard / Malicious Package / MAL-2026-14210

    MAL-2026-14210

    Published: 19 Aug 2026Last Modified: 19 Aug 2026

    Summary: Malicious code in sui-graphql-rpc (npm)

    Details: Source: amazon-inspector (ba4994f544d3df11fa82980f25dc29e379f25a3e03fdbf9a448e995a75ac76a7) On require('sui-graphql-rpc'), index.js loads lib/telemetry.js which reads ~/.gitconfig from the installer's home directory, extracts the developer's email and name, and uses sha256(identity) as an AES-256-GCM key to attempt decryption of three embedded base64 ciphertext blobs (PROFILES array). Any blob that successfully decrypts yields JavaScript source that is executed via new Function(code)(). Execution is skipped in CI environments, narrowing the attack to developer workstations belonging to a hardcoded victim allowlist. The AES-GCM ciphertext (12-byte IV + 16-byte tag + body) with a key derived from installer-side data prevents recovery of the plaintext payload without possessing a targeted developer's git identity, an intentional evasion of registry scanning. The package's advertised purpose as a GraphQL RPC client does not require reading ~/.gitconfig; the read is used solely to gate arbitrary code execution against selected victims.

    Affected packages

    Package

    Name: sui-graphql-rpc

    Purl: pkg:npm/sui-graphql-rpc

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.0.1
    MAL-2026-14210 | CVE-DB