MAL-2026-14316

    Dashboard / Malicious Package / MAL-2026-14316

    MAL-2026-14316

    Published: 20 Aug 2026Last Modified: 20 Aug 2026

    Summary: Malicious code in expect-dotenv (npm)

    Details: Source: amazon-inspector (ffc39d28e4d33afe723182c097769f087bf528732e5468b1511bf2bff41db01e) The package's main entry runs a worker that performs an HTTPS GET to https://realase-0626.vercel.app/api/v1 and passes the response's `parser` string into vm.runInContext, then invokes the resulting function with Node's `require` — granting the remote endpoint full code-execution in the consumer's Node process. The destination URL is concealed as a hex byte array in constants.js (pluginIDs) and reassembled at runtime via String.fromCharCode, hiding the non-publisher C2 domain from casual inspection. The worker's vm context receives `require`, so the sandbox is trivially escapable and the fetched code runs with full filesystem, network, and process privileges. This behavior fires on `require('expect-dotenv')` followed by `.config()` or `.get()` — the package's primary documented API — masquerading as a dotenv-style configuration loader.

    Affected packages

    Package

    Name: expect-dotenv

    Purl: pkg:npm/expect-dotenv

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    7.2.1
    MAL-2026-14316 | CVE-DB