Switch language한국어
Back to the list

Two Types of npm Supply Chain Attack: What Catches Each

TL;DR AI

Key summary

2 min read
  1. Bitwarden’s @bitwarden/cli was tainted after attackers compromised a GitHub Actions workflow in the build pipeline.

  2. The incident shows npm supply-chain attacks are not limited to stolen maintainer credentials; build systems can be poisoned too.

  3. This differs from the 2021 ua-parser-js case, where attackers phished a maintainer’s npm account to publish malicious code.

  4. The article argues for provenance checks to detect tampering in CI/CD and verify how packages were built.

Read the original