CVE-2025-11301

8.8 HIGH

📋 TL;DR

A remote buffer overflow vulnerability exists in Belkin F9K1015 routers via the /goform/formWlanSetupWPS endpoint. Attackers can exploit this to potentially execute arbitrary code or crash the device. All users of Belkin F9K1015 routers running firmware version 1.00.10 are affected.

💻 Affected Systems

Products:
  • Belkin F9K1015 router
Versions: 1.00.10
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: All devices running the vulnerable firmware version are affected regardless of configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete device compromise, network infiltration, and persistent backdoor installation.

🟠

Likely Case

Device crash causing denial of service, or limited code execution allowing network reconnaissance.

🟢

If Mitigated

If properly segmented and monitored, impact limited to isolated device compromise without lateral movement.

🌐 Internet-Facing: HIGH - Attack can be initiated remotely without authentication, making internet-exposed devices immediate targets.
🏢 Internal Only: MEDIUM - Internal attackers or malware could exploit this to pivot within the network.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Public proof-of-concept available, exploitation requires sending crafted HTTP requests to the vulnerable endpoint.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available

Restart Required: Yes

Instructions:

No official patch available. Consider replacing affected devices with supported models.

🔧 Temporary Workarounds

Block vulnerable endpoint

linux

Use firewall rules to block access to /goform/formWlanSetupWPS endpoint

iptables -A INPUT -p tcp --dport 80 -m string --string "/goform/formWlanSetupWPS" --algo bm -j DROP
iptables -A INPUT -p tcp --dport 443 -m string --string "/goform/formWlanSetupWPS" --algo bm -j DROP

Disable WPS feature

all

Turn off WPS functionality in router settings if possible

🧯 If You Can't Patch

  • Isolate affected routers in separate network segment with strict firewall rules
  • Replace affected devices with supported models that receive security updates

🔍 How to Verify

Check if Vulnerable:

Check router web interface for firmware version 1.00.10 or attempt to access /goform/formWlanSetupWPS endpoint

Check Version:

Check router web interface under Settings > Firmware or via SSH if available

Verify Fix Applied:

Verify firmware version is updated beyond 1.00.10 or test endpoint is no longer accessible/exploitable

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed requests to /goform/formWlanSetupWPS
  • Unusual POST requests with long parameter values
  • Router crash/reboot logs

Network Indicators:

  • HTTP requests to router IP with /goform/formWlanSetupWPS path
  • Unusual outbound connections from router after exploitation

SIEM Query:

source="router_logs" AND (uri="/goform/formWlanSetupWPS" OR message="buffer overflow" OR message="crash")

🔗 References

📤 Share & Export