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-2024-29269

CVE-2024-29269: Telesquare TLR-2005Ksh Firmware RCE Flaw

CVE-2024-29269 is a remote code execution vulnerability in Telesquare TLR-2005Ksh firmware that allows attackers to execute arbitrary commands via the Cmd parameter. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-29269 Overview

A critical command injection vulnerability has been discovered in Telesquare TLR-2005Ksh router firmware versions 1.0.0 and 1.1.4. This vulnerability allows attackers with adjacent network access to execute arbitrary system commands via the Cmd parameter. The flaw stems from improper input validation (CWE-77: Command Injection), enabling unauthenticated attackers to achieve complete system compromise on affected devices.

Critical Impact

Attackers on the adjacent network can execute arbitrary system commands without authentication, potentially leading to complete device compromise, network pivoting, and persistent backdoor access.

Affected Products

  • Telesquare TLR-2005Ksh Firmware version 1.0.0
  • Telesquare TLR-2005Ksh Firmware version 1.1.4
  • Telesquare TLR-2005Ksh Hardware Device

Discovery Timeline

  • April 10, 2024 - CVE-2024-29269 published to NVD
  • June 17, 2025 - Last updated in NVD database

Technical Details for CVE-2024-29269

Vulnerability Analysis

This vulnerability represents a classic command injection flaw in embedded router firmware. The Telesquare TLR-2005Ksh router fails to properly sanitize user-supplied input passed through the Cmd parameter before incorporating it into system shell commands. This allows an attacker positioned on the adjacent network to inject arbitrary operating system commands that execute with the privileges of the underlying web server process.

The extremely high EPSS score of 93.538% (99.819th percentile) indicates a very high likelihood of active exploitation in the wild. Command injection vulnerabilities in network devices are particularly attractive to threat actors as they often provide a foothold for lateral movement, persistent access, and network reconnaissance.

Root Cause

The root cause of CVE-2024-29269 is improper input validation (CWE-77) in the device's web management interface. The Cmd parameter is passed directly to a system shell without adequate sanitization or escaping of shell metacharacters. This allows attackers to break out of the intended command context and execute arbitrary commands.

Typical issues leading to this vulnerability include:

  • Lack of input validation on user-supplied parameters
  • Direct concatenation of user input into shell commands
  • Missing output encoding or escaping
  • Insufficient privilege separation in the web application

Attack Vector

The attack is exploitable from the adjacent network without requiring authentication or user interaction. An attacker connected to the same network segment as the vulnerable device can craft malicious HTTP requests containing shell metacharacters and arbitrary commands in the Cmd parameter.

The vulnerability is exploited by injecting shell metacharacters such as semicolons (;), pipes (|), or command substitution operators ($(...)) followed by malicious commands. When the router processes the request, the injected commands execute on the underlying operating system with the privileges of the web service.

Technical details and proof-of-concept information are available in the GitHub PoC Repository.

Detection Methods for CVE-2024-29269

Indicators of Compromise

  • Unusual outbound network connections from the TLR-2005Ksh device to unknown IP addresses
  • Unexpected processes or services running on the router
  • Modified configuration files or new user accounts on the device
  • Web server access logs showing requests with shell metacharacters in the Cmd parameter
  • Network traffic anomalies indicating command-and-control communications

Detection Strategies

  • Monitor HTTP traffic to the device management interface for requests containing shell metacharacters (;, |, &, $, backticks) in the Cmd parameter
  • Implement network intrusion detection rules to alert on suspicious command patterns in requests to Telesquare devices
  • Deploy network segmentation monitoring to detect unauthorized lateral movement from IoT/network device segments
  • Review web server logs for unusual request patterns targeting administrative endpoints

Monitoring Recommendations

  • Isolate Telesquare TLR-2005Ksh devices on a dedicated network segment with restricted access
  • Implement logging and alerting for all administrative access attempts to network infrastructure devices
  • Monitor for unexpected DNS queries or outbound connections from network equipment
  • Establish baseline network behavior for IoT and network devices to detect anomalous activity

How to Mitigate CVE-2024-29269

Immediate Actions Required

  • Restrict network access to the device management interface using firewall rules or access control lists
  • Place affected devices behind a network firewall that blocks untrusted adjacent network access
  • Disable remote management interfaces if not required for operations
  • Implement network segmentation to isolate vulnerable devices from critical systems
  • Monitor for exploitation attempts and suspicious device behavior

Patch Information

At the time of publication, no official vendor patch has been publicly announced for this vulnerability. Organizations should contact Telesquare directly for firmware update availability and remediation guidance. Until a patch is available, implement the workarounds and compensating controls described below.

Workarounds

  • Disable the web management interface entirely if remote administration is not required
  • Implement strict network access controls limiting management interface access to trusted administrator workstations only
  • Deploy a web application firewall (WAF) in front of the device to filter malicious requests containing shell metacharacters
  • Consider replacing vulnerable devices with alternative products if patching is not available
  • Use VPN or out-of-band management for administrative access to reduce attack surface
bash
# Network isolation example using iptables
# Restrict management interface access to specific admin subnet
iptables -A INPUT -p tcp --dport 80 -s 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.168.100.0/24 -j ACCEPT
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
  • TypeRCE

  • Vendor/TechTelesquare

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability93.54%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2017-20224: Telesquare LTE Router RCE Vulnerability

  • CVE-2021-46422: Telesquare SDT-CS3B1 Firmware RCE Flaw

  • CVE-2017-20221: Telesquare LTE Router CSRF Vulnerability

  • CVE-2017-20222: Telesquare LTE Router DoS Vulnerability
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