The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-5339

CVE-2026-5339: Tenda G103 RCE Vulnerability

CVE-2026-5339 is a remote code execution vulnerability in Tenda G103 1.0.0.5 caused by command injection in the Setting Handler. Attackers can exploit this remotely. This article covers technical details, impact, and mitigation.

Published: April 2, 2026

CVE-2026-5339 Overview

A command injection vulnerability has been identified in Tenda G103 router firmware version 1.0.0.5. The vulnerability exists within the action_set_net_settings function located in the gpon.lua file of the Setting Handler component. An attacker can exploit this flaw by manipulating multiple authentication and configuration parameters including authLoid, authLoidPassword, authPassword, authSerialNo, authType, oltType, usVlanId, and usVlanPriority to inject and execute arbitrary system commands. The exploit has been publicly disclosed and is currently available.

Critical Impact

Remote attackers with privileged access can execute arbitrary commands on the affected device, potentially compromising network security and enabling further attacks on connected systems.

Affected Products

  • Tenda G103 firmware version 1.0.0.5
  • Tenda G103 GPON routers running vulnerable firmware

Discovery Timeline

  • April 2, 2026 - CVE-2026-5339 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5339

Vulnerability Analysis

This command injection vulnerability (CWE-74) affects the GPON configuration handler in Tenda G103 routers. The action_set_net_settings function in gpon.lua fails to properly sanitize user-supplied input before passing it to system shell commands. Multiple parameters related to GPON authentication and VLAN configuration are vulnerable to injection attacks.

The vulnerability can be exploited remotely over the network, though it requires privileged (administrative) access to the device. When successfully exploited, an attacker can execute arbitrary commands with the privileges of the web server process, typically root on embedded devices. This could lead to complete device compromise, including the ability to intercept network traffic, modify device configurations, install backdoors, or use the device as a pivot point for attacks on the internal network.

Root Cause

The root cause of this vulnerability is improper input validation and sanitization in the gpon.lua script's Setting Handler component. The action_set_net_settings function directly incorporates user-supplied values from HTTP request parameters into shell commands without adequate filtering or escaping. Specifically, the following parameters are vulnerable: authLoid, authLoidPassword, authPassword, authSerialNo, authType, oltType, usVlanId, and usVlanPriority. This allows specially crafted input containing shell metacharacters to break out of the intended command context and execute arbitrary commands.

Attack Vector

The attack is network-based and can be executed remotely against devices exposed to the network. An authenticated attacker with administrative privileges can send malicious HTTP requests to the device's web management interface. By injecting shell metacharacters such as semicolons, backticks, or command substitution syntax into the vulnerable parameters, the attacker can append or substitute arbitrary commands that will be executed by the underlying system.

The vulnerability affects GPON (Gigabit Passive Optical Network) settings, which are typically accessible through the router's administrative interface. Attackers can leverage this to gain persistent access, exfiltrate sensitive configuration data, or disable security features on the device.

Technical details and proof-of-concept information are available in the GitHub PoC Repository.

Detection Methods for CVE-2026-5339

Indicators of Compromise

  • Unexpected outbound connections from Tenda G103 devices to external IP addresses
  • Unusual processes running on the device that are not part of standard firmware
  • Modifications to device configuration files or startup scripts
  • HTTP requests to the GPON settings endpoint containing shell metacharacters (;, |, $(), backticks)
  • Unexplained changes to authentication parameters or VLAN configurations

Detection Strategies

  • Monitor network traffic for HTTP requests to /cgi-bin/gpon.lua or similar endpoints containing suspicious patterns in parameter values
  • Implement web application firewall rules to detect command injection attempts in authentication-related parameters
  • Review device access logs for unusual administrative login patterns or configuration changes
  • Deploy network intrusion detection signatures targeting command injection payloads in Tenda device traffic

Monitoring Recommendations

  • Enable comprehensive logging on network perimeter devices to capture traffic to and from Tenda G103 routers
  • Implement network segmentation to isolate IoT and network devices from critical infrastructure
  • Configure alerts for configuration changes on router devices outside of maintenance windows
  • Regularly audit firmware versions across deployed Tenda devices to identify vulnerable instances

How to Mitigate CVE-2026-5339

Immediate Actions Required

  • Restrict administrative access to Tenda G103 devices to trusted networks and IP addresses only
  • Disable remote management interfaces if not strictly required
  • Place affected devices behind a firewall that can filter malicious HTTP requests
  • Monitor for any vendor firmware updates that address this vulnerability
  • Consider replacing affected devices with alternatives if no patch becomes available

Patch Information

As of the last update on April 2, 2026, no official patch has been released by Tenda. Users should monitor the Tenda Official Website for security advisories and firmware updates. Additional vulnerability details are tracked at VulDB Vulnerability #354670.

Workarounds

  • Implement strict access control lists (ACLs) to limit who can access the administrative interface
  • Use a VPN to access router management rather than exposing the web interface directly
  • Deploy a web application firewall in front of the device to filter command injection attempts
  • Disable GPON settings modification through the web interface if possible
  • Segment the network to minimize potential impact if the device is compromised
bash
# Example: Restrict management interface access via iptables on upstream device
iptables -A FORWARD -d <TENDA_G103_IP> -p tcp --dport 80 -s <TRUSTED_ADMIN_IP> -j ACCEPT
iptables -A FORWARD -d <TENDA_G103_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <TENDA_G103_IP> -p tcp --dport 443 -s <TRUSTED_ADMIN_IP> -j ACCEPT
iptables -A FORWARD -d <TENDA_G103_IP> -p tcp --dport 443 -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/TechTenda

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74
  • Technical References
  • GitHub PoC Repository

  • VulDB Submission #781132

  • VulDB Submission #781133

  • VulDB Submission #781134

  • VulDB Submission #781135

  • VulDB Submission #781142

  • VulDB Submission #781143

  • VulDB Submission #781144

  • VulDB Submission #781145

  • VulDB Vulnerability #354670

  • VulDB CTI #354670

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-5338: Tenda G103 Command Injection Vulnerability

  • CVE-2026-4554: Tenda F453 RCE Vulnerability

  • CVE-2026-4253: Tenda AC8 RCE Vulnerability

  • CVE-2026-24107: Tenda W20e Firmware RCE Vulnerability
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