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
    • 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-2025-67189

CVE-2025-67189: TOTOLINK A950RG Buffer Overflow Flaw

CVE-2025-67189 is a buffer overflow vulnerability in TOTOLINK A950RG routers affecting the setParentalRules interface. Attackers can exploit this flaw to cause denial of service or execute code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2025-67189 Overview

A buffer overflow vulnerability exists in the setParentalRules interface of TOTOLINK A950RG V4.1.2cu.5204_B20210112. The urlKeyword parameter is not properly validated, and the function concatenates multiple user-controlled fields into a fixed-size stack buffer without performing boundary checks. A remote attacker can exploit this flaw to cause denial of service or potentially achieve arbitrary code execution.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code or cause denial of service on affected TOTOLINK A950RG routers by sending specially crafted requests to the setParentalRules interface.

Affected Products

  • TOTOLINK A950RG V4.1.2cu.5204_B20210112

Discovery Timeline

  • 2026-02-03 - CVE-2025-67189 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2025-67189

Vulnerability Analysis

This buffer overflow vulnerability (CWE-120: Buffer Copy without Checking Size of Input) affects the parental control functionality of the TOTOLINK A950RG router. The vulnerable code path exists within the setParentalRules interface, which processes user-supplied input without adequate bounds checking.

When a request is made to the setParentalRules endpoint, the handler function allocates a fixed-size buffer on the stack to store concatenated user input. The urlKeyword parameter, along with other user-controlled fields, are concatenated into this buffer using unsafe string operations. Because no length validation is performed before or during the concatenation, an attacker can supply oversized input that overflows the stack buffer.

The network-accessible nature of this vulnerability, combined with the lack of authentication requirements and the potential for arbitrary code execution, makes this a severe security issue for any exposed TOTOLINK A950RG device.

Root Cause

The root cause of this vulnerability lies in the improper handling of user-supplied input in the setParentalRules function. Specifically:

  1. The function allocates a fixed-size buffer on the stack
  2. Multiple user-controlled parameters including urlKeyword are concatenated into this buffer
  3. No boundary checks are performed during the concatenation operation
  4. Standard unsafe string functions are used instead of length-limited alternatives

This classic buffer overflow pattern allows attackers to overwrite adjacent stack memory, including saved return addresses, potentially redirecting program execution to attacker-controlled code.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the setParentalRules interface with an oversized urlKeyword parameter or other user-controlled fields.

The exploitation process involves sending specially crafted input that exceeds the expected buffer size, causing stack memory corruption. Technical details and proof-of-concept information can be found in the GitHub PoC Repository.

Detection Methods for CVE-2025-67189

Indicators of Compromise

  • Unexpected router reboots or crashes indicating potential exploitation attempts
  • Unusual network traffic patterns targeting the router's web management interface
  • HTTP requests to the setParentalRules endpoint containing abnormally long parameter values
  • Suspicious process behavior or unexpected child processes spawned by the router's web service

Detection Strategies

  • Monitor HTTP traffic to TOTOLINK A950RG devices for requests to the setParentalRules endpoint with oversized parameters
  • Implement network-based intrusion detection rules to identify buffer overflow attack patterns targeting the urlKeyword parameter
  • Deploy SentinelOne Singularity to detect anomalous behavior and potential exploitation attempts on network segments containing vulnerable devices
  • Review web server logs for requests with unusually long URL parameters or POST data

Monitoring Recommendations

  • Enable logging on TOTOLINK A950RG devices and forward logs to a centralized SIEM solution
  • Implement network segmentation to isolate IoT devices like routers from critical infrastructure
  • Deploy network traffic analysis tools to identify potential exploitation attempts
  • Regularly audit firmware versions across all network devices to identify unpatched systems

How to Mitigate CVE-2025-67189

Immediate Actions Required

  • Restrict network access to the router's web management interface to trusted IP addresses only
  • Disable remote management if not required for operations
  • Implement network segmentation to isolate affected devices from critical systems
  • Monitor for vendor firmware updates and apply patches as soon as they become available

Patch Information

At the time of publication, no vendor patch has been identified for this vulnerability. Users should monitor TOTOLINK's official channels for security updates addressing CVE-2025-67189. Consider replacing affected devices with supported alternatives if no patch becomes available.

Workarounds

  • Disable the web management interface on the WAN side to prevent external exploitation
  • Use firewall rules to block external access to the router's management ports
  • Implement a VPN solution for remote management instead of exposing the web interface directly
  • Consider deploying a network firewall or IPS in front of the affected device to filter malicious requests
bash
# Example firewall rules to restrict access to router management interface
# Block external access to HTTP/HTTPS management ports
iptables -A INPUT -p tcp --dport 80 -i eth0 -j DROP
iptables -A INPUT -p tcp --dport 443 -i eth0 -j DROP

# Allow management only from trusted internal network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-4976: Totolink LR350 Buffer Overflow Vulnerability

  • CVE-2026-26732: TOTOLINK A3002RU Buffer Overflow Flaw

  • CVE-2026-26731: TOTOLINK A3002RU Buffer Overflow Flaw

  • CVE-2026-26736: TOTOLINK A3002RU Buffer Overflow Flaw
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