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

CVE-2024-7465: Totolink CP450 Buffer Overflow Vulnerability

CVE-2024-7465 is a critical buffer overflow flaw in Totolink CP450 firmware affecting the loginauth function. Attackers can exploit this remotely via the http_host parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-7465 Overview

CVE-2024-7465 is a buffer overflow vulnerability in the TOTOLINK CP450 wireless router running firmware version 4.1.0cu.747_B20191224. The flaw resides in the loginauth function within /cgi-bin/cstecgi.cgi, where the http_host argument is processed without sufficient bounds checking [CWE-120]. Attackers can exploit the issue remotely over the network to corrupt memory and potentially execute arbitrary code on the device. The vulnerability has been publicly disclosed under VulDB identifier VDB-273558, and proof-of-concept material is available. According to the advisory, the vendor was contacted prior to disclosure but did not respond.

Critical Impact

Remote attackers can trigger a buffer overflow through the http_host parameter, leading to denial of service or arbitrary code execution on affected TOTOLINK CP450 routers.

Affected Products

  • TOTOLINK CP450 router (hardware)
  • TOTOLINK CP450 firmware version 4.1.0cu.747_B20191224
  • Deployments exposing the /cgi-bin/cstecgi.cgi web management interface

Discovery Timeline

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

Technical Details for CVE-2024-7465

Vulnerability Analysis

The vulnerability resides in the loginauth handler of cstecgi.cgi, the CGI binary that services authentication and management requests on the TOTOLINK CP450. When the binary parses incoming HTTP requests, it reads the http_host argument from the request and copies it into a fixed-size stack buffer without validating the input length. Supplying an oversized value overruns the buffer and corrupts adjacent stack memory, including saved return addresses on the MIPS-based device. Successful exploitation can crash the web service or, with a tailored payload, redirect execution flow. The attack requires network reachability to the router's management interface and works with low-privileged credentials per the CVSS vector.

Root Cause

The root cause is improper restriction of operations within the bounds of a memory buffer [CWE-120]. The loginauth function trusts the length of the http_host parameter supplied by the client and uses an unsafe string-copy routine to move the data into a stack-allocated buffer. No length check, truncation, or safer alternative such as strncpy with a verified bound is applied before the copy.

Attack Vector

Exploitation is performed over the network by sending a crafted HTTP request to /cgi-bin/cstecgi.cgi targeting the loginauth action. The attacker places an overlong string in the http_host argument or header. When the CGI binary processes the request, the overflow corrupts the stack and causes the device to crash or execute attacker-controlled data. Public proof-of-concept details are hosted in the GitHub PoC Repository and indexed in VulDB #273558.

No verified exploit code is reproduced here. Refer to the referenced research for technical details on payload construction and offsets.

Detection Methods for CVE-2024-7465

Indicators of Compromise

  • HTTP POST or GET requests to /cgi-bin/cstecgi.cgi containing the loginauth action with abnormally long http_host values.
  • Unexpected reboots, web interface crashes, or httpd process restarts on TOTOLINK CP450 devices.
  • Outbound connections from the router to unfamiliar hosts following inbound requests to the management interface.

Detection Strategies

  • Inspect web traffic to router management interfaces and flag requests where the http_host parameter exceeds expected length thresholds.
  • Correlate device crash events or syslog messages from CP450 routers with preceding HTTP requests to cstecgi.cgi.
  • Search archived network telemetry for the exact endpoint /cgi-bin/cstecgi.cgi paired with the loginauth keyword from untrusted source IPs.

Monitoring Recommendations

  • Forward router syslog and authentication logs to a central data lake for retention and querying.
  • Alert on repeated failed loginauth attempts or malformed requests targeting the CGI interface.
  • Monitor the management VLAN for any access originating outside the administrative network.

How to Mitigate CVE-2024-7465

Immediate Actions Required

  • Remove the CP450 management interface from any WAN-facing or untrusted network segment.
  • Restrict access to /cgi-bin/cstecgi.cgi through firewall rules limiting source addresses to administrative hosts.
  • Rotate administrative credentials and audit existing accounts on the device.
  • Treat the device as compromised if crash artifacts or unexpected configuration changes are observed.

Patch Information

No vendor patch has been published. The disclosure advisory notes that the vendor was contacted but did not respond. Affected operators should monitor the TOTOLINK support channels for future firmware updates and consult VulDB #273558 for advisory revisions.

Workarounds

  • Disable remote management on the WAN interface so the CGI endpoint is unreachable from the internet.
  • Place the router behind a network firewall and permit management traffic only from a trusted jump host or VPN.
  • Plan replacement of the CP450 with a supported model that receives security maintenance from the vendor.
bash
# Example firewall rule restricting access to the router management interface
# Replace 192.0.2.10 with your administrative workstation and 10.0.0.1 with the router IP
iptables -A FORWARD -p tcp -s 192.0.2.10 -d 10.0.0.1 --dport 80 -j ACCEPT
iptables -A FORWARD -p tcp -d 10.0.0.1 --dport 80 -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 Cp450

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.32%

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

  • VulDB #273558

  • VulDB #273558

  • VulDB Submission #381340
  • Related CVEs
  • CVE-2024-7332: Totolink CP450 Auth Bypass 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