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
mediatek-wlan-heap-overflow-cve-2026-20452-filogic-router-rce | Kitploit
Tools/GitHubGitHub/hunt-benito/mediatek-wlan-heap-overflow-cve-2026-20452-filogic-router-rce
Embedded Systems SecurityWi-Fi AuditingExploitationFuzzingWireless SecurityHardware & IoT SecurityLearning & EducationBinary Exploitation

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHub
hunt-benito/mediatek-wlan-heap-overflow-cve-2026-20452-filogic-router-rce

mediatek-wlan-heap-overflow-cve-2026-20452-filogic-router-rce

View Repository
32 months agoNot yet reviewed

CVE-2026-20452 — MediaTek WLAN AP Heap Overflow PoC

Proof of concept exploit for CVE-2026-20452, a heap-based buffer overflow in MediaTek's WLAN Access Point driver.

Vulnerability

  • CVE: CVE-2026-20452
  • CVSS: 8.0 HIGH
  • CWE: CWE-122 — Heap-based Buffer Overflow
  • Subcomponent: wlan (AP driver)
  • Attack Vector: Adjacent Network (Wi-Fi) — associated client
  • Affected: MT7615, MT7915, MT7916, MT7981, MT7986, MT7990, MT7992, MT7993, MT6890
  • Patch ID: WCNCR00480138
  • Bulletin: https://corp.mediatek.com/product-security-bulletin/June-2026

Full Article

https://www.hunt-benito.com/blog/mediatek-wlan-heap-overflow-cve-2026-20452-filogic-router-rce/

Requirements

  • Python 3.7+
  • scapy (pip install scapy)
  • Linux with a Wi-Fi adapter supporting monitor/injection mode

Usage

Setup monitor mode

root@kitploit:~
sudo airmon-ng check kill
sudo airmon-ng start wlan0
# Interface becomes wlan0mon

Run the exploit

root@kitploit:~
sudo python exploit.py --interface wlan0mon --bssid AA:BB:CC:DD:EE:FF --attacker 11:22:33:44:55:66

With custom parameters

root@kitploit:~
sudo python exploit.py --interface wlan0mon --bssid AA:BB:CC:DD:EE:FF --attacker 11:22:33:44:55:66 \
  --overflow-size 1024 --variant 2 --count 50 --delay 0.05

IE Variants

Disclaimer

This tool is provided for authorized security research and educational purposes only. Transmitting on Wi-Fi frequencies may require legal authorization in your jurisdiction. Unauthorized use against systems you do not own or have explicit permission to test is illegal. The authors assume no liability and are not responsible for any misuse or damage caused by this tool.

Download Tool
VariantIE TypeDescription
0Vendor Specific (221)Single oversized IE with OUI 00:50:43
1Chained Vendor IEsMultiple small IEs to corrupt adjacent heap objects
2HT Capabilities (45)Oversized HT Capabilities IE
3Extended Capabilities (127)Oversized Extended Capabilities IE