MAL-2026-14298

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/emoji-prints-fancy/MAL-2026-14298.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14298
Published
2026-08-19T10:10:54Z
Modified
2026-08-19T10:15:13.029253965Z
Summary
Malicious code in emoji-prints-fancy (npm)
Details

-= Per source details. Do not edit below this line.=-

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.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T10:11:38.751696821Z",
            "source": "amazon-inspector",
            "modified_time": "2026-08-19T10:10:54Z",
            "sha256": "163576a0a8b626c88261c8cc54c5049d981015c80145ad36e2710fff5014afbe",
            "id": "IN-MAL-2026-018419",
            "versions": [
                "5.6.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / emoji-prints-fancy

Package

Affected ranges

Affected versions

5.*
5.6.4

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/emoji-prints-fancy/MAL-2026-14298.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "ea5c561d7f8729f83de3ba6004891ba57ae7a6b00ed96f08ea47c95d00899be6",
            "tlsh": "8a8165c639a6a0a38af09a914a57a019fd6515332717d2f4f6ecf1890f7a714c1e3d8c",
            "path": "dist/logger.js"
        }
    ],
    "package_integrity": [
        {
            "filename": "emoji-prints-fancy-5.6.4.tgz",
            "hashes": {
                "sha1": "c8c44367b4ccacef8d0e476ec8fbc12e3757ea47",
                "sha512_sri": "sha512-HSHvT88zyxVVAVXMOlEfPF6MVpyCrOl26nFyKpoBb65K8EdLGO3DUFEeTtjnWn/k996q5llNE9YuVz32TsONvw=="
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]