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

CVE-2026-1155: Totolink LR350 Buffer Overflow Vulnerability

CVE-2026-1155 is a buffer overflow vulnerability in Totolink LR350 router that allows remote attackers to exploit the setWiFiEasyGuestCfg function. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-1155 Overview

A buffer overflow vulnerability has been discovered in Totolink LR350 firmware version 9.3.5u.6369_B20220309. The vulnerability exists in the setWiFiEasyGuestCfg function within the /cgi-bin/cstecgi.cgi file. An attacker can exploit this vulnerability by manipulating the ssid argument, leading to a buffer overflow condition. The attack can be performed remotely over the network, and a public exploit has been disclosed, increasing the risk of exploitation in the wild.

Critical Impact

Remote attackers with low privileges can exploit this buffer overflow to potentially achieve full compromise of the affected Totolink LR350 router, impacting confidentiality, integrity, and availability of the device and connected network.

Affected Products

  • Totolink LR350 firmware version 9.3.5u.6369_B20220309
  • Totolink LR350 devices with vulnerable CGI interface
  • Network environments utilizing affected Totolink routers

Discovery Timeline

  • 2026-01-19 - CVE CVE-2026-1155 published to NVD
  • 2026-01-19 - Last updated in NVD database

Technical Details for CVE-2026-1155

Vulnerability Analysis

This vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The setWiFiEasyGuestCfg function in the Totolink LR350's CGI handler fails to properly validate the length of user-supplied input for the ssid parameter before copying it into a fixed-size memory buffer. When an attacker provides an oversized ssid value, the function writes beyond the allocated buffer boundary, corrupting adjacent memory regions.

The network-accessible nature of the vulnerability via the /cgi-bin/cstecgi.cgi endpoint makes it particularly dangerous, as attackers can target these devices remotely without physical access. While authentication may be required (low privileges), compromised or weak credentials are common in consumer router deployments.

Root Cause

The root cause is improper input validation in the setWiFiEasyGuestCfg function. The code does not enforce boundary checks on the ssid argument before performing memory operations. This allows an attacker to supply a maliciously crafted ssid string that exceeds the expected buffer size, resulting in memory corruption. Embedded devices like routers often lack modern memory protection mechanisms such as ASLR or stack canaries, making buffer overflow exploitation more reliable.

Attack Vector

The attack is performed remotely over the network by sending a specially crafted HTTP request to the /cgi-bin/cstecgi.cgi endpoint with an oversized ssid parameter value in the setWiFiEasyGuestCfg function call. The attacker must have low-level authenticated access to the router's web interface, though default or weak credentials are commonly found on IoT devices like the Totolink LR350.

The exploitation process involves:

  1. Identifying a vulnerable Totolink LR350 device on the network
  2. Authenticating to the web interface (or exploiting weak default credentials)
  3. Sending a malicious request to /cgi-bin/cstecgi.cgi with an oversized ssid parameter
  4. The buffer overflow corrupts memory, potentially allowing code execution or denial of service

Technical details regarding the specific exploitation methodology can be found in the vulnerability disclosure documentation and VulDB entry #341749.

Detection Methods for CVE-2026-1155

Indicators of Compromise

  • Unusual HTTP POST requests to /cgi-bin/cstecgi.cgi containing abnormally long ssid parameter values
  • Router crashes, reboots, or unresponsive web interface indicating potential exploitation attempts
  • Unexpected changes to router configuration, particularly WiFi guest network settings
  • Network traffic anomalies originating from the router to unknown external hosts

Detection Strategies

  • Implement network monitoring rules to detect HTTP requests to /cgi-bin/cstecgi.cgi with ssid parameters exceeding normal length thresholds (typically 32 characters for SSIDs)
  • Deploy intrusion detection signatures that identify buffer overflow patterns targeting Totolink devices
  • Monitor router logs for repeated authentication attempts followed by configuration change requests
  • Use network-based vulnerability scanners to identify exposed Totolink LR350 devices with vulnerable firmware versions

Monitoring Recommendations

  • Enable logging on network perimeter devices to capture traffic to and from IoT devices like routers
  • Implement alerting for any configuration changes to router guest WiFi settings outside of maintenance windows
  • Monitor for unexpected outbound connections from router management interfaces
  • Regularly audit device firmware versions across the network to identify vulnerable Totolink installations

How to Mitigate CVE-2026-1155

Immediate Actions Required

  • Isolate affected Totolink LR350 devices from untrusted network segments immediately
  • Restrict access to the router's web management interface to trusted internal networks only
  • Change default credentials and implement strong, unique passwords for router administration
  • Disable remote management features if not required for operations
  • Monitor for firmware updates from Totolink and apply patches as soon as available

Patch Information

At the time of publication, no official patch has been confirmed from Totolink for this vulnerability. Organizations should monitor the TOTOLINK Official Website for security updates and firmware releases addressing CVE-2026-1155. Additional tracking information is available at VulDB #341749.

Workarounds

  • Implement network-level access controls (ACLs) to restrict access to the CGI interface from untrusted sources
  • Deploy a Web Application Firewall (WAF) or network IPS rule to block requests with oversized ssid parameters to /cgi-bin/cstecgi.cgi
  • Consider replacing vulnerable devices with alternative router hardware if patching is not available
  • Segment IoT devices including routers onto isolated network VLANs with restricted internet access
bash
# Example iptables rule to restrict access to router management interface
# Apply on a network firewall or gateway device
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 443 -j DROP
# Allow only trusted management subnet
iptables -I FORWARD -s <TRUSTED_MGMT_SUBNET> -d <ROUTER_IP> -p tcp --dport 80 -j ACCEPT
iptables -I FORWARD -s <TRUSTED_MGMT_SUBNET> -d <ROUTER_IP> -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
  • TypeBuffer Overflow

  • Vendor/TechTotolink

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • Notion Configuration Guide

  • VulDB CTI ID #341749

  • VulDB #341749

  • VulDB Submission #735718

  • TOTOLINK Official Website
  • Related CVEs
  • CVE-2026-6194: Totolink A3002MU Buffer Overflow Flaw

  • CVE-2026-6157: Totolink A800R Buffer Overflow Vulnerability

  • CVE-2026-6168: TOTOLINK A7000R Buffer Overflow Flaw

  • CVE-2026-4976: Totolink LR350 Buffer Overflow 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