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

Cisco FMC Flaws Exploited to Steal Credentials and Deploy Qilin Ransomware 思科FMC漏洞被利用窃取凭证并部署Qilin勒索软件

Three distinct threat clusters (state-sponsored and crimeware) are actively exploiting two Cisco Secure FMC vulnerabilities: CVE-2026-20079 (CVSS 10.0, authentication bypass) and CVE-2026-20316 (CVSS 5.3, low-privilege account access) UAT-12197 deploys JSP-based web shells and JAR command executors to harvest credentials from internal databases UAT-11823 combines both CVEs to deliver reverse shells, harvest device configurations, and deploy a Sandworm-linked Cyclops Blink ELF implant UAT-11988 i 思科Secure FMC两个高危漏洞(CVE-2026-20079/CVSS 10.0、CVE-2026-20316/CVSS 5.3)已被三个威胁组织实际利用 攻击者通过认证绕过漏洞获取root权限,结合权限提升漏洞实现数据窃取、配置收集及横向移动 已发现国家支持型组织(Sandworm关联)和勒索软件团伙(Qilin)利用该漏洞实施攻击 CISA已将两个漏洞列入已知被利用漏洞目录,要求联邦机构在2026年9月12日前完成修补

72
Hot 热度
65
Quality 质量
58
Impact 影响力

Analysis 深度分析

TL;DR

  • Three distinct threat clusters (state-sponsored and crimeware) are actively exploiting two Cisco Secure FMC vulnerabilities: CVE-2026-20079 (CVSS 10.0, authentication bypass) and CVE-2026-20316 (CVSS 5.3, low-privilege account access)
  • UAT-12197 deploys JSP-based web shells and JAR command executors to harvest credentials from internal databases
  • UAT-11823 combines both CVEs to deliver reverse shells, harvest device configurations, and deploy a Sandworm-linked Cyclops Blink ELF implant
  • UAT-11988 is a ransomware operation using CVE-2026-20316 for initial access, living-off-the-land techniques, and Qilin ransomware deployment
  • CISA has added both vulnerabilities to its Known Exploited Vulnerabilities catalog, with a patch deadline of September 12, 2026 for federal agencies

Why It Matters

This is a critical real-world exploitation scenario involving high-severity vulnerabilities in widely deployed network infrastructure, demonstrating how unpatched management interfaces can serve as gateways for both nation-state espionage and ransomware campaigns. The involvement of Sandworm-linked tooling and active Qilin ransomware deployment underscores the urgency for organizations running Cisco Secure FMC to prioritize patching immediately.

Technical Details

  • CVE-2026-20079 (CVSS 10.0): Authentication bypass in the FMC web interface allowing unauthenticated remote attackers to execute script files and obtain root access to the underlying OS
  • CVE-2026-20316 (CVSS 5.3): Allows unauthenticated login via low-privilege accounts to access sensitive data; can be chained with other FMC vulnerabilities for privilege escalation
  • UAT-12197: Exploits CVE-2026-20079 to deploy JSP-based web shells and JAR-based command executors targeting internal database credential extraction
  • UAT-11823: Chains both CVEs to deliver Netcat reverse shells, bash scripts for configuration harvesting, and a Cyclops Blink variant (modular ELF implant attributed to Sandworm)
  • UAT-11988: Uses CVE-2026-20316 for initial access, then employs living-off-the-land tactics including built-in FMC tooling for reconnaissance, tunneling tools for persistence, credential theft, endpoint enumeration, security tool termination, and Qilin ransomware deployment

Industry Insight

  • Organizations using Cisco Secure FMC should treat patching as an emergency; the combination of active exploitation, nation-state involvement, and ransomware deployment makes this a top-priority remediation item
  • The use of living-off-the-land techniques by UAT-11988 highlights the importance of monitoring legitimate administrative tooling for anomalous behavior, not just malicious binaries
  • The CISA KEV catalog inclusion with a September 12, 2026 deadline signals that federal supply chain and critical infrastructure operators must be patched well in advance of that date to remain compliant

TL;DR

  • 思科Secure FMC两个高危漏洞(CVE-2026-20079/CVSS 10.0、CVE-2026-20316/CVSS 5.3)已被三个威胁组织实际利用
  • 攻击者通过认证绕过漏洞获取root权限,结合权限提升漏洞实现数据窃取、配置收集及横向移动
  • 已发现国家支持型组织(Sandworm关联)和勒索软件团伙(Qilin)利用该漏洞实施攻击
  • CISA已将两个漏洞列入已知被利用漏洞目录,要求联邦机构在2026年9月12日前完成修补

为什么值得看

该事件展示了防火墙管理平台的供应链安全风险,凸显了零日漏洞利用的实时威胁。对安全从业者而言,这是理解攻击者如何利用管理界面漏洞实施高级持久威胁的典型案例,同时为网络设备供应商的安全响应机制提供了参考。

技术解析

  • CVE-2026-20079:CVSS 10.0的认证绕过漏洞,允许未认证攻击者通过FMC Web界面执行脚本文件获取root权限,攻击者利用此漏洞部署JSP Web shell和JAR命令执行器窃取数据库凭证
  • CVE-2026-20316:CVSS 5.3的低权限账户登录漏洞,攻击者可利用此漏洞访问敏感数据并配合其他漏洞实现权限提升,被UAT-11988勒索团伙用于初始访问
  • 威胁集群活动:UAT-12197部署Web shell窃取凭证;UAT-11823结合两个漏洞部署Netcat反向Shell、Cyclops Blink ELF植入物(关联Sandworm);UAT-11988利用合法FMC工具进行"Living-off-the-land"攻击部署Qilin勒索软件
  • 响应措施:思科已发布热修复补丁,计划下周推出全面加固版本;CISA将CVE-2026-20079列入KEV目录要求联邦机构9月12日前修补,CVE-2026-20316于2026年7月底被列入

行业启示

  • 网络设备管理平台的漏洞利用正成为APT组织和勒索团伙的重点目标,供应商需加强Web管理界面的安全设计和持续监控
  • 攻击者采用"合法工具滥用"(LotL)技术降低检测概率,安全团队应关注管理平台的异常行为而非仅依赖特征匹配
  • 联邦机构KEV目录的强制修补时限(9月12日)为行业树立了应急响应标杆,企业应建立类似的漏洞优先级评估和快速修补机制

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

Security 安全