AI Security AI安全 5h ago Updated 3h ago 更新于 3小时前 46

CISA Adds Seven Exploited Flaws as Attackers Deploy Reverse Shells and Crypto Miners CISA新增七项被利用漏洞,攻击者部署反向Shell和加密货币矿工

CISA added seven critical vulnerabilities to its Known Exploited Vulnerabilities catalog, including CVSS 10.0 flaws in SonicWall SMA 1000 and Kestra OSS, indicating active, real-world exploitation by threat actors. Attackers are weaponizing AI infrastructure vulnerabilities (LiteLLM, Kestra, RAGFlow) to deploy reverse shells, cryptocurrency miners, and steal LLM provider API keys and credential material. The Qilin ransomware group and other threat actors are chaining multiple CVEs together to by CISA将七个已知被利用漏洞(KEV)添加到目录中,涉及SonicWall、JFrog Artifactory、Kestra OSS和LiteLLM等关键产品 攻击者正积极利用这些漏洞部署反向shell、加密货币矿工和持久化机制,部分漏洞CVSS评分高达10.0 AI基础设施(LiteLLM、LangChain、MCP服务器等)已成为攻击者新目标,用于窃取API密钥、获取后端访问权限和进行AI原生后利用活动 微软和Wiz报告了针对AI网关和RAGFlow实例的协调攻击活动,攻击链包含认证绕过、密钥窃取和资源劫持 防御者需按AI工作负载的控制平面角色进行监控,而非仅将其视为孤立应用

70
Hot 热度
65
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • CISA added seven critical vulnerabilities to its Known Exploited Vulnerabilities catalog, including CVSS 10.0 flaws in SonicWall SMA 1000 and Kestra OSS, indicating active, real-world exploitation by threat actors.
  • Attackers are weaponizing AI infrastructure vulnerabilities (LiteLLM, Kestra, RAGFlow) to deploy reverse shells, cryptocurrency miners, and steal LLM provider API keys and credential material.
  • The Qilin ransomware group and other threat actors are chaining multiple CVEs together to bypass authentication, achieve remote code execution, and establish persistent access through SSH key modification and C2 channels.
  • Microsoft and Wiz report that AI infrastructure components (LiteLLM, Flowise, LangChain, MCP servers) have become high-value targets for credential harvesting, resource monetization, and AI-native post-exploitation.
  • CISA issued Binding Operational Directive 26-04 mandating prioritized security updates, urging defenders to monitor AI workloads based on their control-plane role rather than treating them as isolated applications.

Why It Matters

This represents a significant escalation in the targeting of AI infrastructure, as threat actors recognize that compromising LLM gateways and orchestration tools provides access to valuable API keys, backend databases, and compute resources. For AI practitioners and security teams, this signals that AI-specific components are no longer peripheral concerns but critical attack surfaces requiring the same rigor as traditional infrastructure. The active exploitation of these flaws in the wild makes immediate patching and monitoring a priority, not a theoretical exercise.

Technical Details

  • CVE-2026-83548 (CVSS 10.0) and CVE-2026-83549 (CVSS 7.8): SSRF and post-authentication OS command injection in SonicWall SMA 1000 Appliances, actively exploited per SonicWall's own investigation.
  • CVE-2026-9586 (CVSS 9.3): SQL injection in Sangoma Switchvox enabling unauthenticated remote attackers to execute arbitrary SQL against PostgreSQL, including remote code execution.
  • CVE-2026-82329 (CVSS 9.8): Improper authentication in JFrog Artifactory under default configuration, allowing unauthenticated administrative privilege escalation.
  • CVE-2026-48710 (CVSS 6.5): HTTP request smuggling in Kludex Starlette enabling path injection and authentication bypass, chainable with CVE-2026-42271 (CVSS 8.7) for full RCE.
  • CVE-2026-49869 (CVSS 10.0): Unauthenticated OS command injection in Kestra OSS, exploited by a threat actor to establish reverse shells, discover Docker environments, deploy XMRig miners, and harvest data via Kestra's key-value interface.
  • CVE-2026-59822 (CVSS 8.8): Improper authentication in Berri LiteLLM's MCP Streamable HTTP endpoint, allowing session establishment with arbitrary Bearer tokens; observed in honeypot probing for model enumeration.
  • Attack chains involve SSH authorized_keys persistence, C2 channels, defense evasion, PostgreSQL database targeting (LiteLLM_ProxyModelTable, LiteLLM_VerificationToken), and ELF binary delivery for cryptocurrency mining.

