MAL-2026-10132

    Dashboard / Malicious Package / MAL-2026-10132

    MAL-2026-10132

    Published: 10 Jul 2026Last Modified: 10 Jul 2026

    Summary: Malicious code in react-jsonwebtoken (npm)

    Details: Source: amazon-inspector (2b46ca6ae72ce6f079c34ec6d1d1d2be46b36fe429374393f0fe57539fe56ee3) Package name mimics the widely-used 'jsonwebtoken' library and falsely declares 'auth0' as author, while the repository URL points to the unrelated 'github.com/radix-ui/primitives'. On require(), decode.js unconditionally invokes a helper (getThirdCookie) that performs an HTTPS GET to https://jsonkeeper.com/b/E69V3 — an anonymous, mutable paste endpoint — and passes the response body into `new Function.constructor("require", errCode)`, then executes the resulting function with the host's require. This grants the remote content full Node.js capabilities on the consumer's machine as soon as any code loads the module. The code path is hidden behind a benign-sounding helper name and uses indirect Function construction to evade simple pattern matching. The combination of impersonated author metadata, name confusion with a top-100 auth library, and an obfuscated require-time remote-code loader is an unambiguous supply-chain attack.

    Affected packages

    Package

    Name: react-jsonwebtoken

    Purl: pkg:npm/react-jsonwebtoken

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    9.0.3
    9.0.5
    9.0.4
    MAL-2026-10132 | CVE-DB