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

CISA Warns of Exploited Langflow, N-central, and Tomcat Vulnerabilities CISA警告Langflow、N-central和Tomcat漏洞已被利用

CISA added three actively exploited vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog: CVE-2026-9198 in IBM Langflow OSS (CVSS 9.8), CVE-2026-18556 in N-able N-central (CVSS 7.4), and CVE-2026-34486 in Apache Tomcat (CVSS 7.5) The Langflow OSS flaw allows unauthenticated remote code execution by chaining an auto-login endpoint that issues superuser tokens with a code validation endpoint that executes arbitrary Python code The N-able N-central authentication bypass was exploite CISA警告威胁行为者正在利用IBM Langflow OSS、N-able N-central和Apache Tomcat的三处漏洞进行攻击 Langflow OSS漏洞CVE-2026-9198(CVSS 9.8)允许未认证攻击者通过链式调用API端点实现远程代码执行 N-able N-central的认证绕过漏洞CVE-2026-18556被作为零日漏洞利用,初始补丁被绕过后又发布热修复 Apache Tomcat的EncryptInterceptor绕过漏洞CVE-2026-34486导致未认证远程代码执行,已被中国威胁行为者利用

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

Analysis 深度分析

TL;DR

  • CISA added three actively exploited vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog: CVE-2026-9198 in IBM Langflow OSS (CVSS 9.8), CVE-2026-18556 in N-able N-central (CVSS 7.4), and CVE-2026-34486 in Apache Tomcat (CVSS 7.5)
  • The Langflow OSS flaw allows unauthenticated remote code execution by chaining an auto-login endpoint that issues superuser tokens with a code validation endpoint that executes arbitrary Python code
  • The N-able N-central authentication bypass was exploited as a zero-day, and its initial patch was itself bypassed, requiring a follow-up hotfix tracked as CVE-2026-18577
  • The Apache Tomcat EncryptInterceptor bypass was introduced by a one-line code change in an April patch that flipped the encryption layer from fail-closed to fail-open, enabling unauthenticated RCE on cluster members
  • CISA mandated patching by August 7 under BOD 26-04, while threat actors including Chinese-linked groups have been actively exploiting the Tomcat flaw using AI-enabled autonomous hacking campaigns and the Snowlight malware family

Why It Matters

This alert highlights the accelerating pace at which critical vulnerabilities in widely deployed open-source and enterprise infrastructure are being weaponized, with proof-of-concept code appearing within days and nation-state actors incorporating AI tools into autonomous exploitation campaigns. For AI practitioners and security teams, the Langflow OSS vulnerability is particularly salient given the framework's growing adoption for building LLM-powered applications, while the Tomcat flaw underscores how even minor patching mistakes can introduce catastrophic fail-open conditions in production clusters.

Technical Details

  • CVE-2026-9198 (IBM Langflow OSS, CVSS 9.8): Two chained flaws—an unauthenticated auto-login endpoint issues superuser bearer tokens to any network caller, and a code validation endpoint executes arbitrary Python code. Attackers obtain a superuser token via the auto-login endpoint, then submit malicious Python code through the validation endpoint, achieving unauthenticated RCE. Patched in Langflow OSS version 1.10.1 on July 17; all default deployments are affected. PoC code published approximately one week after disclosure.
  • CVE-2026-18556 (N-able N-central, CVSS 7.4): Authentication bypass allowing threat actors to gain administrative access to the remote monitoring and management (RMM) platform and connect to managed systems. Exploited as a zero-day. The initial fix was incomplete and bypassed by attackers, prompting a hotfix tracked as CVE-2026-18577. Both CVEs are now in CISA's KEV catalog.
  • CVE-2026-34486 (Apache Tomcat, CVSS 7.5): EncryptInterceptor bypass affecting cluster communications. The vulnerability was introduced in March when a one-line code change in the patch for CVE-2026-29146 (a padding oracle flaw) converted the encryption layer from fail-closed to fail-open. On failed decryption, attacker-controlled code is forwarded unmodified up the interceptor chain to the deserialization layer, enabling unauthenticated RCE on every cluster member. Patched in April; exploited by Chinese threat actors using Snowlight malware and AI-enabled autonomous hacking tools.

