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
    • 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-7719

CVE-2026-7719: Totolink WA300 Buffer Overflow Vulnerability

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

Published: May 7, 2026

CVE-2026-7719 Overview

CVE-2026-7719 is a buffer overflow vulnerability in the TOTOLINK WA300 wireless access point running firmware version 5.2cu.7112_B20190227. The flaw resides in the loginauth function within /cgi-bin/cstecgi.cgi, which is part of the device's POST request handler. Attackers can manipulate the http_host argument to trigger memory corruption. The vulnerability is remotely exploitable over the network and requires no authentication or user interaction. A public exploit has been released, increasing the likelihood of opportunistic attacks against exposed devices.

Critical Impact

Unauthenticated remote attackers can corrupt memory on TOTOLINK WA300 devices via crafted http_host values, potentially leading to arbitrary code execution and full device compromise.

Affected Products

  • TOTOLINK WA300 wireless access point
  • Firmware version 5.2cu.7112_B20190227
  • The /cgi-bin/cstecgi.cgi POST request handler component

Discovery Timeline

  • 2026-05-04 - CVE-2026-7719 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-7719

Vulnerability Analysis

The vulnerability is classified under [CWE-119], improper restriction of operations within the bounds of a memory buffer. The loginauth function in /cgi-bin/cstecgi.cgi processes the http_host parameter from incoming POST requests without enforcing a length boundary. When an attacker submits an oversized value, the function writes beyond the allocated stack or heap buffer, corrupting adjacent memory.

This is a classic stack-based buffer overflow pattern common in embedded MIPS and ARM router firmware. The cstecgi.cgi binary is a CGI handler invoked by the device's web server to process authentication and configuration requests. Because the binary typically runs with root privileges, successful exploitation grants attackers full control of the device.

The public availability of exploit details on VulDB and external research notes lowers the barrier for attackers to weaponize this flaw against exposed devices.

Root Cause

The root cause is missing input validation on the http_host HTTP header field before it is copied into a fixed-size buffer inside loginauth. The function lacks bounds checking such as strncpy length limits or explicit size validation, allowing oversized inputs to overwrite return addresses or function pointers on the stack.

Attack Vector

Attackers send a crafted HTTP POST request to /cgi-bin/cstecgi.cgi with an oversized http_host parameter targeting the loginauth endpoint. No credentials are required because the vulnerable code path executes before authentication completes. Exposure of the WA300 management interface to the internet or to untrusted network segments enables remote exploitation. Successful overflow can lead to denial of service or arbitrary code execution depending on the attacker's payload alignment with the device architecture.

For technical specifics, refer to the Notion Security Analysis and the VulDB Vulnerability #360895 entry.

Detection Methods for CVE-2026-7719

Indicators of Compromise

  • POST requests to /cgi-bin/cstecgi.cgi containing abnormally long http_host header values or body parameters.
  • Unexpected reboots, crashes, or service restarts of the WA300 web management daemon.
  • Outbound connections from the access point to unfamiliar IP addresses, indicating possible post-exploitation activity.
  • New or unauthorized administrative configuration changes on the device.

Detection Strategies

  • Deploy network intrusion detection signatures that flag HTTP POST requests to cstecgi.cgi with http_host values exceeding typical lengths (for example, more than 256 bytes).
  • Inspect web server access logs on the device or upstream proxies for repeated requests to the loginauth endpoint from a single source.
  • Monitor for protocol anomalies such as malformed Host headers in traffic destined for management interfaces.

Monitoring Recommendations

  • Continuously inventory and fingerprint TOTOLINK WA300 devices on the network to identify exposure to this CVE.
  • Forward router and firewall logs to a centralized logging platform for correlation against known exploit patterns.
  • Alert on any inbound traffic from untrusted networks reaching the WA300 management port (typically TCP/80 or TCP/443).

How to Mitigate CVE-2026-7719

Immediate Actions Required

  • Restrict access to the WA300 management interface using firewall rules so that only trusted administrative hosts can reach /cgi-bin/cstecgi.cgi.
  • Disable remote (WAN-side) administration on affected devices until a vendor patch is applied.
  • Audit the network for exposed WA300 devices and isolate any units that cannot be hardened.
  • Replace end-of-life or unsupported WA300 firmware with current vendor releases when available.

Patch Information

At the time of publication, no vendor advisory or firmware update from TOTOLINK has been linked to CVE-2026-7719. Administrators should monitor the TOTOLINK Official Website for firmware updates addressing the loginauth buffer overflow. If the device has reached end of support, plan for replacement with a currently maintained model.

Workarounds

  • Place affected WA300 units behind a perimeter firewall and block all unsolicited inbound traffic to the device's HTTP and HTTPS management ports.
  • Apply network segmentation to ensure the access point's management plane is reachable only from a dedicated administrative VLAN.
  • Where feasible, deploy a reverse proxy or web application firewall in front of the management interface to enforce strict header length limits and drop oversized Host values.
  • Schedule replacement of the WA300 with a supported device if the vendor does not release a fix in a reasonable timeframe.
bash
# Example iptables rules restricting WA300 management access to a trusted admin subnet
iptables -A FORWARD -p tcp -d <wa300_ip> --dport 80 -s 10.0.10.0/24 -j ACCEPT
iptables -A FORWARD -p tcp -d <wa300_ip> --dport 443 -s 10.0.10.0/24 -j ACCEPT
iptables -A FORWARD -p tcp -d <wa300_ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <wa300_ip> --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.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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 Security Analysis

  • VulDB Submission #807197

  • VulDB Vulnerability #360895

  • VulDB CTI Entry #360895

  • TOTOLINK Official Website
  • Related CVEs
  • CVE-2026-7717: Totolink WA300 Buffer Overflow Vulnerability

  • CVE-2026-7747: Totolink N300RH Buffer Overflow Vulnerability

  • CVE-2026-7750: Totolink N300RH Buffer Overflow Vulnerability

  • CVE-2026-7749: Totolink N300RH Buffer Overflow Flaw
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