telexed ~ c / 87a51c45-4b3radar:60 · otherLIVE
← back
NO.
#87a51c45
Topic
OTHER
Source
GeekNews
Published
2026-05-11 02:33:52
Importance
★ 6/10 — radar 60
`CVE-2024-YIKES`: dependency hijack leaked cross-ecosystem registry creds
FIG-0871:1

`CVE-2024-YIKES`: dependency hijack leaked cross-ecosystem registry creds

A JavaScript package hijack spilled into Rust and Python supply chains by stealing registry credentials like .npmrc, .pypirc, and Cargo tokens. If CI can read publish secrets during builds, one compromised package can jump ecosystems fast; tighten token scope and isolate release jobs now.

[ KEY POINTS ]
  1. The blast radius was not just npm; stolen creds also covered .pypirc, Cargo, and RubyGems, so one weak link can poison multiple release pipelines.
  2. A malicious build.rs in vulpine-lz4 reportedly executed on CI hosts, which turns dependency install time into a credential exfiltration path.
  3. left-justify-style phishing shows package names and maintainer trust are still enough to trigger supply-chain compromise without an infra breach.
  4. Build jobs that both install third-party code and hold publish tokens are the obvious failure mode. Split test and release environments before this pattern repeats.
Originalnews.hada.io/topic?id=29374Read original →

// related