A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1157

CVE-2026-1157: Totolink LR350 Buffer Overflow Vulnerability

CVE-2026-1157 is a buffer overflow vulnerability in Totolink LR350 Firmware affecting the setWiFiEasyCfg function. Attackers can exploit this remotely via the ssid parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2026-1157 Overview

CVE-2026-1157 is a buffer overflow vulnerability in the Totolink LR350 router running firmware version 9.3.5u.6369_B20220309. The flaw resides in the setWiFiEasyCfg function within /cgi-bin/cstecgi.cgi. Attackers can trigger the condition by manipulating the ssid argument, leading to memory corruption in the embedded web management interface. The vulnerability is exploitable remotely over the network and a public exploit description has been disclosed. The weakness is classified under [CWE-119], improper restriction of operations within the bounds of a memory buffer.

Critical Impact

Remote attackers with low-privilege access can corrupt memory through the ssid parameter, potentially achieving arbitrary code execution on affected Totolink LR350 routers.

Affected Products

  • Totolink LR350 router hardware
  • Totolink LR350 firmware version 9.3.5u.6369_B20220309
  • Deployments exposing the /cgi-bin/cstecgi.cgi management endpoint

Discovery Timeline

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

Technical Details for CVE-2026-1157

Vulnerability Analysis

The vulnerability exists in the setWiFiEasyCfg handler exposed through the Common Gateway Interface (CGI) binary cstecgi.cgi. This handler accepts an ssid argument from HTTP requests and copies it into a fixed-size buffer without enforcing length validation. When the supplied ssid value exceeds the destination buffer size, adjacent memory is overwritten.

On embedded MIPS/ARM devices like the LR350, such buffer overflows often allow attackers to overwrite saved return addresses or function pointers. The result is denial of service at minimum and arbitrary code execution at worst. The attack requires authenticated access to the management interface, consistent with the low-privilege requirement noted in the CVSS vector.

Public technical details have been documented in the Notion configuration guide and tracked in VulDB entry #341751.

Root Cause

The root cause is the absence of bounds checking when handling the ssid request parameter inside setWiFiEasyCfg. The function performs an unsafe string copy operation into a stack-based or statically sized buffer. This pattern aligns with [CWE-119] and is common across the TOTOLINK cstecgi.cgi family of handlers.

Attack Vector

The attack vector is network-based. An attacker sends a crafted HTTP POST request to /cgi-bin/cstecgi.cgi targeting the setWiFiEasyCfg action with an oversized ssid value. Because the CGI binary is reachable over the LAN and, in misconfigured deployments, over the WAN, exposure increases significantly when remote management is enabled.

The vulnerability manifests when the oversized argument is processed by the unsafe string handling routine inside the CGI binary. See the VulDB CTI record for additional technical context.

Detection Methods for CVE-2026-1157

Indicators of Compromise

  • HTTP POST requests to /cgi-bin/cstecgi.cgi containing the setWiFiEasyCfg action with abnormally long ssid parameter values
  • Unexpected reboots, crashes, or service restarts of the router web management daemon
  • Outbound connections from the router to unfamiliar hosts following management interface access

Detection Strategies

  • Inspect web server and CGI access logs for requests targeting setWiFiEasyCfg with ssid payloads exceeding typical SSID length limits (32 bytes)
  • Deploy network intrusion detection signatures that flag oversized parameter values in requests to cstecgi.cgi
  • Monitor router syslog output for segmentation faults or cstecgi.cgi process termination events

Monitoring Recommendations

  • Restrict and audit access to the router management interface from non-administrative network segments
  • Forward router logs to a centralized logging platform for long-term retention and correlation
  • Track firmware version inventory across deployed LR350 devices to identify vulnerable units

How to Mitigate CVE-2026-1157

Immediate Actions Required

  • Disable remote WAN-side management on all Totolink LR350 devices to reduce the attack surface
  • Restrict administrative interface access to trusted management VLANs or specific IP allowlists
  • Rotate administrator credentials, since exploitation requires low-privileged authentication
  • Audit existing devices for firmware version 9.3.5u.6369_B20220309 and prioritize replacement or isolation

Patch Information

At the time of publication, no vendor-supplied patch has been linked in the NVD record. Administrators should monitor the TOTOLINK official site for firmware updates addressing the setWiFiEasyCfg handler. Until a fix is released, compensating controls are required.

Workarounds

  • Place affected LR350 devices behind a network segmentation boundary that blocks direct access to /cgi-bin/cstecgi.cgi from untrusted networks
  • Use a reverse proxy or firewall rule to drop HTTP requests where the ssid parameter exceeds 32 bytes
  • Replace end-of-life or unpatched LR350 hardware with a currently supported router platform
bash
# Example iptables rule to restrict management interface access to a trusted subnet
iptables -A INPUT -p tcp --dport 80 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -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
  • TypeBuffer Overflow

  • Vendor/TechTotolink

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.16%

  • 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 #341751

  • VulDB #341751

  • VulDB Submission #735726

  • TOTOLINK Official Site
  • Related CVEs
  • CVE-2026-8137: Totolink X5000R Buffer Overflow Flaw

  • CVE-2026-7717: Totolink WA300 Buffer Overflow Vulnerability

  • CVE-2026-7719: Totolink WA300 Buffer Overflow Vulnerability

  • CVE-2026-7747: Totolink N300RH Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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