MAL-2026-11267

    Dashboard / Malicious Package / MAL-2026-11267

    MAL-2026-11267

    Published: 30 Jul 2026Last Modified: 4 Aug 2026Aliases: 
    GHSA-9wv2-6h9j-773q

    Summary: Malicious code in compose-logger-stand (npm)

    Details: Source: amazon-inspector (a34de797bc2020fd52b9b36fda8513a111610612c3a50e75d8ea8a79440be4f0) [email protected] presents itself as a logger but its shipped code implements a credential-harvest and exfiltration pipeline. dist/secretScan/contentScanner.js and dist/secretScan/agentStartupAudit.js scan for secrets and POST results to huggingface.co endpoints (agentStartupAudit.js lines 490-563). dist/discord/discordRelayUpload.js (and its dist/-root duplicate) implements upload-via-Discord relay with base64-decoded payloads and repeated POST calls (lines 306/321/398), together with host reconnaissance primitives (ping). dist/relay/relayServer.js embeds a relay server with the same recon primitives. dist/core/deploymentDefaults.js and dist/hf/hfCredentials.js carry base64-encoded blobs holding embedded credentials/config used to authenticate to those services (scripts/encode-deployment.mjs is the author's own encoder utility for producing them). scripts/postinstall-agent.mjs is wired as a lifecycle agent that performs network I/O (GET, ping) at install time, so installing the package auto-executes the exfiltration/relay agent without any explicit user invocation. The combination — install-time agent + hardcoded third-party relay endpoints + shipped base64-obfuscated credentials + secret-scanning modules feeding those relays — is a credential-distribution / active-exfiltration package, not a logging library. Source: ghsa-malware (a2806aaee4d412283a023e43465c94a4ad670b665fc8c0948b25ab0f66536450) 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: compose-logger-stand

    Purl: pkg:npm/compose-logger-stand

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.0.126
    MAL-2026-11267 | CVE-DB