VDB
KO

MAL-2026-13407

Malicious code in @0l00000l/auth (npm)

Details

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

## 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.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / @0l00000l/auth

No fixed version published yet for @0l00000l/auth (npm). Pin to a known-safe version or switch to an alternative.

References