VDB
Sign up

MAL-2026-15516

Malicious code in nx-app (npm)

Details

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

## Source: amazon-inspector (8671a9b563cebe9de36365a80edc1f242be492933cadb3e45ea590c8c5e1e115) package.json declares its own name `nx-app` as a dependency whose value is a raw HTTPS URL (`https://repo.securityctrl.com/nx-app`) rather than a semver range against the npm registry. On `npm install`, npm fetches a tarball from that URL and runs any lifecycle scripts it contains, with no version pin, no integrity hash, and no signature check. Whoever controls repo.securityctrl.com controls code executed on the installer's machine at install time. The self-referential dependency key (matching the package's own name) is a dependency-confusion shape that forces resolution to the off-registry URL even when a registry-hosted `nx-app` exists, and the shipped in-tree source is an inert stub so the manifest URL is the sole payload delivery vector.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm/nx-app

No fixed version published yet for nx-app (npm). Pin to a known-safe version or switch to an alternative.

References