AI Security AI安全 3d ago Updated 3d ago 更新于 3天前 46

CISA Flags Actively Exploited Ray Flaw That Can Trigger Browser-Based RCE CISA标记可触发浏览器端RCE的Ray漏洞已被主动利用

CISA added CVE-2025-62593 (CVSS 9.4) to its Known Exploited Vulnerabilities catalog due to active exploitation of a critical flaw in the Ray distributed computing framework The vulnerability enables browser-based remote code execution via DNS rebinding attacks targeting unauthenticated Ray API endpoints such as /api/jobs and /api/job_agent/jobs/ The root cause is Ray's longstanding decision to omit authentication on critical endpoints, combined with insufficient User-Agent header validation Thre CISA将Ray框架CVE-2025-62593漏洞列入已知被利用目录,该漏洞可通过DNS重绑定攻击实现浏览器远程代码执行(CVSS 9.4) 漏洞源于Ray关键API端点(如/api/jobs)长期缺乏身份认证,攻击者可利用恶意网站或广告触发任意代码执行 实际攻击已出现:RondoDox DDoS僵尸网络在漏洞披露前2天即利用PoC,ShadowRay 2.0活动将感染GPU集群转为加密货币挖矿僵尸网络 Ray 2.52.0版本已修复该漏洞,CISA要求联邦机构在2026年8月20日前完成补丁部署

68
Hot 热度
62
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • CISA added CVE-2025-62593 (CVSS 9.4) to its Known Exploited Vulnerabilities catalog due to active exploitation of a critical flaw in the Ray distributed computing framework
  • The vulnerability enables browser-based remote code execution via DNS rebinding attacks targeting unauthenticated Ray API endpoints such as /api/jobs and /api/job_agent/jobs/
  • The root cause is Ray's longstanding decision to omit authentication on critical endpoints, combined with insufficient User-Agent header validation
  • Threat actors including the RondoDox DDoS botnet and ShadowRay 2.0 cryptocurrency mining campaigns have already weaponized the flaw in the wild
  • The fix is available in Ray version 2.52.0, with CISA recommending FCEB agencies apply mitigations by August 20, 2026

Why It Matters

This vulnerability highlights a critical intersection between AI infrastructure security and real-world exploit chains, demonstrating how open-source ML frameworks with default-unauthenticated endpoints become high-value targets for threat actors. For AI practitioners and organizations running Ray clusters, this underscores the urgent need to audit authentication configurations on development and production environments, especially those exposed to network-adjacent or internet-facing deployments.

Technical Details

  • CVE-2025-62593 (CVSS 9.4) allows remote code execution through a DNS rebinding attack that exploits the ability to modify the User-Agent header in browsers like Firefox and Safari, tricking Ray's server into treating a malicious browser request as a trusted internal call
  • The attack vector targets unauthenticated critical API endpoints (/api/jobs and /api/job_agent/jobs/), enabling arbitrary shell code execution on a developer's machine when they visit a malicious website or are served a malicious advertisement
  • The vulnerability can be extended laterally to compromise Ray instances within private corporate networks by using the browser as a "confused deputy" intermediary, bypassing network perimeter defenses
  • Discovered by Oligo security researcher Avi Lumelsky (fetch bypass) and Jonathan Leitschuh (DNS rebinding attack), with the fix released in Ray version 2.52.0
  • Active exploitation evidence includes the RondoDox DDoS botnet incorporating the flaw two days before public disclosure due to an available PoC, and ShadowRay 2.0 campaigns converting infected NVIDIA GPU clusters into self-replicating cryptocurrency mining botnets

Industry Insight

  • Organizations running Ray in development or production should immediately audit all exposed Ray endpoints for authentication gaps and upgrade to version 2.52.0 or later; default-no-auth configurations on ML infrastructure represent a systemic risk that extends beyond a single framework
  • The rapid weaponization of this vulnerability—exploited by threat actors before public disclosure—reinforces the importance of responsible disclosure timelines and the need for continuous vulnerability monitoring on open-source AI/ML tooling
  • AI infrastructure teams should treat development environments with the same security rigor as production, as attackers are increasingly targeting the developer workflow itself as an entry point into broader corporate networks through confused deputy attacks.

TL;DR

  • CISA将Ray框架CVE-2025-62593漏洞列入已知被利用目录,该漏洞可通过DNS重绑定攻击实现浏览器远程代码执行(CVSS 9.4)
  • 漏洞源于Ray关键API端点(如/api/jobs)长期缺乏身份认证,攻击者可利用恶意网站或广告触发任意代码执行
  • 实际攻击已出现:RondoDox DDoS僵尸网络在漏洞披露前2天即利用PoC,ShadowRay 2.0活动将感染GPU集群转为加密货币挖矿僵尸网络
  • Ray 2.52.0版本已修复该漏洞,CISA要求联邦机构在2026年8月20日前完成补丁部署

为什么值得看

该事件揭示了AI基础设施安全的关键风险:开源分布式计算框架的认证缺失可能成为攻击者渗透企业网络的跳板。对AI从业者而言,这凸显了开发环境与生产环境安全边界模糊的现实威胁,以及及时跟进开源组件漏洞的必要性。

技术解析

  • 漏洞机制:CVE-2025-62593利用DNS重绑定攻击绕过浏览器同源策略,结合可篡改的User-Agent头,使攻击者能通过Firefox/Safari浏览器向Ray的/api/jobs等无认证端点发送恶意请求
  • 影响范围:主要威胁运行Ray开发/测试环境的开发者,但攻击可延伸至企业内网中的Ray实例,利用浏览器作为"困惑副手"代理攻击私有网络资源
  • 修复方案:Ray 2.52.0版本已修复漏洞,安全研究员Avi Lumelsky发现fetch绕过机制,Jonathan Leitschuh提出DNS重绑定攻击路径
  • 实战案例:RondoDox僵尸网络在2025年11月24日(漏洞披露前2天)即集成该漏洞利用,ShadowRay 2.0活动针对含NVIDIA GPU的Ray集群进行加密货币挖矿劫持

行业启示

  • 开源AI框架安全治理缺失:Ray作为流行ML分布式框架,其核心API长期无认证设计暴露了开源项目安全开发实践的不足,建议AI团队建立第三方组件安全审计机制
  • 开发环境成为攻击入口:漏洞利用链显示开发者日常浏览行为即可触发严重攻击,企业需强化开发机网络隔离策略,限制内网资源访问权限
  • 漏洞响应时效性至关重要:从PoC公开到实际攻击仅2天,组织应建立自动化漏洞监控与补丁部署流程,对CISA KEV目录中的漏洞实施优先修复

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Open Source 开源 Deployment 部署