Industry Insight

  • The Langflow OSS vulnerability serves as a stark reminder that AI development frameworks, while accelerating application delivery, often ship with default configurations that expose high-privilege endpoints to unauthenticated access—organizations deploying Langflow must immediately verify their version and restrict network exposure until patched.
  • The N-able N-central incident demonstrates the dangerous pattern of incomplete patches being rapidly bypassed in the wild; vendors should adopt bug-bounty-style internal red-teaming before releasing security fixes, and enterprises should treat initial patches with skepticism until independent verification confirms the bypass is closed.
  • The Apache Tomcat flaw, exploited by state-sponsored actors using AI-augmented campaigns, signals a new escalation in automated vulnerability exploitation where threat actors leverage AI to discover, chain, and deploy exploits at scale—security operations should prioritize automated monitoring for exploitation indicators and enforce strict cluster segmentation to limit blast radius.

TL;DR

  • CISA警告威胁行为者正在利用IBM Langflow OSS、N-able N-central和Apache Tomcat的三处漏洞进行攻击
  • Langflow OSS漏洞CVE-2026-9198(CVSS 9.8)允许未认证攻击者通过链式调用API端点实现远程代码执行
  • N-able N-central的认证绕过漏洞CVE-2026-18556被作为零日漏洞利用,初始补丁被绕过后又发布热修复
  • Apache Tomcat的EncryptInterceptor绕过漏洞CVE-2026-34486导致未认证远程代码执行,已被中国威胁行为者利用

为什么值得看

本文揭示了当前活跃利用的多个高危漏洞,涉及AI开发框架、IT运维平台和主流Web服务器,对依赖这些技术的组织具有直接安全指导意义。CISA将其列入已知被利用漏洞目录并设定紧急修补期限,凸显了威胁的紧迫性和严重性。

技术解析

  • IBM Langflow OSS漏洞(CVE-2026-9198):该漏洞结合了两个独立问题——一个可向任何网络调用者发放超级用户Bearer令牌的未认证端点,以及一个执行任意Python代码的代码验证端点。攻击者可通过自动登录端点获取超级用户令牌,然后利用该令牌提交恶意代码至验证端点实现远程代码执行。PoC代码在公开披露约一周后发布,CISA于8月4日将其列入KEV目录。

  • N-able N-central漏洞(CVE-2026-18556/18557):这是一个认证绕过漏洞,威胁行为者将其作为零日漏洞利用以获得管理访问权限并连接到通过远程监控和管理(RMM)平台管理的系统。初始修复不完整,攻击者成功绕过,N-able随后发布热修复并分配CVE-2026-18557。两个CVE均已进入CISA KEV目录。

  • Apache Tomcat漏洞(CVE-2026-34486):该漏洞源于2026年3月修复填充预言机漏洞时引入的回归问题。修复代码将加密层从"失败关闭"改为"失败打开",导致解密失败时攻击者控制的代码未经修改地传递到反序列化层。StrigaAI发现此问题,SOCRadar和Palo Alto Networks均观察到中国威胁行为者利用该漏洞进行攻击,包括Snowlight恶意软件家族和AI驱动的自主黑客活动。

行业启示

  • AI开源框架安全需高度重视:Langflow作为AI工作流开发框架,其默认部署即受影响且存在未认证RCE漏洞,表明AI工具链的安全审计需要加强,开发者应尽快升级至1.10.1版本。
  • 补丁管理存在"修复-绕过"循环风险:N-able案例显示初始补丁可能被绕过,组织需建立补丁验证机制,确保修复有效后再依赖其作为安全边界。
  • 供应链和第三方组件威胁持续升级:Tomcat漏洞被国家行为者利用进行AI增强攻击,反映出关键基础设施组件的安全问题可能被用于更广泛的战略攻击,组织应遵循CISA BOD 26-04要求,在8月7日前完成所有三个漏洞的修补。

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

Security 安全 Open Source 开源 LLM 大模型 Deployment 部署