Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-68718

CVE-2025-68718: KAYSUS Router Auth Bypass Vulnerability

CVE-2025-68718 is an authentication bypass flaw in KAYSUS KS-WR1200 routers with hardcoded credentials that grant root access via SSH and TELNET. This article covers technical details, affected firmware, and mitigation.

Updated: January 22, 2026

CVE-2025-68718 Overview

KAYSUS KS-WR1200 routers with firmware version 107 expose SSH and TELNET services on the LAN interface with hardcoded root credentials (root:12345678). The administrator cannot disable these services or change the hardcoded password. Changing the management GUI password does not affect SSH/TELNET authentication, leaving any LAN-adjacent attacker with the ability to trivially log in with root privileges.

Critical Impact

Any attacker with LAN access can authenticate as root using publicly known hardcoded credentials, gaining complete administrative control over the router.

Affected Products

  • KAYSUS KS-WR1200 routers with firmware version 107

Discovery Timeline

  • January 8, 2026 - CVE-2025-68718 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2025-68718

Vulnerability Analysis

This vulnerability represents a classic hardcoded credentials flaw (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor) in embedded network device firmware. The KAYSUS KS-WR1200 router ships with SSH and TELNET services enabled on the LAN interface by default, using static root credentials that cannot be changed or disabled by administrators.

The fundamental security design flaw is that the management GUI password and the underlying system access credentials operate independently. Users who believe they have secured their router by changing the web interface password remain vulnerable, as the hardcoded credentials for SSH and TELNET access are embedded in the firmware and persist regardless of any configuration changes.

Root Cause

The root cause is the use of hardcoded credentials (root:12345678) embedded directly in the router's firmware for SSH and TELNET authentication. This represents a severe design flaw where:

  1. The credentials are static and cannot be modified by end users
  2. The SSH and TELNET services cannot be disabled through the management interface
  3. The system authentication is decoupled from the web management interface, creating a false sense of security when users change their GUI password

Attack Vector

This vulnerability requires adjacent network access, meaning an attacker must be connected to the same LAN as the vulnerable router. The attack is trivial to execute:

The attacker simply connects to the router via SSH or TELNET on the LAN interface and authenticates using the publicly known credentials root:12345678. No special tools, exploits, or authentication bypass techniques are required. The attack requires no user interaction and no prior privileges on the target network beyond basic LAN connectivity.

Once authenticated, the attacker gains full root-level access to the router, enabling them to modify network configurations, intercept traffic, install persistent backdoors, or pivot to other network devices.

Detection Methods for CVE-2025-68718

Indicators of Compromise

  • Unexpected SSH or TELNET sessions originating from unknown LAN hosts to the router's management interface
  • Authentication logs showing successful root logins from unauthorized IP addresses
  • Configuration changes to routing tables, firewall rules, or DNS settings without administrator action
  • Presence of unauthorized user accounts or modified system files on the router

Detection Strategies

  • Monitor network traffic for SSH (port 22) and TELNET (port 23) connections to the router's LAN IP address
  • Deploy network intrusion detection systems (IDS) with rules to alert on authentication attempts using known default credentials
  • Implement network segmentation monitoring to detect lateral movement from compromised routers
  • Review router logs regularly for successful authentication events from non-administrative hosts

Monitoring Recommendations

  • Enable centralized logging for all network infrastructure devices and forward logs to a SIEM solution
  • Configure alerts for any root-level authentication to network devices outside of scheduled maintenance windows
  • Perform regular vulnerability scans of network infrastructure to identify devices with exposed management services
  • Implement network access control to restrict which hosts can connect to router management interfaces

How to Mitigate CVE-2025-68718

Immediate Actions Required

  • Implement network-level access controls (ACLs or firewall rules) to restrict SSH and TELNET access to the router from trusted management hosts only
  • Segment the network to limit the number of hosts that have LAN adjacency to vulnerable routers
  • Monitor for exploitation attempts and audit authentication logs for suspicious activity
  • Contact KAYSUS support to inquire about firmware updates that address this vulnerability

Patch Information

No vendor patch information is currently available. Administrators should monitor the KAYSUS vendor website and the GitHub CVE repository for updates regarding this vulnerability.

Workarounds

  • Deploy an upstream firewall or managed switch with ACLs to block SSH (port 22) and TELNET (port 23) traffic to the router from all hosts except authorized management stations
  • Consider replacing affected devices with routers that allow credential management and service disabling
  • Implement 802.1X network access control to limit which devices can connect to the LAN and potentially reach the vulnerable router
  • Use network monitoring tools to alert on any SSH or TELNET connection attempts to the router
bash
# Example: iptables rules on an upstream Linux gateway to restrict SSH/TELNET access
# Replace ROUTER_IP with the LAN IP of the vulnerable KAYSUS router
# Replace MGMT_HOST with the IP of your authorized management workstation

iptables -A FORWARD -d ROUTER_IP -p tcp --dport 22 -s MGMT_HOST -j ACCEPT
iptables -A FORWARD -d ROUTER_IP -p tcp --dport 23 -s MGMT_HOST -j ACCEPT
iptables -A FORWARD -d ROUTER_IP -p tcp --dport 22 -j DROP
iptables -A FORWARD -d ROUTER_IP -p tcp --dport 23 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKaysus

  • SeverityMEDIUM

  • CVSS Score5.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub CVE-2025-68718 Details

  • GitHub CVE KAYSUS Repository

  • Kaysus WR3600 Router Overview
  • Related CVEs
  • CVE-2025-68717: KAYSUS Router Auth Bypass Vulnerability

  • CVE-2025-68719: KAYSUS Router Information Disclosure Flaw

  • CVE-2025-68716: KAYSUS KS-WR3600 Router RCE Vulnerability
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