CVE-2025-20760

6.5 MEDIUM

📋 TL;DR

This vulnerability in MediaTek modems allows reading uninitialized heap data when a device connects to a malicious base station. It can cause remote denial of service without user interaction or special privileges. Affects devices using vulnerable MediaTek modem firmware.

💻 Affected Systems

Products:
  • MediaTek modem chipsets
Versions: Specific firmware versions not publicly detailed
Operating Systems: Android and other OS using MediaTek modems
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with vulnerable MediaTek modem firmware when cellular radio is enabled

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Permanent device bricking or persistent denial of service requiring hardware replacement

🟠

Likely Case

Temporary service disruption requiring device reboot

🟢

If Mitigated

Service interruption limited to cellular connectivity only

🌐 Internet-Facing: HIGH - Exploitable via rogue base stations which can be deployed anywhere
🏢 Internal Only: LOW - Requires physical proximity to deploy rogue base station

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Requires attacker to deploy rogue base station in target area

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware with patch ID MOLY01676750

Vendor Advisory: https://corp.mediatek.com/product-security-bulletin/January-2026

Restart Required: Yes

Instructions:

1. Contact device manufacturer for firmware update 2. Apply modem firmware update 3. Reboot device

🔧 Temporary Workarounds

Disable cellular when not needed

android

Turn off cellular radio in high-risk areas

adb shell svc data disable
Settings > Network > Mobile data OFF

Use trusted networks only

all

Configure device to connect only to known carrier networks

🧯 If You Can't Patch

  • Deploy in Faraday cage or shielded environments for critical devices
  • Use devices with different modem chipsets for high-security applications

🔍 How to Verify

Check if Vulnerable:

Check modem firmware version against vendor advisory

Check Version:

adb shell getprop | grep gsm.version.baseband

Verify Fix Applied:

Verify patch ID MOLY01676750 is present in modem firmware

📡 Detection & Monitoring

Log Indicators:

  • Modem crash logs
  • Unexpected base station connections
  • Radio interface layer errors

Network Indicators:

  • Connections to unknown base station IDs
  • Unusual cell tower handoffs

SIEM Query:

source="modem_logs" AND (event="crash" OR event="exception")

🔗 References

📤 Share & Export