Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2213+ Articles
157+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. CISA Flags Langflow RCE, Tomcat, and N-central Flaws as Actively Exploited
CISA Flags Langflow RCE, Tomcat, and N-central Flaws as Actively Exploited
NEWS

CISA Flags Langflow RCE, Tomcat, and N-central Flaws as Actively Exploited

CISA added three vulnerabilities to its Known Exploited Vulnerabilities catalog on August 5, 2026 — a critical Langflow RCE, an Apache Tomcat encryption flaw, and an N-able N-central authentication bypass — all confirmed under active exploitation with a federal patch deadline of August 7.

Dylan H.

News Desk

August 5, 2026
5 min read

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) added three vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog on August 5, 2026, all confirmed as actively exploited in the wild. Federal civilian agencies (FCEB) are required to apply patches for all three by August 7, 2026 — a tight 48-hour window reflecting the severity and urgency of ongoing attacks.

The Three Vulnerabilities

CVEProductCVSSVulnerability Type
CVE-2026-9198Langflow9.8Unauthenticated code injection / RCE
CVE-2026-34486Apache Tomcat7.5Missing encryption in cluster communications
CVE-2026-18556N-able N-central8.2Authentication bypass

CVE-2026-9198 — Langflow Unauthenticated RCE

Langflow, the popular open-source low-code platform for building AI agent workflows, has been hit by yet another critical RCE vulnerability. CVE-2026-9198 (CVSS 9.8) allows unauthenticated attackers to inject and execute arbitrary code on Langflow servers.

Langflow reached a patch in version 1.10.1 (released July 2026), but the platform has been "repeatedly weaponized" by threat actors in recent months. Researchers linked active exploitation to Chinese-speaking threat actors operating under the aliases knaithe, KnYuan, and believed to originate from Zhuhai. These actors deployed autonomous AI-enabled attack frameworks — specifically the DeepSeek/Hermes Agent framework — to conduct automated attacks against 460+ endpoints across multiple countries.

In parallel, a separate China-nexus group deployed SNOWLIGHT malware against 107 endpoints across 100+ nations, leveraging the same Langflow attack surface.

Patch: Upgrade to Langflow 1.10.1 or later immediately.


CVE-2026-34486 — Apache Tomcat Missing Encryption

Apache Tomcat versions affected by CVE-2026-34486 (CVSS 7.5) fail to encrypt communications between cluster members in multi-node deployments. This allows an attacker with network access between cluster nodes to intercept or tamper with inter-cluster traffic — potentially leading to session hijacking, data exposure, or remote code execution depending on the traffic content.

Patches were available in:

  • Tomcat 11.0.21
  • Tomcat 10.1.54
  • Tomcat 9.0.117

All three were released in April 2026, making this a case of organizations running unpatched software more than three months after a fix was available.

Patch: Upgrade to the appropriate patched version for your Tomcat branch.


CVE-2026-18556 — N-able N-central Authentication Bypass

N-able N-central, a widely-deployed remote monitoring and management (RMM) platform, is affected by a critical authentication bypass tracked as CVE-2026-18556 (CVSS 8.2). The flaw allows unauthenticated attackers to bypass authentication controls and access the platform as a privileged user.

Complicating the situation: the initial patch was incomplete, spawning a second related CVE — CVE-2026-18577 (also CVSS 8.2) — covering the residual bypass path that the first fix missed. Organizations should confirm they have applied patches addressing both CVEs, not just the original advisory.

Patch: Apply the latest N-central security update addressing both CVE-2026-18556 and CVE-2026-18577.


Why This Matters: AI-Enabled Autonomous Attacks

The Langflow exploitation activity is particularly noteworthy. CISA's and affiliated researchers' analysis identified that threat actors used autonomous AI agent frameworks — specifically DeepSeek and the Hermes Agent system — to automate vulnerability exploitation at scale. Rather than manually exploiting each target, the actors deployed AI-driven agents that could scan, exploit, and compromise Langflow instances across hundreds of endpoints with minimal human intervention.

This represents a documented escalation in how state-linked threat actors leverage AI to amplify exploitation campaigns. The Langflow platform's own AI-building capabilities make it an attractive target: a successful compromise of a Langflow instance can give attackers access to the AI workflows, credentials, and connected systems that the platform manages.


Federal Deadline and Broader Impact

CISA's August 7, 2026 patch deadline for FCEB agencies underscores the urgency. While the KEV catalog formally applies only to federal civilian agencies, CISA consistently recommends that all organizations — private sector included — treat KEV catalog additions as high-priority remediation targets.

Organizations running any of these three products should:

  1. Langflow: Upgrade to 1.10.1+ and audit logs for signs of prior exploitation (unauthorized code execution, unusual API calls)
  2. Apache Tomcat: Apply the relevant patch for your version branch; review cluster network segmentation to limit exposure while patching
  3. N-able N-central: Apply patches for both CVE-2026-18556 and CVE-2026-18577; audit for unauthorized session creation or privilege escalation indicators

Key Takeaways

  • CISA added three actively exploited CVEs to the KEV catalog on August 5, 2026
  • Langflow RCE (CVSS 9.8) is being exploited by Chinese-linked actors using autonomous AI agent frameworks across hundreds of targets globally
  • Apache Tomcat cluster encryption flaw patches have been available since April 2026 — organizations should have already applied them
  • N-able N-central auth bypass required two separate CVEs due to an incomplete initial patch; apply fixes for both
  • Federal agencies have until August 7, 2026 — all organizations should treat this as a priority remediation window

References

  • CISA KEV Catalog
  • The Hacker News — CISA Flags Langflow RCE, Tomcat, and N-central Flaws
  • NVD — CVE-2026-9198 (Langflow)
  • NVD — CVE-2026-34486 (Apache Tomcat)
  • NVD — CVE-2026-18556 (N-able N-central)
#CISA#KEV#Langflow#Apache Tomcat#N-able#CVE#Cloud Security#Active Exploitation

Related Articles

CISA: New Langflow Flaw Actively Exploited to Hijack AI

CISA has added CVE-2026-33017, a critical unauthenticated remote code execution vulnerability in the Langflow AI framework, to its Known Exploited...

5 min read

CISA Orders Feds to Prioritize Patching Langflow Auth Bypass Flaw

CISA added CVE-2026-55255, a CVSS 9.9 IDOR authorization bypass in Langflow, to its Known Exploited Vulnerabilities catalog on July 7, ordering U.S....

6 min read

Langflow RCE Exploited to Deploy Monero Miner on Exposed AI App Endpoints

Threat actors are actively weaponizing CVE-2026-33017, a critical unauthenticated RCE flaw in Langflow, to deploy a Monero miner via the lambsys...

6 min read
Back to all News