Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26791

CVE-2026-26791: GL-iNet GL-AR300M16 RCE Vulnerability

CVE-2026-26791 is a command injection flaw in GL-iNet GL-AR300M16 v4.3.11 that enables remote code execution. Attackers can exploit this via the port parameter to run arbitrary commands. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-26791 Overview

GL-iNet GL-AR300M16 v4.3.11 contains a command injection vulnerability in the enable_echo_server function. The vulnerability exists in the string port parameter, which fails to properly sanitize user input before incorporating it into system commands. This allows attackers to execute arbitrary commands on the affected device via crafted input.

Critical Impact

Attackers can achieve arbitrary command execution on vulnerable GL-iNet routers, potentially leading to complete device compromise, network pivoting, and persistent backdoor installation.

Affected Products

  • GL-iNet GL-AR300M16 firmware version 4.3.11

Discovery Timeline

  • 2026-03-12 - CVE CVE-2026-26791 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-26791

Vulnerability Analysis

This command injection vulnerability affects the GL-iNet GL-AR300M16 IoT router, specifically within the enable_echo_server function. The function accepts a string port parameter that is not properly validated or sanitized before being passed to a system command execution context. When an attacker supplies malicious input containing shell metacharacters or command separators, the embedded operating system interprets and executes these as additional commands with the privileges of the running service.

IoT devices like the GL-AR300M16 often run with elevated privileges, making command injection vulnerabilities particularly dangerous as they can provide root-level access to the device. This type of vulnerability is common in embedded systems where input validation may be overlooked in favor of reduced firmware footprint.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the enable_echo_server function. The port parameter is likely passed directly to a shell command or system call without proper escaping or validation, allowing shell metacharacters (such as ;, |, &, or $()) to be interpreted as command separators or command substitution operators.

Attack Vector

An attacker can exploit this vulnerability by submitting a crafted request to the enable_echo_server function with malicious content in the port parameter. By injecting shell commands into this parameter, the attacker can execute arbitrary commands on the underlying operating system. This could be achieved through the device's web management interface or API endpoint that exposes this functionality.

The attack typically requires network access to the device's management interface. If the management interface is exposed to untrusted networks or the internet, remote exploitation is possible without authentication in some configurations. Technical details and proof-of-concept information can be found in the GitHub PoC Repository.

Detection Methods for CVE-2026-26791

Indicators of Compromise

  • Unexpected outbound network connections from the GL-AR300M16 device to unknown IP addresses
  • Unusual processes running on the device that are not part of normal firmware operation
  • Modified configuration files or unexpected user accounts on the device
  • Anomalous traffic patterns originating from the router's management interface

Detection Strategies

  • Monitor HTTP/HTTPS traffic to the device's management interface for requests containing shell metacharacters in the port parameter
  • Implement network-based intrusion detection rules to identify command injection patterns targeting the enable_echo_server endpoint
  • Deploy SentinelOne Singularity to detect post-exploitation behaviors and lateral movement attempts originating from compromised IoT devices

Monitoring Recommendations

  • Enable logging on the GL-AR300M16 device and forward logs to a centralized SIEM for analysis
  • Monitor for DNS queries to suspicious domains originating from the router
  • Implement network segmentation to isolate IoT devices and detect anomalous cross-segment traffic

How to Mitigate CVE-2026-26791

Immediate Actions Required

  • Restrict access to the GL-AR300M16 management interface to trusted networks only
  • Implement firewall rules to block untrusted access to the device's web interface
  • Monitor the device for signs of compromise while awaiting a vendor patch
  • Consider temporarily disabling the echo server functionality if not required

Patch Information

At the time of publication, no official patch information is available from GL-iNet. Device owners should monitor the vendor's official security advisories and firmware release notes for updates addressing CVE-2026-26791. It is recommended to check the GitHub PoC Repository for additional technical details and updates.

Workarounds

  • Place the GL-AR300M16 behind a firewall that restricts management interface access to trusted IP addresses only
  • Disable remote management access if not explicitly required for operations
  • Use a VPN to access the device management interface instead of exposing it directly
  • Implement network segmentation to limit the impact of a potential device compromise
bash
# Example: Restrict management interface access via iptables
# Block external access to the management web interface (adjust interface and port as needed)
iptables -A INPUT -i eth0 -p tcp --dport 80 -j DROP
iptables -A INPUT -i eth0 -p tcp --dport 443 -j DROP
# Allow management access only from trusted internal network
iptables -A INPUT -s 192.168.1.0/24 -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -s 192.168.1.0/24 -p tcp --dport 443 -j ACCEPT

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGlinet

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-5959: GL.iNet Router Auth Bypass Vulnerability

  • CVE-2025-67091: GL.iNet AX1800 Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English