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.

2707+ Articles
165+ 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. Security
  3. CVE-2026-79697: Advantech WISE-6610 Unauthenticated Command Injection
CVE-2026-79697: Advantech WISE-6610 Unauthenticated Command Injection

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-79697

CVE-2026-79697: Advantech WISE-6610 Unauthenticated Command Injection

A CVSS 9.9 command injection flaw in Advantech WISE-6610 industrial gateways lets remote attackers run arbitrary OS commands; a public exploit exists.

Dylan H.

Security Team

September 7, 2026
4 min read

Affected Products

  • Advantech WISE-6610-NB / EB / TB / JB / CB — firmware ≤ 1.2.1_20251110
  • Advantech WISE-6610-EL-NB / EL-EB / EL-TB / EL-JB / EL-CB — firmware ≤ 1.2.1_20251110
  • Advantech WISE-6610P-DEA / DNA / DTA — firmware ≤ 1.2.1_20251110

Overview

A critical OS command injection vulnerability has been disclosed in the Advantech WISE-6610 series of industrial cellular/IoT gateways. Tracked as CVE-2026-79697 and rated 9.9 (Critical) on the CVSS scale, the flaw resides in the device's Basic Station certificate-deletion handler and allows a remote, unauthenticated attacker to execute arbitrary operating system commands on the gateway.

A public exploit for the vulnerability is already available, meaning organizations running affected firmware should treat this as an active, weaponizable threat rather than a theoretical risk.


Technical Details

FieldValue
CVE IDCVE-2026-79697
SeverityCritical (CVSS 9.9)
CWECWE-77 — Improper Neutralization of Special Elements used in a Command
Attack VectorNetwork
AuthenticationNone Required
Public ExploitAvailable
Affected Firmware1.2.1_20251110 and earlier
Fixed Firmware1.2.4_20260821

How It Works

The vulnerability lives in the basicstation_apply function, part of the device's Basic Station certificate-deletion handler. The function passes the act argument through to a system-level call without adequate sanitization, allowing an attacker to append or substitute shell metacharacters and inject arbitrary commands. Because the handler is reachable without authentication, an attacker only needs network access to the device's management interface to exploit it.

Successful exploitation grants command execution in the context of the gateway's underlying OS, which on these embedded Linux-based devices typically means full administrative control of the unit.


Affected Products

The advisory covers the full WISE-6610 industrial gateway line running firmware 1.2.1_20251110 or earlier:

  • WISE-6610-NB, WISE-6610-EB, WISE-6610-TB, WISE-6610-JB, WISE-6610-CB
  • WISE-6610-EL-NB, WISE-6610-EL-EB, WISE-6610-EL-TB, WISE-6610-EL-JB, WISE-6610-EL-CB
  • WISE-6610P-DEA, WISE-6610P-DNA, WISE-6610P-DTA

These gateways are commonly deployed for cellular/LoRaWAN connectivity in industrial, utility, and building-automation environments — settings where a compromised gateway can serve as a pivot point into operational technology (OT) networks.

Note: a related command injection issue, CVE-2026-79698, was disclosed the same day in a different handler on the same product line — patch for both.


Impact Assessment

Who Is At Risk

  • Any WISE-6610-series gateway with its management interface reachable from an untrusted network, including the public internet
  • Multi-site industrial deployments where gateways are centrally managed but individually internet-facing
  • Environments where the gateway bridges cellular/WAN connectivity into an internal OT or SCADA segment

Potential Attack Chains

  1. Initial Access — Attacker sends a crafted request to the Basic Station certificate-deletion handler, injecting a command via the act parameter
  2. Command Execution — Injected command runs in the gateway's OS context, typically with elevated local privileges
  3. Persistence — Attacker plants a backdoor or modifies gateway configuration/firmware to survive reboots
  4. Lateral Movement — Gateway is used as a foothold to reach connected OT/industrial control systems or internal networks

Mitigation

Immediate Actions

  • Patch immediately — upgrade to firmware 1.2.4_20260821, which Advantech has confirmed resolves the issue
  • Remove internet exposure — the management interface should never be reachable directly from the public internet; place gateways behind a VPN or jump host
  • Restrict network access — allow-list management access to known administrative IP ranges only
  • Segment OT networks — ensure a compromised gateway cannot directly reach critical control systems

Detection Opportunities

  • Unexpected outbound connections or shell processes spawned from the gateway's management service
  • Unusual or malformed requests targeting the Basic Station / certificate-deletion endpoint
  • Unplanned configuration or firmware changes on WISE-6610 devices
  • New or modified cron jobs, startup scripts, or binaries on the device filesystem

Defence-in-Depth

  • Maintain an inventory of all Advantech WISE-6610 deployments and their firmware versions
  • Enforce network segmentation between IIoT gateways and business/OT networks
  • Monitor vendor advisories for related CVEs (e.g., CVE-2026-79698) affecting the same product line
  • Where patching cannot happen immediately, disable or firewall the affected management functionality as a compensating control

Background

Industrial IoT gateways like the WISE-6610 series sit at the boundary between cellular/WAN connectivity and internal operational networks, making them attractive targets for attackers seeking to pivot into ICS/OT environments. A CVSS 9.9, pre-authentication, remotely exploitable command injection with a public exploit already circulating represents an urgent patching priority for any organization running these devices.


References

  • VulDB — CVE-2026-79697
  • NVD — CVE-2026-79697
  • Advantech Product Security
#Advantech#CVE-2026-79697#Command Injection#RCE#ICS#IIoT#Critical Vulnerability

Related Articles

CVE-2026-63586: Unauthenticated Root RCE in Weidmueller IE-SR-2TX-WL Industrial Routers

Critical OS command injection via the HTTP Basic Auth username lets unauthenticated attackers run root commands on Weidmueller security routers.

4 min read

CVE-2026-86148: Tenda CP3 OS Command Injection via AlarmVoiceURL

A critical unauthenticated OS command injection flaw in Tenda CP3 Wi-Fi cameras lets remote attackers run arbitrary commands via the AlarmVoiceURL parameter.

4 min read

CVE-2026-8153: Universal Robots PolyScope OS Command

A critical OS command injection flaw in Universal Robots PolyScope Dashboard Server (CVSS 9.8) allows unauthenticated attackers to execute arbitrary...

6 min read
Back to all Security Alerts