Logo
npm

@tesla-insurance/vinless-quote@9.9.10

Vulnerability report · Last retrieved from osv.dev September 22, 2026 at 4:48 PM UTC

Malicious

OSV ID

MAL-2026-16378

Ecosystem

npm

Summary

The package declares an install lifecycle script (node index.js) that loads runtime/support/telemetry/probe/impl.js. On npm install, this probe collects the OS username (os.userInfo().username), hostname (os.hostname()), and the basename of the current working directory, joins them with a static prefix into a DNS label, and issues dns.resolve4() against a subdomain of oob.algamil7x.xyz — a covert DNS-based exfiltration channel that bypasses HTTP egress filtering. Both the destination host and the module names (os, dns, process) are obfuscated as String.fromCharCode byte arrays, and modules are loaded via module.constructor._load rather than plain require, hiding the hostile endpoint and the primitives used to reach it. The package is published under a vendor-branded scope (@tesla-insurance/vinless-quote) unrelated to the attacker domain, consistent with a social-engineering wrapper around the exfiltration payload.

Source: amazon-inspector (4eebad2e44558080fee7f934edca91a78944985dae167e603557eb3144d43730)

Protect your entire dependency tree

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