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.

2493+ Articles
160+ 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. ThreatsDay: Gogs 10.0 RCE, n8n Workflow-to-RCE, $10M Reward, GLM-5.3 AI Exploit
ThreatsDay: Gogs 10.0 RCE, n8n Workflow-to-RCE, $10M Reward, GLM-5.3 AI Exploit
NEWS

ThreatsDay: Gogs 10.0 RCE, n8n Workflow-to-RCE, $10M Reward, GLM-5.3 AI Exploit

This week: Gogs CVSS 10.0 RCE via path traversal, n8n prototype pollution, Iran IRGC $10M bounty, and GLM-5.3 AI discovering 2,436 vulnerabilities.

Dylan H.

News Desk

August 20, 2026
6 min read

This Week's Theme: Trusted Tools Turned Against You

This week's threat landscape shares a common thread: trusted systems doing exactly what they were designed to do — just for the wrong people. A signed driver gets weaponized against the defenses it was supposed to support. Legitimate applications help malware blend into normal traffic. A weak header check opens the door to code execution. Add in nation-state credential theft at academic scale, an AI model autonomously hunting thousands of CVEs, and two more critical RCE chains in widely-deployed automation infrastructure, and it's been a dense week.


Gogs Path Traversal Enables RCE — CVE-2026-52813, CVSS 10.0

The self-hosted Git service Gogs has been hit with a maximum-severity vulnerability. CVE-2026-52813 is a path traversal flaw in how Gogs handles organization names: an attacker who can create or modify organization names can embed path traversal sequences to write arbitrary content to any location accessible by the Gogs process — including git hook scripts.

Git hooks execute automatically on repository events such as push, pre-receive, and post-receive. By overwriting a hook file, the attacker achieves arbitrary code execution on the Gogs server without any further interaction.

Two additional issues are bundled in the same advisory:

CVEDescriptionSeverity
CVE-2026-52813Path traversal via org name → git hook RCECVSS 10.0
CVE-2026-52810Logic bug allowing writes to read-only repositoriesHigh
GHSA-6vxv-wg6j-5qwpXSS in Jupyter notebook rendererMedium

Affected: Gogs prior to 0.14.3 Remediation: Update to Gogs 0.14.3 immediately. If you cannot update, restrict organization creation to trusted admins and monitor git hook files under all repositories for unexpected modifications.


n8n Prototype Pollution Leads to RCE — CVE-2026-33696, CVSS 9.4

n8n, the popular open-source workflow automation platform, has disclosed another RCE vulnerability. CVE-2026-33696 is a prototype pollution flaw in the XML and GSuiteAdmin nodes. An authenticated user with workflow creation or modification rights can craft a malicious workflow that pollutes the JavaScript prototype chain — ultimately enabling arbitrary OS command execution as the n8n process user.

This is the latest in a series of critical n8n RCE chains:

CVECVSSDescription
CVE-2026-2185810.0"Ni8mare" — unauthenticated file access via form workflows
CVE-2026-2187710.0Authenticated RCE via Git node
CVE-2026-274939.5Unauthenticated expression evaluation via Form nodes
CVE-2026-275779.4Expression sandbox escape
CVE-2026-336969.4Prototype pollution in XML/GSuiteAdmin nodes → RCE

As of early 2026, over 24,700 unpatched n8n instances remained exposed on the public internet.

Affected: n8n prior to 2.14.1 (also backported to 2.13.3 and 1.123.27) Remediation: Upgrade to the applicable patched branch (2.14.1 / 2.13.3 / 1.123.27). Limit workflow creation to trusted users. Disable unused nodes (XML, GSuiteAdmin) if not needed. For self-hosted deployments, restrict network access to the n8n editor.


$10 Million Reward: DOJ Charges 17 Iranians in IRGC Academic Espionage Campaign

The U.S. Department of Justice has charged 17 Iranian nationals linked to the Mabna Institute, a private company acting on behalf of Iran's Islamic Revolutionary Guard Corps (IRGC). The campaign has been active since 2013.

Campaign Scale

MetricFigure
U.S. universities targeted144
Foreign universities targeted178 (21 countries)
U.S. companies targeted42+
Professor accounts targeted100,000+
Professor accounts compromised~8,000
Data stolen31+ terabytes

The stolen material — academic research and intellectual property across scientific disciplines — was sold to Iranian government customers, including the IRGC itself.

Method: Spear-phishing campaigns impersonating legitimate academic organizations, combined with credential harvesting portals designed to capture university login credentials. Once inside, attackers exfiltrated high-value research via automated scraping.

