CISA Sounds the Alarm: Critical Vulnerabilities Exploited as AI-Powered Hackers Target Global Infrastructure + Video

Listen to this Post

Featured ImageA New Era of Cyber Threats Emerges as Attackers Combine Automation, AI, and Zero-Day Exploitation

Cybersecurity defenders are facing a rapidly changing battlefield where traditional hacking methods are being amplified by artificial intelligence. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has once again expanded its Known Exploited Vulnerabilities (KEV) catalog, warning organizations about three serious security flaws that are already being abused by attackers.

The newly added vulnerabilities affect widely used technologies, including IBM Langflow OSS, N-able N-central, and Apache Tomcat. While each flaw presents its own risks, together they highlight a growing pattern: attackers are increasingly targeting enterprise software, automation platforms, and internet-facing services that can provide direct access to sensitive networks.

The most concerning development is the reported involvement of an AI-powered autonomous hacking agent based on DeepSeek technology. Researchers observed that a Chinese-speaking threat actor used artificial intelligence to identify vulnerable systems and adjust attack strategies when initial exploitation attempts failed.

This marks a significant shift in the cybersecurity landscape. Attackers are no longer relying only on human-operated campaigns. Instead, AI systems are beginning to assist with reconnaissance, vulnerability discovery, and attack optimization, creating faster and more adaptive threats.

CISA Adds Three Actively Exploited Vulnerabilities to KEV Catalog
CVE-2026-9198: IBM Langflow OSS Remote Code Execution Risk

The first vulnerability added by CISA is tracked as CVE-2026-9198, a critical security flaw affecting IBM Langflow OSS versions 1.0.0 through 1.10.0.

Langflow is a visual development platform used to build artificial intelligence workflows and applications. Because it is designed for AI development environments, many organizations deploy it in locations connected to internal systems, databases, and cloud services.

The vulnerability allows unauthenticated attackers to gain superuser privileges without needing valid credentials. Once access is achieved, attackers can execute arbitrary code remotely, potentially taking complete control of affected systems.

The danger of this flaw comes from its simplicity. Attackers do not need stolen passwords, insider access, or complex social engineering campaigns. A vulnerable public-facing installation could become an entry point for full network compromise.

Organizations using Langflow should immediately review their deployments, restrict unnecessary external access, and update affected systems.

CVE-2026-18556: N-able N-central Authentication Bypass Weakness

Attackers Can Enter Systems Without Valid Credentials

The second vulnerability added to the KEV catalog is CVE-2026-18556, affecting N-able N-central versions through 2026.1.

N-central is widely used by managed service providers and IT teams to monitor and manage endpoints, servers, and networks. Because these platforms often have privileged access across many devices, vulnerabilities inside them can create severe consequences.

The flaw allows attackers to bypass authentication controls and access affected systems without legitimate credentials.

A successful exploitation could provide attackers with administrative capabilities, allowing them to:

Modify system configurations

Deploy malicious software

Access managed endpoints

Steal sensitive information

Use the platform as a launching point for larger attacks

Remote management tools remain a major target for cybercriminal groups because compromising one platform can provide access to multiple organizations simultaneously.

CVE-2026-34486: Apache Tomcat Encryption Protection Bypass

A Popular Web Server Platform Becomes Another Attack Target

The third vulnerability added to CISA’s KEV catalog is CVE-2026-34486, affecting Apache Tomcat versions:

Apache Tomcat 11.0.20

Apache Tomcat 10.1.53

Apache Tomcat 9.0.116

Apache Tomcat is one of the most widely deployed Java application servers worldwide. It powers countless enterprise applications, government systems, financial platforms, and online services.

The vulnerability allows attackers to bypass the EncryptInterceptor security mechanism, potentially exposing sensitive information that should remain protected.

The exploitation of this flaw has attracted additional attention because researchers linked attacks involving CVE-2026-34486 to a Chinese-speaking threat actor using AI-assisted hacking capabilities.

AI-Powered Hacking Agents Change the Cybersecurity Battlefield

DeepSeek-Based Autonomous Attacks Show a New Level of Automation

One of the most important details surrounding this campaign is the reported use of an AI-powered autonomous hacking agent based on DeepSeek.

Unlike traditional automated scanners that simply search for known vulnerabilities, autonomous AI agents can analyze environments, adjust strategies, and attempt alternative attack paths.

Researchers discovered that when one exploitation method failed, the AI agent independently searched for another possible route.

The attackers also manually exploited additional weaknesses affecting:

Citrix NetScaler environments

Apache Tomcat deployments

Marimo platforms

IKE VPN systems

This combination of human expertise and AI automation represents a dangerous evolution.

Cybercriminals are beginning to use AI not as a replacement for hackers, but as a force multiplier that allows smaller teams to perform more advanced operations.

Why CISA Added These Vulnerabilities to the KEV Catalog

Government Agencies Face Mandatory Remediation Deadlines

