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

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

CVE-2026-26792 is a remote code execution flaw in GL-iNet GL-AR300M16 v4.3.11 caused by command injection in the set_upgrade function. This post covers the technical details, affected versions, and mitigation steps.

Published: March 13, 2026

CVE-2026-26792 Overview

GL-iNet GL-AR300M16 v4.3.11 was discovered to contain multiple command injection vulnerabilities in the set_upgrade function via the modem_url, target_version, current_version, firmware_upload, hash_type, hash_value, and upgrade_type parameters. These vulnerabilities allow attackers to execute arbitrary commands via a crafted input.

Critical Impact

Multiple command injection vectors in the firmware upgrade functionality could allow attackers to gain complete control over affected GL-iNet router devices, potentially compromising network security and enabling lateral movement.

Affected Products

  • GL-iNet GL-AR300M16 firmware version 4.3.11
  • GL-iNet GL-AR300M16 devices with vulnerable set_upgrade function
  • Potentially other GL-iNet devices sharing similar firmware codebase

Discovery Timeline

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

Technical Details for CVE-2026-26792

Vulnerability Analysis

This vulnerability represents a classic command injection flaw commonly found in embedded IoT devices. The set_upgrade function in the GL-iNet GL-AR300M16 router firmware fails to properly sanitize user-supplied input across multiple parameters before passing them to system shell commands. The vulnerable parameters include modem_url, target_version, current_version, firmware_upload, hash_type, hash_value, and upgrade_type.

When an attacker supplies specially crafted input containing shell metacharacters or command separators to any of these parameters, the malicious commands are executed with the privileges of the web server process, typically running as root on embedded devices. This type of vulnerability is particularly dangerous on network edge devices like routers, as successful exploitation can lead to complete device compromise.

Root Cause

The root cause of this vulnerability is improper input validation and sanitization in the firmware upgrade functionality. The set_upgrade function directly incorporates user-controlled data into shell commands without escaping special characters or using safer alternatives like parameterized execution. This is a common weakness in embedded device firmware where developers may prioritize functionality over security, or where legacy codebases lack modern secure coding practices.

Attack Vector

An attacker can exploit this vulnerability by sending malicious HTTP requests to the router's web management interface. By injecting shell metacharacters such as semicolons (;), pipes (|), or command substitution sequences (`command` or $(command)) into any of the vulnerable parameters, arbitrary commands can be executed on the underlying operating system. The attack may require authentication to the router's management interface, though this depends on the device configuration and network accessibility.

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

Detection Methods for CVE-2026-26792

Indicators of Compromise

  • Unexpected outbound network connections from the router to unknown external IP addresses
  • Unusual processes running on the device that are not part of standard firmware operations
  • Modified system files or configuration changes on the router
  • Suspicious HTTP requests to the web management interface containing shell metacharacters in upgrade-related parameters

Detection Strategies

  • Monitor web server access logs for requests to upgrade-related endpoints containing suspicious characters such as ;, |, &, `, or $()
  • Implement network-based intrusion detection rules to identify command injection patterns in HTTP traffic destined for GL-iNet device management interfaces
  • Deploy endpoint detection on network segments to identify anomalous behavior from IoT devices
  • Review router configuration regularly for unauthorized changes or added user accounts

Monitoring Recommendations

  • Enable and regularly review logging on the GL-iNet device web management interface
  • Implement network segmentation to isolate IoT devices and monitor traffic between segments
  • Use SentinelOne Singularity™ platform to monitor network traffic patterns and detect exploitation attempts targeting IoT devices
  • Set up alerts for any firmware upgrade attempts outside of scheduled maintenance windows

How to Mitigate CVE-2026-26792

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted networks and IP addresses only
  • Disable remote management access from WAN interfaces if not strictly necessary
  • Implement strong authentication credentials on the device management interface
  • Monitor the GL-iNet website and security advisories for firmware updates addressing this vulnerability

Patch Information

At the time of publication, no official patch information is available from GL-iNet. Organizations should monitor the vendor's official channels for security updates addressing CVE-2026-26792. When a patched firmware version becomes available, it should be tested and deployed promptly to affected devices.

For more information about the vulnerability, see the GitHub PoC Repository.

Workarounds

  • Isolate affected GL-iNet devices on a separate network segment with restricted access
  • Implement firewall rules to block external access to the router's management interface (typically ports 80, 443, or custom admin ports)
  • Consider replacing vulnerable devices with alternative hardware until a patch is available
  • Deploy a web application firewall or reverse proxy in front of the management interface to filter malicious requests
bash
# Example firewall rule to restrict management interface access (iptables)
# Block external access to web management interface
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 admin 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/TechGl Inet

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-26793: 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