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-2017-20221

CVE-2017-20221: Telesquare LTE Router CSRF Vulnerability

CVE-2017-20221 is a CSRF vulnerability in Telesquare SKT LTE Router SDT-CS3B1 that enables attackers to execute system commands through crafted web pages. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2017-20221 Overview

CVE-2017-20221 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Telesquare SKT LTE Router SDT-CS3B1 version 1.2.0. This vulnerability allows authenticated attackers to execute arbitrary system commands by exploiting missing request validation in the router's administrative interface. Attackers can craft malicious web pages that perform administrative actions when visited by logged-in users, enabling command execution with router privileges.

Critical Impact

Successful exploitation allows attackers to execute arbitrary system commands on the router with administrative privileges, potentially leading to complete device compromise, network infiltration, and persistent backdoor access.

Affected Products

  • Telesquare SKT LTE Router SDT-CS3B1 version 1.2.0

Discovery Timeline

  • 2026-03-16 - CVE CVE-2017-20221 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2017-20221

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The Telesquare SKT LTE Router SDT-CS3B1 fails to implement proper CSRF protections on its administrative interfaces. When an authenticated administrator visits a malicious webpage crafted by an attacker, the browser automatically includes session cookies with any requests made to the router. Because the router does not validate the origin of these requests or require anti-CSRF tokens, it processes the malicious requests as legitimate administrative commands.

The vulnerability is particularly concerning because it can be chained with system command execution functionality, allowing attackers to run arbitrary commands on the underlying operating system with the privileges of the router's web service.

Root Cause

The root cause of CVE-2017-20221 is the absence of CSRF protection mechanisms in the router's web administration interface. The router does not implement anti-CSRF tokens, origin header validation, or other standard defenses against forged cross-site requests. Additionally, the administrative interface allows system command execution through HTTP requests without additional authentication challenges or confirmation steps.

Attack Vector

The attack vector is network-based, requiring the victim (an authenticated administrator) to visit a malicious webpage while logged into the router's administrative interface. The attacker hosts a crafted HTML page containing hidden forms or JavaScript that automatically submits requests to the router. When the victim's browser loads this page, it sends the malicious requests along with the victim's valid session cookies, causing the router to execute the attacker's commands.

The exploitation flow involves:

  1. Attacker identifies a victim who has administrative access to the vulnerable router
  2. Attacker crafts a malicious webpage containing hidden requests to the router's command execution endpoints
  3. Attacker delivers the malicious page to the victim via phishing, compromised website, or malvertising
  4. Victim visits the malicious page while authenticated to the router
  5. Browser sends forged requests to the router with valid session credentials
  6. Router executes attacker-specified system commands

Technical details and proof-of-concept information are available through the Exploit-DB #43400 advisory and the Zero Science ZSL-2017-5443 Vulnerability disclosure.

Detection Methods for CVE-2017-20221

Indicators of Compromise

  • Unexpected system configuration changes on the router without administrator action
  • Presence of unauthorized user accounts or modified credentials
  • Suspicious outbound network connections from the router to unknown IP addresses
  • Modified DNS settings or routing tables indicating traffic redirection

Detection Strategies

  • Monitor web server logs on the router for administrative requests originating from unexpected referrer headers
  • Implement network monitoring to detect anomalous command execution patterns on the router
  • Review browser history and network logs for connections to suspicious external sites coinciding with router configuration changes
  • Deploy network intrusion detection signatures for known CSRF exploitation patterns targeting embedded devices

Monitoring Recommendations

  • Enable verbose logging on the router's administrative interface if available
  • Monitor for POST requests to system command execution endpoints with external referrer values
  • Implement network segmentation to isolate router management interfaces from general user traffic
  • Consider deploying a web application firewall or proxy that can detect and block CSRF attacks targeting internal network devices

How to Mitigate CVE-2017-20221

Immediate Actions Required

  • Restrict access to the router's administrative interface to trusted IP addresses only
  • Use a separate browser profile or session exclusively for router administration
  • Avoid browsing external websites while logged into the router's administrative interface
  • Implement network segmentation to isolate management interfaces from user networks

Patch Information

No vendor patch information is available in the CVE data. Organizations should contact Telesquare directly to inquire about firmware updates that address this vulnerability. Additional technical details and advisories can be found at CXSecurity Issue WLB-2017120299 and IBM X-Force Vulnerability #136839.

Workarounds

  • Configure firewall rules to restrict access to the router's management interface to specific trusted IP addresses
  • Log out of the router's administrative interface immediately after completing administrative tasks
  • Consider placing the router's management interface on an isolated VLAN accessible only from a dedicated management workstation
  • If possible, disable remote administration and require physical or console access for configuration changes
bash
# Example: Restrict management access to specific IP using iptables on an upstream firewall
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
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
  • TypeCSRF

  • Vendor/TechTelesquare

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • CXSecurity Issue WLB-2017120299

  • IBM X-Force Vulnerability #136839

  • Packet Storm Security File #145550

  • Exploit-DB #43400

  • VulnCheck Telesquare CSRF Advisory

  • Zero Science ZSL-2017-5443 Vulnerability
  • Related CVEs
  • CVE-2017-20224: Telesquare LTE Router RCE Vulnerability

  • CVE-2017-20222: Telesquare LTE Router DoS Vulnerability

  • CVE-2017-20223: Telesquare LTE Router Auth Bypass Flaw

  • CVE-2024-29269: Telesquare TLR-2005Ksh Firmware RCE 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