AI Security AI安全 6h ago Updated 1h ago 更新于 1小时前 44

Weekly Recap: Chrome 0-Day, Router Hijacks, Coder Supply Chain Attack and More 每周安全回顾:Chrome 零日漏洞、路由器劫持、代码供应链攻击等

N-able patched three critical N-central vulnerabilities (CVE-2026-86206, CVE-2026-86207, CVE-2026-86218), including a CVSS 10.0 pre-auth RCE flaw, with evidence of active exploitation observed by Huntress Google patched CVE-2026-85046, a type confusion bug in Chrome's V8 engine under active exploitation, marking the sixth actively exploited Chrome zero-day of 2026 The MikroTrick exploit chain leverages two zero-day flaws (CVE-2026-67276, CVE-2026-86060) in MikroTik RouterOS to bypass authenticat N-able发布紧急热修复补丁,修复N-central平台中可导致认证绕过和远程代码执行的高危漏洞(CVSS 10.0), Huntress已观察到疑似利用迹象 Google Chrome 12个漏洞更新中包含正在被利用的CVE-2026-85046(V8引擎类型混淆,CVSS 8.8),这是今年第六个被利用的Chrome零日漏洞 MikroTik RouterOS的MikroTrick攻击链正在活跃利用两个零日漏洞实现无认证设备接管,攻击源自特定IP地址 Magento/Adobe Commerce的StyleSmuggler零日漏洞被用于注入Rust后门程序,通过模板系统注入恶意PHP代码

72
Hot 热度
62
Quality 质量
52
Impact 影响力

Analysis 深度分析

TL;DR

  • N-able patched three critical N-central vulnerabilities (CVE-2026-86206, CVE-2026-86207, CVE-2026-86218), including a CVSS 10.0 pre-auth RCE flaw, with evidence of active exploitation observed by Huntress
  • Google patched CVE-2026-85046, a type confusion bug in Chrome's V8 engine under active exploitation, marking the sixth actively exploited Chrome zero-day of 2026
  • The MikroTrick exploit chain leverages two zero-day flaws (CVE-2026-67276, CVE-2026-86060) in MikroTik RouterOS to bypass authentication and elevate privileges without credentials
  • StyleSmuggler is an unpatched Magento/Adobe Commerce zero-day enabling unauthenticated RCE via a two-stage PHP code injection through template styles, deploying a Rust-based backdoor to a C2 server
  • RevStealer (REF2859) is a sophisticated Windows information stealer using Polygon blockchain dead drops (EtherHiding), targeting gaming accounts and crypto wallets, distributed via fake game cheats and a counterfeit Claude Desktop app

Why It Matters

This week's threat landscape demonstrates a clear escalation in zero-day exploitation across browsers, network infrastructure, and e-commerce platforms, with multiple vulnerabilities being actively weaponized before patches were available. The convergence of supply chain compromise (trusted software source delivering credential-stealing code) and novel evasion techniques (text-based QR codes bypassing image filters, blockchain-based C2 resilience) signals that threat actors are increasingly targeting both technical and human-layer defenses simultaneously.

Technical Details

  • N-able N-central: CVE-2026-86206 and CVE-2026-86207 enable authentication bypass for full platform access; CVE-2026-86218 (CVSS 10.0) allows pre-authenticated remote code execution. Huntress observed compromise of a fully patched environment, suggesting possible alternative exploit vectors.
  • Chrome CVE-2026-85046: Type confusion vulnerability in the V8 JavaScript/WebAssembly engine (CVSS 8.8) allowing arbitrary code execution inside the sandbox via a crafted HTML page. Discovered by researcher Salvatore Gulizia (Serotav) on August 4, 2026.
  • MikroTrick (MikroTik RouterOS): Exploit chain combining CVE-2026-67276 and CVE-2026-86060 (both CVSS 9.2) to bypass SSH authentication and escalate privileges. Six total flaws patched; attacks traced to IP 82.192.72.4 since September 2, 2026, including creation of a rogue "ops" account.
  • StyleSmuggler (Magento/Adobe Commerce): Two-stage attack — (1) inject poisoned PHP code via styles properties to evade safeguards, (2) trigger execution through failed payment email templates. Deploys a Rust backdoor connecting to C2 at 99.84.67[.]186, with two variants (fc-cache, chronyd). A separate cluster drops PHP web shells into product image caches.
  • RevStealer (REF2859): Windows info stealer with embedded sandbox scoring and Polygon blockchain dead drop (EtherHiding). Modules include C2 tasks for wallet/browser extension theft and phishing overlays, WinUpdate for cryptocurrency address replacement, SoftManager for reverse SOCKS5 proxy over encrypted WebSocket, and LockAppHost for XMRig deployment and competitor suspension.

