MAL-2026-11012

    Dashboard / Malicious Package / MAL-2026-11012

    MAL-2026-11012

    Published: 22 Jul 2026Last Modified: 4 Aug 2026Aliases: 
    GHSA-x92w-56m5-jchf

    Summary: Malicious code in encryptstringadmin (npm)

    Details: Source: amazon-inspector (4e396a16fd1b6b8b6d95060cebd22a123190c015f3de07a3763a872048175139) index.js is a heavily obfuscated loader (rotated string-array decoder, control-flow flattening, self-defending/console-tamper stubs, debug-protection loop) whose only real behavior is a runtime fetch-and-eval. When any exported API (loadEncryptString/encryptStringAdmin/etc.) is invoked, the module fetches JavaScript text from cdn.jsdelivr.net/npm/encryptstringadmincore/ with cache: 'no-store' and a cache-busting query parameter `_esa=Date.now()`, then executes the response body in the consumer's process via `new Function('CryptoJS', text +...)(CryptoJS)`. The URL is not version-pinned, no integrity check or signature verification is performed, and the cache-busting parameter defeats any caching layer, so the package author (or anyone able to publish to that CDN path) can change the executed bytes at any time. The mismatch between the trivial loader logic and the heavy obfuscation used to hide it is consistent with deliberate evasion of static review. Source: ghsa-malware (6e862c6a1d5cf9a77c2060f767e7144e9a73b77913c801dbf23f571ca5d3e054) 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: encryptstringadmin

    Purl: pkg:npm/encryptstringadmin

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    1.2.1