VYPR

npm · Malicious package advisory

Malware

encryptstringadmin

MAL-2026-11012

Malicious code in encryptstringadmin (npm)

Details


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

## 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.

Compromised versions (3)

  • 1.2.1
  • 1.4.2
  • 1.3.0

Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.