Industry Insight

  • Organizations relying on N-central, MikroTik routers, or Magento/Adobe Commerce should prioritize immediate patching and audit logs for signs of compromise, especially the creation of unauthorized accounts or unexpected outbound connections to known C2 infrastructure.
  • The proliferation of blockchain-based dead drops (EtherHiding) in malware C2 architectures represents an emerging resilience technique that security teams should monitor, as it complicates traditional domain-based blocking and takedown strategies.
  • The use of counterfeit AI tooling (fake Claude Desktop app) and game cheat distribution as malware delivery vectors indicates threat actors are strategically targeting high-trust communities; security awareness programs should address these specific social engineering vectors alongside traditional phishing training.

TL;DR

  • N-able发布紧急热修复补丁,修复N-central平台中可导致认证绕过和远程代码执行的高危漏洞(CVSS 10.0), Huntress已观察到疑似利用迹象
  • Google Chrome 12个漏洞更新中包含正在被利用的CVE-2026-85046(V8引擎类型混淆,CVSS 8.8),这是今年第六个被利用的Chrome零日漏洞
  • MikroTik RouterOS的MikroTrick攻击链正在活跃利用两个零日漏洞实现无认证设备接管,攻击源自特定IP地址
  • Magento/Adobe Commerce的StyleSmuggler零日漏洞被用于注入Rust后门程序,通过模板系统注入恶意PHP代码并连接C2服务器
  • RevStealer信息窃取恶意软件通过游戏外挂和虚假Claude Desktop应用传播,采用区块链死投技术和沙箱评分系统增强隐蔽性

为什么值得看

本文全面梳理了近期高危漏洞利用态势,展示了攻击者如何利用零日漏洞、供应链漏洞和社交工程进行多向量攻击,对企业和安全团队及时修补系统、加强威胁监测具有重要参考价值。

技术解析

  • N-able N-central漏洞:CVE-2026-86206/86207允许未授权认证绕过,CVE-2026-86218为CVSS 10.0的预认证远程代码执行漏洞,Huntress在已打补丁环境中仍观察到攻击迹象,表明可能存在未披露的利用链
  • Chrome V8引擎漏洞:CVE-2026-85046为类型混淆漏洞,允许通过构造HTML页面在沙箱内执行任意代码,攻击者无需用户交互即可利用
  • MikroTik RouterOS攻击链:MikroTrick利用CVE-2026-67276和CVE-2026-86060(CVSS 9.2)组合实现认证绕过和权限提升,攻击者创建"ops"账户并持续从特定IP发起攻击
  • StyleSmuggler攻击手法:分两阶段利用Magento模板系统漏洞,先注入恶意PHP代码(如生成失败报告),再通过失败支付邮件触发执行,后门为Rust程序连接C2服务器
  • RevStealer恶意软件架构:采用Polygon区块链死投技术(EtherHiding)实现弹性通信,内置沙箱评分系统检测分析环境,通过C2任务分发多种恶意功能模块

行业启示

  • 零日漏洞利用已进入"快速武器化"阶段,从披露到实际攻击的时间窗口极短,企业必须建立漏洞紧急响应机制,优先修补CVSS 9.0以上的高危漏洞
  • 供应链攻击和社交工程结合成为恶意软件传播的主要途径,攻击者利用游戏外挂、AI工具等热门话题进行伪装,需加强员工安全意识培训和软件来源验证
  • 网络基础设施(路由器、电商平台)和企业管理软件成为重点攻击目标,建议实施网络分段、最小权限原则和持续威胁监测,降低单点突破风险

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

Security 安全 Research 科学研究