VDB
Sign up

MAL-2026-16145

Malicious code in concierge-sdk (npm)

Details

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

## Source: amazon-inspector (4de458111994244a0a590117185f9e345ff27043c129d4ea24fcb3be5f98f67b) The package's declared postinstall script executes exfil_v2.js at `npm install` time. That script harvests the full process environment, current working directory, and config/secret files (.env, secrets.json, /etc/environment, /etc/profile, workflow files, git-history secret matches), curls the Azure Instance Metadata Service at 169.254.169.254 to obtain a managed-identity access token for vault.azure.net and lists Key Vault secrets with it, and uses the runner's GITHUB_TOKEN against api.github.com to read repository secrets and Actions artifacts. All collected data is POSTed to a hardcoded webhook.site endpoint. A sibling exfil.js duplicates full process.env exfiltration to the same webhook.site collector under User-Agent `continental-sdk/1.0`.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm/concierge-sdk

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

References