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-20404-MediaTek-modem-remote-DoS-rogue-base-station-scenario- — A MediaTek modem input validation issue can cause a system crash (remote DoS) when a UE connects to a rogue base station controlled by an attacker with no user interaction required. | Kitploit
Tools/GitHubGitHub/george0papasotiriou/cve-2026-20404-mediatek-modem-remote-dos-rogue-base-station-scenario-
Vulnerability AnalysisExploitationFuzzingMobile SecurityBinary Analysis
GitHubgeorge0papasotiriou/cve-2026-20404-mediatek-modem-remote-dos-rogue-base-station-scenario-

CVE-2026-20404-MediaTek-modem-remote-DoS-rogue-base-station-scenario-

A MediaTek modem input validation issue can cause a system crash (remote DoS) when a UE connects to a rogue base station controlled by an attacker with no user interaction required.

View Repository
16 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-20404-MediaTek-modem-remote-DoS-rogue-base-station-scenario-

A MediaTek modem input validation issue can cause a system crash (remote DoS) when a UE connects to a rogue base station controlled by an attacker with no user interaction required.

The provided check.sh code is used to:

  1. identify affected chip/device
  2. confirm patch level / bulletin applied
  3. document threat model (availability impact, rogue BTS prerequisite)

To excecute -> bash ./check.sh

Analysis

The flaw exists in the modem firmware's message processing routines. It fails to properly validate the boundaries of incoming data before writing it to memory buffers. This lack of validation allows a malicious base station to send data that overwrites memory it shouldn't, corrupting the modem's state and causing a crash.

Root Cause: Improper input validation leading to an out-of-bounds write (CWE-787).

Patch: MediaTek has released a fix identified as Patch ID: MOLY01689248.

Official Source: MediaTek's February 2026 Product Security Bulletin details this and related vulnerabilities.

Affected Chipsets

The vulnerability impacts a broad range of MediaTek chipsets, including but not limited to:

Chipset Series Example Models:

  1. Modem Software NR15, NR16, NR17, NR17R
  2. MT67xx Series MT6833, MT6855, MT6877, MT6893, MT6983
  3. MT27xx Series MT2735, MT2737
  4. Tablet/IoT (MT86xx/87xx/88xx) MT8668, MT8675, MT8791, MT8797, MT8893
Download Tool