Industry Insight

  • AI infrastructure security must be treated as a first-class concern; organizations deploying LiteLLM, LangChain, Flowise, or MCP servers should immediately audit for exposed control-plane endpoints and enforce strict network segmentation.
  • The convergence of credential theft and resource monetization (crypto mining) suggests threat actors are prioritizing AI systems for both strategic value (API keys, model access) and immediate financial gain, indicating this trend will intensify as AI adoption grows.
  • Defenders should adopt a control-plane-centric monitoring strategy rather than treating AI workloads as isolated applications, implementing detection for anomalous workflow execution, unexpected Docker socket access, and unusual PostgreSQL queries against LLM-specific tables.

TL;DR

  • CISA将七个已知被利用漏洞(KEV)添加到目录中,涉及SonicWall、JFrog Artifactory、Kestra OSS和LiteLLM等关键产品
  • 攻击者正积极利用这些漏洞部署反向shell、加密货币矿工和持久化机制,部分漏洞CVSS评分高达10.0
  • AI基础设施(LiteLLM、LangChain、MCP服务器等)已成为攻击者新目标,用于窃取API密钥、获取后端访问权限和进行AI原生后利用活动
  • 微软和Wiz报告了针对AI网关和RAGFlow实例的协调攻击活动,攻击链包含认证绕过、密钥窃取和资源劫持
  • 防御者需按AI工作负载的控制平面角色进行监控,而非仅将其视为孤立应用

为什么值得看

这篇文章揭示了AI基础设施正成为网络攻击的新热点,攻击者通过利用漏洞窃取API密钥、获取后端访问权限并维持持久性。对于AI从业者和安全团队来说,了解这些新兴威胁模式和防御策略至关重要。

技术解析

  • 七个漏洞中,CVE-2026-83548(SSRF,CVSS 10.0)和CVE-2026-49869(命令注入,CVSS 10.0)最为严重,允许未认证远程攻击者获得完全控制权,后者可导致工作流引擎执行任意OS命令
  • Kestra漏洞被用于建立反向shell、发现Docker容器环境、实施防御规避、部署加密货币矿工和收集数据,攻击者通过curl-pipe-shell事件编码收集的输出并通过Kestra的键值接口存储
  • LiteLLM漏洞链(CVE-2026-42271 + CVE-2026-48710)可绕过认证实现远程代码执行,攻击者通过ELF二进制文件投递XMRig矿工,并在攻击前对主机进行指纹识别和终止竞争性挖矿进程
  • 攻击者利用收集的数据库信息访问PostgreSQL数据层,窃取模型配置、上游提供商密钥材料、提供商端点和代理颁发的虚拟密钥,涉及LiteLLM_ProxyModelTable和LiteLLM_VerificationToken表
  • 攻击链包括持久化机制(修改~/.ssh/authorized_keys)、命令与控制(C2)和防御规避措施,攻击者还针对RAGFlow实例利用多个漏洞建立持久性和窃取LLM提供商密钥

行业启示

  • AI基础设施安全需要纳入整体安全架构,不能仅作为孤立应用保护,应重点关注控制平面角色,包括API密钥管理、访问控制和监控
  • 针对AI系统的攻击呈现专业化趋势,攻击者不仅窃取数据,还利用AI资源进行加密货币挖矿等经济犯罪,企业需加强AI工作负载的异常行为检测
  • 企业应优先更新CISA KEV目录中的漏洞,特别是涉及AI网关、LLM代理和MCP服务器的组件,并实施最小权限原则和零信任架构来保护AI基础设施

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

Security 安全 Policy 政策 Regulation 监管