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-2024-7462

CVE-2024-7462: Totolink N350rt Buffer Overflow Vulnerability

CVE-2024-7462 is a critical buffer overflow vulnerability in Totolink N350rt Firmware affecting the setWizardCfg function. Attackers can exploit this remotely via the ssid parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-7462 Overview

CVE-2024-7462 is a buffer overflow vulnerability in the TOTOLINK N350RT router running firmware version 9.3.5u.6139_B20201216. The flaw resides in the setWizardCfg function within /cgi-bin/cstecgi.cgi. Attackers can trigger the overflow by manipulating the ssid argument, leading to memory corruption on the device. The vulnerability is exploitable remotely over the network and a proof-of-concept exploit has been publicly disclosed. The vendor was contacted prior to disclosure but did not respond, leaving affected devices without an official patch. The issue is tracked as VDB-273555 and classified under [CWE-120].

Critical Impact

Remote attackers can corrupt memory on affected TOTOLINK N350RT routers through a malformed ssid parameter, enabling potential code execution or denial of service against perimeter network devices.

Affected Products

  • TOTOLINK N350RT firmware version 9.3.5u.6139_B20201216
  • TOTOLINK N350RT hardware device
  • /cgi-bin/cstecgi.cgi web interface component

Discovery Timeline

  • 2024-08-05 - CVE-2024-7462 published to NVD
  • 2024-08-15 - Last updated in NVD database

Technical Details for CVE-2024-7462

Vulnerability Analysis

The vulnerability exists in the setWizardCfg handler of the cstecgi.cgi binary, which processes initial wizard configuration requests on the TOTOLINK N350RT router. When the handler receives the ssid parameter, it copies the supplied value into a fixed-size stack or heap buffer without enforcing length validation. Supplying an oversized ssid string overflows the destination buffer and corrupts adjacent memory regions.

The vulnerability falls under [CWE-120] — Buffer Copy without Checking Size of Input. On embedded MIPS or ARM router platforms like the N350RT, such overflows can overwrite saved return addresses or function pointers, enabling arbitrary code execution in the context of the web server process, which typically runs as root.

Root Cause

The root cause is the absence of bounds checking when copying user-supplied ssid data into a fixed-length buffer inside setWizardCfg. The CGI handler trusts the length of the incoming HTTP parameter and uses an unsafe string copy operation. No input sanitization or maximum length enforcement is applied before the copy occurs.

Attack Vector

An authenticated attacker on the network sends a crafted HTTP POST request to /cgi-bin/cstecgi.cgi invoking the setWizardCfg function with an overly long ssid value. Because the router exposes the management interface over the LAN — and in some deployments the WAN — the attack can be launched remotely without local access. The publicly disclosed proof-of-concept demonstrates triggering the overflow with a long string payload. Successful exploitation can crash the device, hijack control flow, or allow persistence on the router. Technical exploitation details are documented in the GitHub PoC Documentation.

Detection Methods for CVE-2024-7462

Indicators of Compromise

  • HTTP POST requests to /cgi-bin/cstecgi.cgi containing the setWizardCfg function name and unusually long ssid parameter values
  • Unexpected reboots, crashes, or service restarts of the router web management daemon
  • Outbound connections from the router to unknown hosts following configuration wizard requests

Detection Strategies

  • Inspect HTTP traffic destined for router management interfaces and alert on ssid parameter lengths that exceed reasonable values (greater than 32 bytes per IEEE 802.11)
  • Monitor for repeated requests targeting cstecgi.cgi with wizard-related function arguments from non-administrative source addresses
  • Correlate router log anomalies with network-side detections to identify post-exploitation activity

Monitoring Recommendations

  • Forward router syslog and management interface access logs to a centralized analytics platform for retention and anomaly correlation
  • Track network behavior of IoT and edge devices for deviations from baseline traffic patterns
  • Audit firmware versions across the fleet and flag devices still running 9.3.5u.6139_B20201216

How to Mitigate CVE-2024-7462

Immediate Actions Required

  • Restrict access to the router web management interface to trusted management VLANs and disable remote WAN administration
  • Place affected N350RT devices behind a network segmentation boundary and block untrusted hosts from reaching /cgi-bin/cstecgi.cgi
  • Rotate administrative credentials on the router to limit the value of any cached or leaked authentication material
  • Inventory all TOTOLINK N350RT devices and prioritize replacement if the vendor does not release a patch

Patch Information

No vendor patch is available at the time of disclosure. According to the CVE record, the vendor was contacted prior to public disclosure but did not respond. Administrators should monitor the VulDB entry #273555 for updates and consider replacing affected hardware with supported alternatives.

Workarounds

  • Disable the setup wizard and any unused web management features on the device where configuration permits
  • Enforce strict firewall rules that permit management access only from a dedicated administration subnet
  • Deploy an inline web application firewall or intrusion prevention system rule that drops requests to cstecgi.cgi containing ssid parameters longer than 32 bytes
  • Retire end-of-support or unresponsive-vendor devices from production environments where feasible
bash
# Example iptables rule restricting access to the router management interface
iptables -A INPUT -p tcp --dport 80 -s 192.0.2.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.0.2.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 Score8.7

  • EPSS Probability0.30%

  • 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:X/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-120
  • Technical References
  • GitHub PoC Documentation

  • VulDB CTI ID #273555

  • VulDB #273555

  • VulDB Submission ID #381325
  • 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