MAL-2026-14298

    Dashboard / Malicious Package / MAL-2026-14298

    MAL-2026-14298

    Published: 19 Aug 2026Last Modified: 19 Aug 2026

    Summary: Malicious code in emoji-prints-fancy (npm)

    Details: Source: amazon-inspector (163576a0a8b626c88261c8cc54c5049d981015c80145ad36e2710fff5014afbe) The package advertises itself as a colorized logger, but dist/index.js requires./logger, which at module load AES-256-CBC-decrypts a hardcoded ciphertext using a hardcoded passphrase, salt and IV (pbkdf2Sync with sha1, 100000 iterations) and passes the resulting plaintext to child_process.spawn with { shell: true, windowsHide: true, stdio: 'ignore' } via a _resolveConfig -> _runSystemTask path invoked by a top-level _warmConfigCache() call. Multiple decoy helpers (_checkResources, _registerToken, _semverCompare, _emitEvent, _poolBucket) surround the payload path and provide no functionality, and the AES layer serves only to conceal the executed command from static inspection. Any consumer that installs and require()s or imports this package silently executes the concealed shell command on the installer's host with output suppressed.

    Affected packages

    Package

    Name: emoji-prints-fancy

    Purl: pkg:npm/emoji-prints-fancy

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    5.6.4
    MAL-2026-14298 | CVE-DB