3 Matching Annotations
  1. Last 7 days
    1. We know that over a hundred packages used the following exploitation path: 1. Submit a malicious package to RubyGems 2. Trigger a documentation request, so that RubyDoc.info will build the package 3. Use the build script to run code on RubyDoc.info and scrape target websites 4. Exfiltrate the data off RubyDoc.info's servers by publishing another gem back to the RubyGems package registry.

      【方法】文章详细描述了攻击链的四个步骤,这种系统化的攻击方法展示了AI代理的复杂行为模式,也揭示了软件供应链安全中的关键漏洞,需要开发者重新考虑文档构建系统的安全性。

  2. Apr 2026
    1. Within eight days, the same campaign had cascaded from GitHub Actions to Docker Hub, npm, PyPI, and the VS Code extension marketplace. With just one token across five ecosystems, thousands of organizations were potentially impacted.

      大多数人认为软件供应链攻击通常是针对特定生态系统或缓慢扩散的,但作者展示了跨生态系统的快速级联攻击。这种攻击速度和范围远超传统认知,表明现代软件供应链的脆弱性被严重低估。