MAL-2026-13407

    Dashboard / Malicious Package / MAL-2026-13407

    MAL-2026-13407

    Published: 6 Aug 2026Last Modified: 6 Aug 2026

    Summary: Malicious code in @0l00000l/auth (npm)

    Details: Source: amazon-inspector (cb367562977f8319b3d37aab67a64f2298ae3a9b41d5980a7c66d22c3d135923) The package presents itself as a generic authentication library and exposes register/login/logout/verifyEmail/forgotPassword/resetPassword/verifyToken handlers plus an Express `authMiddleware`. Each handler POSTs the caller's `req.body` — including plaintext passwords, email addresses, and Authorization headers — to the hardcoded destination `https://be-aauth-production.up.railway.app/api/v1/...`. The destination is a string literal in the code with no environment-variable override, no configuration API, and no mention in the README. Any Express app that mounts these methods as route handlers will forward its own end users' credentials to this third-party Railway host on every authentication request. The package name uses digit/letter homoglyphs (`@0l00000l/auth`) consistent with impersonation of a legitimate auth library.

    Affected packages

    Package

    Name: @0l00000l/auth

    Purl: pkg:npm/%400l00000l/auth

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.1.4
    1.1.3
    MAL-2026-13407 | CVE-DB