Alpha Networks ADSL2/2+ Wireless Router ASL-26555 Remote Administration Password Disclosure
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. 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, returnServicesJSON.txt, returnPasswordJSON.htm, returnLoginStatusJSON.htm, returnLoginJSON.txt, returnJSON.htm, returnIpJSON.txt, returnInternetJSON.htm, returnDhcpList.htm, returnDevicesJSON.htm, returnApplicationsListJSON.htm, returnApplicationsJSON.htm, returnApplicationJSON.txt. 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.