Reward: The U.S. Rewards for Justice program is offering up to $10 million for information leading to the identification or location of the charged individuals.


GLM-5.3: AI Model Autonomously Discovers 2,436 Vulnerabilities

Z.ai (formerly Zhipu AI) has released GLM-5.3, an enhanced AI model purpose-built for vulnerability research and exploitation. According to Z.ai, the model:

  • Autonomously identified 2,436 vulnerabilities across 269 open source projects
  • Of those, 1,097 were rated medium-to-high severity
  • Targets include OS kernels, browsers, and infrastructure components
  • Uncovered vulnerabilities dormant for up to 40 years
  • "More than doubles" its predecessor on exploitation benchmarks

The Broader AI Offense Trend

GLM-5.3 is not an isolated development. A separate campaign by a Chinese-speaking threat actor (aliases "knaithe" / "KnYuan") was documented using DeepSeek via the Hermes Agent framework to autonomously orchestrate exploitation campaigns against:

  • n8n
  • Langflow
  • Citrix NetScaler
  • Apache Tomcat
  • Palo Alto PAN-OS

Telegram was used as the command-and-control channel in those operations.

Takeaway: AI is now an active multiplier on the attacker side of the CVE lifecycle. The window between vulnerability disclosure and exploitation is shrinking. Patch aggressively, prioritize network-exposed services, and invest in post-exploitation detection — not just perimeter control.


Also in This Edition

StorySummary
BTR.sys Driver AbuseMicrosoft-signed driver weaponized to disable EDR solutions on targeted hosts
Grandoreiro Banking MalwareDLL sideloading campaign targeting financial institutions in Mexico and Latin America
Copeland XWEB Pro23 vulnerabilities in industrial refrigeration controllers, including RCE
Danfoss Controller FlawsMultiple RCE vulnerabilities in Danfoss refrigeration control systems
CircleCI MCP ServerUnauthenticated RCE via Host header manipulation in the CircleCI MCP integration
Kriminal AIUncensored AI-as-a-service platform with 2,300+ users at $12.99–$99/month, no guardrails

Patch Priority Summary

PriorityProductAction
CriticalGogsUpdate to 0.14.3 — CVSS 10.0 RCE in production
Criticaln8nUpdate to 2.14.1 / 2.13.3 / 1.123.27 — CVSS 9.4 RCE
CriticalTermixUpdate to 2.6.1 — three CVEs including CVSS 9.8 command injection
HighCopeland XWEB ProApply vendor patches — 23 ICS vulnerabilities
OngoingAll systemsAccelerate CVE patching — GLM-5.3 is automating exploitation at scale

References

  • ThreatsDay: Gogs 10.0 RCE, n8n Workflow-to-RCE, $10M Reward, GLM-5.3 AI Exploit (The Hacker News)
  • New Gogs Zero-Day Flaw Lets Hackers Get Remote Code Execution (BleepingComputer)
  • Critical n8n Flaws Allow Remote Code Execution (The Hacker News)
  • NIST NVD — CVE-2026-52813
  • NIST NVD — CVE-2026-33696

Related Reading

  • CVE-2026-53545: Termix SSH Tunnel Command Injection — CVSS 9.8
  • CVE-2026-53546: Termix WebSocket Host Bypass — CVSS 9.6
  • CVE-2026-53548: Termix Password IDOR — CVSS 9.6
#Threat Intelligence#Gogs#n8n#RCE#AI Security#Iran#The Hacker News#Weekly Digest

Related Articles

ThreatsDay: Odysseus RCE, Samsung One-Click Takeover, iCloud Backdoor Fight + 27 More Stories

This week's threat landscape is defined by cheap leverage: an RCE that fires before the first prompt, a Samsung vulnerability requiring a single click, an iCloud backdoor dispute, poisoned AI agent instructions, and 27 more stories spanning cloud, mobile, and supply chain security.

5 min read

SGLang CVE-2026-5760 (CVSS 9.8) Enables RCE via Malicious

A critical CVSS 9.8 command injection vulnerability in the SGLang AI inference framework allows attackers to achieve remote code execution by supplying a...

5 min read

CISA Flags Actively Exploited Ray Flaw That Can Trigger Browser-Based RCE

CISA added a critical Ray framework flaw to its KEV catalog. The vulnerability enables browser-based RCE in AI/ML distributed computing workloads.

4 min read
Back to all News