CVE-2025-27073

7.5 HIGH

📋 TL;DR

This vulnerability allows attackers to cause a Denial of Service (DoS) condition by exploiting a flaw in the Neighbor Discovery Protocol (NDP) instance creation process. It affects systems using Qualcomm chipsets with vulnerable NDP implementations. The attack can temporarily disrupt network connectivity on affected devices.

💻 Affected Systems

Products:
  • Qualcomm chipsets with NDP implementation
Versions: Specific versions not detailed in reference; check Qualcomm advisory for affected chipset models
Operating Systems: Android, Linux-based systems using Qualcomm chipsets
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with NDP enabled; mobile devices and IoT devices using Qualcomm chipsets are primary targets.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete network service disruption on affected devices, requiring reboot to restore functionality.

🟠

Likely Case

Temporary network connectivity loss or degradation on targeted devices.

🟢

If Mitigated

Minimal impact with proper network segmentation and monitoring.

🌐 Internet-Facing: MEDIUM - Attackers could target exposed network interfaces, but requires specific network conditions.
🏢 Internal Only: LOW - Requires local network access and specific timing conditions.

🎯 Exploit Status

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

Requires network access and specific timing during NDP instance creation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check Qualcomm August 2025 security bulletin for specific chipset firmware versions

Vendor Advisory: https://docs.qualcomm.com/product/publicresources/securitybulletin/august-2025-bulletin.html

Restart Required: Yes

Instructions:

1. Check Qualcomm advisory for affected chipset models. 2. Obtain firmware update from device manufacturer. 3. Apply firmware update following manufacturer instructions. 4. Reboot device.

🔧 Temporary Workarounds

Disable NDP if not needed

linux

Turn off Neighbor Discovery Protocol if not required for network operations

sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

Network segmentation

all

Isolate vulnerable devices in separate network segments

🧯 If You Can't Patch

  • Implement strict network access controls to limit exposure
  • Monitor network traffic for abnormal NDP patterns

🔍 How to Verify

Check if Vulnerable:

Check chipset model and firmware version against Qualcomm advisory

Check Version:

cat /proc/cpuinfo | grep -i qualcomm

Verify Fix Applied:

Verify firmware version matches patched version from Qualcomm bulletin

📡 Detection & Monitoring

Log Indicators:

  • Multiple NDP instance creation failures
  • Network interface resets
  • System logs showing NDP protocol errors

Network Indicators:

  • Abnormal NDP traffic patterns
  • Sudden network connectivity loss on specific devices

SIEM Query:

source="network_logs" AND (NDP OR neighbor_discovery) AND (error OR failure OR reset)

🔗 References

📤 Share & Export