05/25/2026
Trivy. Checkmarx. LiteLLM. Bitwarden. Accurics.
Not victims of cyber attacks. These are tools your developers install to keep your software secure.
All compromised by the same group in 16 days.
The most diligent companies were the most exposed. Because they ran the security scanner on their source code, and the security scanner was the attack.
Here is the cascade:
Misconfigured GitHub Actions at Aqua Security → Trivy backdoored for 4 hours → thousands of CI/CD pipelines pull it → AWS keys, GCP accounts, Kubernetes secrets, database passwords all exfiltrated.
Then the stolen credentials chained outward:
Trivy → Checkmarx → LiteLLM (used by 36% of cloud environments) → Telnyx, Bitwarden CLI, Accurics.
4TB of data sold on the dark web. Buyer: LAPSUS$. Seller: Team P*P.
Three things to do right now:
→ Pin every dependency to an immutable commit hash, not a version
→ CI/CD pipelines should never carry direct production credentials. Use short-lived rotating tokens.
→ If you used any tool in this chain, rotate every credential your pipeline touched.
The attackers are no longer breaking your perimeter. They are poisoning the tools you trust to protect it.
📺 Subscribe: https://www.youtube.com/
✍️ [email protected]