MAL-2026-10414

    Dashboard / Malicious Package / MAL-2026-10414

    MAL-2026-10414

    Published: 13 Jul 2026Last Modified: 20 Aug 2026Aliases: 
    GHSA-684q-384r-cr7r

    Summary: Malicious code in express-request-engine (npm)

    Details: Source: amazon-inspector (650f45223a2abc34039d499274c1cce89abdf6b4be571d326b73e2b10da48e30) The package's main entry (index.js) presents itself as a `normalize-path` utility but on module load calls initPlugin() at top level, which performs an HTTPS fetch to https://api.jsonbin.io/v3/b/6a4f5816f5f4af5e29762c92 and passes the response body's `record.cerookie` field into `new (Function.constructor)('require',...)`, invoking it with the consumer's own `require` function. The result is arbitrary attacker-controlled JavaScript executing with full module-loading privileges on any process that imports the package. The destination is a mutable jsonbin document under an anonymous account, so the executed code can be changed at any time by the publisher. Obscure naming (`cerookie` payload field, `bearrtoken: 'logo'` header) and the mismatch between the advertised `normalize-path` purpose and the actual network fetch + Function-constructor exec indicate deliberate concealment rather than misconfiguration. Source: ghsa-malware (1daff0640fe34428fc0783a266e535769b4efda64006dd400fb8966afcef2c55) 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: express-request-engine

    Purl: pkg:npm/express-request-engine

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    3.6.3
    MAL-2026-10414 | CVE-DB