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.

2368+ Articles
158+ 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. Chinese Actor Weaponizes DeepSeek AI Agent to Attack Security Firm
Chinese Actor Weaponizes DeepSeek AI Agent to Attack Security Firm
NEWS

Chinese Actor Weaponizes DeepSeek AI Agent to Attack Security Firm

Palo Alto Networks' Unit 42 documented the first confirmed autonomous AI-driven cyberattack campaign in the wild. A Chinese-speaking threat actor wired DeepSeek into the Hermes agentic framework and controlled it via Telegram, targeting 460+ hosts with 8 CVEs — and accidentally exposed their entire operation through an OPSEC failure.

Dylan H.

News Desk

August 9, 2026
5 min read

The scenario that threat researchers have been warning about for years has now materialized in the wild. Palo Alto Networks' Unit 42 published research documenting the first confirmed autonomous AI-driven cyberattack campaign — carried out by a Chinese-speaking threat actor who wired DeepSeek into the open-source Hermes Agent framework and directed the whole operation via Telegram, with no persistent human involvement required during attack execution.

How the Campaign Was Discovered

The threat actor, operating under the aliases "knaithe" and "KnYuan" and assessed as based in Zhuhai, China, made a critical operational security mistake: the Hermes Agent accidentally created a web server from its home directory, exposing the attacker's full working environment to the internet — including API keys, target lists, exploit scripts, shell history, and AI session logs. This OPSEC failure handed Unit 42 a rare, near-complete picture of how a live AI-driven attack campaign operates end-to-end.

The actor is assessed as an independent opportunistic operator, not a state-sponsored entity — their GitHub profile describes them as a binary security researcher. The campaign's goal was proxyjacking: compromising hosts to use as proxy nodes for launching further downstream attacks.

The Attack Architecture

The technical setup was straightforward and replicable by actors with modest resources:

  • DeepSeek (Chinese open-source LLM) served as the reasoning engine
  • Hermes Agent (open-source agentic framework) provided the autonomous execution layer
  • Telegram served as the command-and-control interface — the operator sends a message, the agent executes
  • FOFA (a Shodan-equivalent search engine popular in China) was used for target enumeration
  • GitHub was mined for public proof-of-concept exploit code

The AI agent autonomously performed vulnerability enumeration, sourced PoC exploits, selected targets, and attempted exploitation — all without requiring the operator to be present. DeepSeek was supplemented by Qwen, GLM, Kimi, and MiniMax for various tasks. Claude Code and OpenAI Codex appeared only in connectivity tests and exploit development artifacts.

The Exploit Portfolio: 8 CVEs Across 7 Attack Tracks

Unit 42 documented eight CVEs across seven exploit tracks:

CVEProductCVSSStatus
CVE-2026-33017Langflow9.8Fixed v1.9.0; CISA KEV listed
CVE-2026-21858n8n10.0Fixed v1.121.1+
CVE-2025-68613n8n9.9Fixed v1.120.4 / 1.121.1 / 1.122.0
CVE-2026-3055Citrix NetScaler ADC/Gateway9.3Patched March 2026
CVE-2026-39987Marimo NotebookN/AFixed v0.23.0
CVE-2026-34486Apache TomcatN/APatch available
CVE-2026-33824Windows IKE VPNN/APatch available
CVE-2026-0300PAN-OSN/ANon-functional in testing

The agent attempted exploitation against approximately 460 hosts across these product families. Against Langflow (CVE-2026-33017), DeepSeek autonomously enumerated 84 instances but failed because the targeted instances lacked the required configuration. The agent then pivoted autonomously — surveying 10 product families and selecting n8n as a higher-value target, chaining an arbitrary file read (CVSS 10.0) with a sandbox bypass to RCE (CVSS 9.9) across 647,000+ exposed instances. Authentication requirements on exposed endpoints blocked the bulk of these attempts.

Confirmed Compromises

Three organizations were confirmed compromised via CVE-2026-3055 (Citrix NetScaler memory overread, affecting appliances configured as SAML identity providers), enabling session hijacking via stolen authentication cookies. A Malaysian government entity is among the suspected victims. Additionally, command execution was confirmed on 11 Marimo notebook instances via CVE-2026-39987.

Jesta Security: The Trap

The attack on a cybersecurity firm was intentional. Tel Aviv-based Jesta Security set a trap, intercepted the attacking AI agent, and took control of it. Jesta's CEO Aviv Halfon stated: "A human threat actor with malicious intent deliberately weaponized an AI model to run an agentic attack campaign end to end."

The agent was attempting to compromise over 1,200 hosts for proxyjacking when Jesta intercepted it — turning the attacker's autonomous system against itself and producing some of the clearest forensic evidence of how the campaign operated.

What This Means for Defenders

The "knaithe" campaign is a watershed moment. It confirms that:

  1. Agentic AI attacks are no longer theoretical — they are occurring in production environments, today, using commodity open-source tools
  2. Low-sophistication actors can leverage AI to dramatically amplify their reach — Telegram as C2, public LLMs, open-source exploit repos: the barrier to entry is lower than ever
  3. Unpatched known vulnerabilities are the primary attack surface — every CVE in this campaign had a patch available before exploitation was attempted
  4. OPSEC failures remain the defender's best friend — the campaign was exposed not by detection but by the attacker's own mistake

Immediate actions for security teams:

  • Patch CVE-2026-3055 (NetScaler), CVE-2026-33017 (Langflow), CVE-2026-21858 + CVE-2025-68613 (n8n) — all actively exploited; NetScaler and Langflow are on CISA KEV
  • Audit exposure of n8n, Langflow, Marimo, and Apache Tomcat instances — check FOFA/Shodan for your own footprint
  • Restrict internet exposure of internal automation tools (n8n, Jupyter/Marimo) — these are high-value targets with large known-vulnerability surfaces
  • Monitor for Telegram-based C2 traffic patterns in network egress — unusual long-polling connections to Telegram API endpoints may indicate compromised infrastructure being used as an agent relay
  • Hunt for proxyjacking indicators — unexpected egress to proxy networks, unusual outbound connection volume, or new processes opening listening ports on compromised hosts

The age of autonomous AI cyberattacks has arrived. The "knaithe" campaign will not be the last.

#AI#China#APT#DeepSeek#Agentic Attack#Vulnerability

Related Articles

Chinese Hacker Uses DeepSeek via Telegram to Launch Fully Autonomous Cyberattacks

Palo Alto Networks' Unit 42 documented a Chinese-speaking threat actor using the open-source Hermes Agent framework to direct DeepSeek AI through Telegram, enabling fully autonomous attack chains — from target discovery to exploit selection — with minimal human input.

5 min read

Chinese Threat Actor Uses DeepSeek and Hermes Agent to Launch Fully Autonomous Cyberattacks

Palo Alto Networks Unit 42 exposes a Chinese-speaking threat actor who directed an AI agent via a single Telegram message, letting DeepSeek autonomously scan, exploit, and exfiltrate data across 460+ targets.

6 min read

Hacker Uses DeepSeek AI to Autonomously Attack Vulnerable Servers

Palo Alto Networks Unit 42 documents a Chinese-speaking threat actor who used DeepSeek and the open-source Hermes Agent framework to conduct autonomous cyberattacks on exposed servers — targeting 7 CVEs across Langflow, n8n, NetScaler, and more with minimal human involvement.

6 min read
Back to all News