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-26793

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

CVE-2026-26793 is a command injection vulnerability in GL-iNet GL-AR300M16 v4.3.11 that enables attackers to execute arbitrary commands. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-26793 Overview

GL-iNet GL-AR300M16 v4.3.11 was discovered to contain a command injection vulnerability via the set_config function. This vulnerability allows attackers to execute arbitrary commands via a crafted input, potentially leading to complete device compromise.

Critical Impact

Network-accessible command injection vulnerability in GL-iNet router firmware allows unauthenticated attackers to execute arbitrary system commands, potentially leading to full device takeover, network compromise, and lateral movement within affected networks.

Affected Products

  • GL-iNet GL-AR300M16 firmware version 4.3.11

Discovery Timeline

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

Technical Details for CVE-2026-26793

Vulnerability Analysis

This command injection vulnerability (CWE-77) exists within the set_config function of the GL-iNet GL-AR300M16 router firmware. The vulnerability allows remote attackers to inject and execute arbitrary operating system commands without authentication. The attack can be performed over the network with no user interaction required, making it particularly dangerous for internet-exposed devices.

The underlying issue stems from improper neutralization of special elements used in command construction. When processing configuration requests, the set_config function fails to adequately sanitize user-supplied input before passing it to system shell commands, enabling attackers to break out of the intended command context and execute arbitrary code with the privileges of the web service process.

Root Cause

The root cause is improper input validation in the set_config function. The firmware fails to sanitize or escape shell metacharacters (such as ;, |, &, $(), and backticks) from user-controlled input before incorporating it into system commands. This allows attackers to terminate the intended command and append additional malicious commands that execute with elevated privileges on the underlying Linux-based operating system.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the device's web interface. The malicious payload is injected through parameters processed by the set_config function.

The exploitation process typically involves:

  1. Identifying an internet-exposed or locally accessible GL-AR300M16 device
  2. Crafting a malicious HTTP request containing shell metacharacters and commands
  3. Sending the request to the vulnerable set_config endpoint
  4. The injected commands execute with the privileges of the web server process

For technical details and proof-of-concept information, see the GitHub PoC Repository.

Detection Methods for CVE-2026-26793

Indicators of Compromise

  • Unexpected outbound network connections from the router device
  • Unusual processes running on the device (visible via SSH if accessible)
  • Modified configuration files or unauthorized changes to device settings
  • Presence of suspicious files in /tmp or other writable directories
  • Unexpected DNS queries or network traffic patterns originating from the router

Detection Strategies

  • Monitor web server logs for requests containing shell metacharacters (;, |, &, $(, `) in configuration parameters
  • Implement network-level intrusion detection rules to identify exploitation attempts targeting the set_config endpoint
  • Deploy behavioral monitoring to detect unusual process execution on IoT devices
  • Utilize network traffic analysis to identify command-and-control communications or data exfiltration

Monitoring Recommendations

  • Enable and regularly review device access logs for suspicious activity
  • Implement network segmentation to isolate IoT devices from critical infrastructure
  • Deploy network monitoring solutions capable of inspecting HTTP traffic to embedded devices
  • Configure alerting for any administrative access attempts from unexpected IP addresses

How to Mitigate CVE-2026-26793

Immediate Actions Required

  • Isolate affected GL-AR300M16 devices from untrusted networks immediately
  • Disable remote management interfaces if not required
  • Implement network segmentation to limit exposure of vulnerable devices
  • Monitor for indicators of compromise on potentially affected systems
  • Review device logs for evidence of exploitation attempts

Patch Information

At the time of publication, no official patch information is available from GL-iNet. Organizations should monitor the GL-iNet official website and support channels for firmware updates addressing this vulnerability. Contact GL-iNet support directly for remediation guidance.

Workarounds

  • Disable the web management interface if not required for operations
  • Restrict access to the device's management interface using firewall rules to allow only trusted IP addresses
  • Place vulnerable devices behind a VPN and disable direct internet exposure
  • Implement strict network access controls to limit who can reach the device's administrative interfaces
  • Consider temporarily replacing affected devices with alternative hardware until a patch is available
bash
# Example: Restrict management interface access via firewall (device-specific commands may vary)
# Block external access to web interface (port 80/443)
iptables -A INPUT -p tcp --dport 80 -s ! 192.168.1.0/24 -j DROP
iptables -A INPUT -p tcp --dport 443 -s ! 192.168.1.0/24 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGl Inet

  • SeverityCRITICAL

  • CVSS Score9.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-26792: GL-iNet GL-AR300M16 RCE Vulnerability

  • CVE-2025-67089: GL-iNet GL-AXT1800 RCE Vulnerability

  • CVE-2022-31898: GL-iNet GL-MT300N-V2 RCE Vulnerability

  • CVE-2024-39225: GL-iNet MT6000 Firmware RCE Vulnerability
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