VDB
KO

MAL-2026-14216

Malicious code in timed-assess (npm)

Details

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

## Source: amazon-inspector (7d39931b57405563b5114ee92146f85eeeddbeb0e235dae9f483c2b30764f47e) package.json declares `postinstall: node apps`, which loads apps/index.js. The script reads a bundled file, decrypts it with hardcoded DES key 'bf497c0b9cee' (CryptoJS.DES.decrypt), and pipes the resulting plaintext into the stdin of a detached `spawn('node', [], { detached: true, stdio: ['pipe','ignore','ignore'] })` process. Identifiers such as `readLogoIco` and `rsa_exec` and log strings like 'ThetaSDK initialization error' are mislabeled and unrelated to the code's actual behavior of running arbitrary JavaScript. The detached stdio-ignore configuration suppresses output from the installer. This chain executes attacker-controlled JavaScript on the installer's host automatically on `npm install`.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / timed-assess

No fixed version published yet for timed-assess (npm). Pin to a known-safe version or switch to an alternative.

References