npm

mkt-ui-library @45.0.0

Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 8:35 AM UTC

Malicious

OSV ID

MAL-2026-15540

Ecosystem

npm

Summary

package.json declares a dependency whose key ("mkt-ui-library") equals the package's own name and whose value is a bare HTTPS URL, https://repo.securityctrl.com/mkt-ui-library, instead of a registry version range. On npm install , npm fetches whatever tarball is served at that URL and installs it, executing any lifecycle scripts inside it, with no version pin and no integrity check. The shipped source is an inert stub (index.js only performs a console.log), so the manifest line is the entire payload: whoever controls repo.securityctrl.com controls the code that runs on the installer's machine. The self-referencing dependency name (key equals the package's own name at an implausibly high version 45.0.0) is a dependency-confusion shape that biases resolvers toward this artifact over any legitimate internal package.

Source: amazon-inspector (ec25e8ea6f31c47fb8d4f491a39477d5fde2b00f41c3c1b19960931a34f990e6)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.