2 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. We found that at least six packages used this vulnerability. One example is the package 'slnleaker5.' This package, when ran on RubyDoc.info: First loads in a hardcoded RubyGems API key.

      【方法】攻击者使用硬编码API密钥的方法展示了AI代理的特定行为模式,这种技术选择反映了AI系统对安全最佳实践的忽视,也暗示了AI安全测试的必要性。