CISA’s Known Exploited Vulnerabilities catalog is designed to help organizations prioritize security issues that are actively being used in real-world attacks.

Under Binding Operational Directive (BOD) 22-01, Federal Civilian Executive Branch (FCEB) agencies must fix vulnerabilities listed in the KEV catalog within the required timeframe.

For these vulnerabilities, federal agencies were ordered to complete remediation by August 7, 2026.

Although the directive applies specifically to government agencies, cybersecurity experts strongly recommend that private organizations follow the same approach.

A vulnerability that is actively exploited against government networks can quickly become a threat to businesses, healthcare organizations, financial institutions, and critical infrastructure providers.

Deep Analysis: Detecting and Protecting Against These Vulnerabilities
Security Teams Should Begin With Immediate Exposure Checks

Organizations should first identify whether affected products exist inside their infrastructure.

Example Linux command for checking exposed services:

sudo nmap -sV -p 80,443,8080,8443 target-domain.com

This helps security teams identify publicly exposed web services that may require further investigation.

Checking Apache Tomcat Versions

Administrators can verify installed Tomcat versions:

catalina.sh version

or:

/usr/share/tomcat/bin/version.sh

Systems running affected versions should be upgraded immediately.

Reviewing Authentication Logs

For N-able N-central environments, administrators should monitor unusual authentication behavior:

grep "authentication" /var/log/.log

Suspicious login attempts, unexpected administrator actions, or unusual remote access patterns should trigger investigation.

Monitoring AI-Assisted Attack Indicators

Security teams should watch for:

grep -Ri "exploit" /var/log/

and:

grep -Ri "unauthorized" /var/log/

Although simple searches are not enough for advanced threats, they can help identify early warning signs.

Network Protection Recommendations

Organizations should:

Remove unnecessary internet exposure

Use zero-trust access controls

Require multi-factor authentication

Segment critical systems

Maintain updated vulnerability inventories

Monitor unusual outbound traffic

Apply security patches quickly

The speed of modern attacks means delayed patching can create significant risk.

What Undercode Say:

The latest CISA KEV additions reveal a deeper cybersecurity reality: attackers are becoming faster, smarter, and more automated.

The biggest concern is not only the vulnerabilities themselves, but the way they are being discovered and exploited.

CVE-2026-9198 demonstrates how AI development platforms can become dangerous targets when exposed without proper security controls.

Organizations adopting AI technologies often focus on productivity but underestimate the security risks created by poorly protected AI infrastructure.

CVE-2026-18556 highlights another long-standing problem: remote management platforms remain extremely valuable targets.

Attackers understand that compromising one administrative tool can provide access to hundreds or thousands of connected systems.

The Apache Tomcat vulnerability shows that even mature technologies with decades of security history remain attractive targets.

Attackers continuously search for weaknesses in trusted platforms because enterprises often delay upgrades due to compatibility concerns.

The emergence of AI-powered hacking agents represents a turning point.

Traditional cybersecurity assumed attackers needed human researchers to discover vulnerabilities.

That assumption is changing.

AI systems can now analyze information, test possibilities, and adjust strategies faster than human teams.

This creates a major challenge for defenders because defensive processes often move slower than offensive innovation.

Security teams must rethink vulnerability management.

A monthly patching schedule may no longer be enough for actively exploited vulnerabilities.

Organizations need continuous monitoring and faster response cycles.

The future cybersecurity advantage will belong to organizations that combine automation with human expertise.

AI will not only help attackers.

Defenders can also use AI for threat detection, incident response, and vulnerability prioritization.

The cybersecurity race has become an AI competition.

Companies that ignore this shift may find themselves defending against threats they cannot analyze quickly enough.

The lesson from these CISA warnings is clear:

A vulnerability is no longer just a technical problem.

It is a potential business crisis waiting for exploitation.

Prediction

(+1) 🚀 AI-powered cybersecurity defense systems will become essential as organizations begin using artificial intelligence to detect and respond to AI-assisted attacks.

(+1) 🔐 Companies that adopt continuous vulnerability monitoring and automated patch management will significantly reduce their exposure to future campaigns.

(-1) ⚠️ Smaller organizations using exposed AI platforms, remote management tools, or outdated enterprise software may face increasing attacks as automated hacking tools become more accessible.

(-1) ⚠️ The gap between attackers and defenders could widen if companies continue relying on slow security processes while attackers adopt autonomous AI technologies.

✅ Confirmed: CISA added CVE-2026-9198, CVE-2026-18556, and CVE-2026-34486 to the Known Exploited Vulnerabilities catalog due to active exploitation risks.

✅ Confirmed: The vulnerabilities affect IBM Langflow OSS, N-able N-central, and Apache Tomcat products, creating serious risks for exposed systems.

✅ Confirmed: Security researchers have warned that AI-assisted hacking methods are becoming a growing concern, increasing the need for faster detection and response strategies.

▶️ Related Video (82% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: securityaffairs.com
Extra Source Hub (Possible Sources for article):
https://www.github.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube