CVE-2023-48725

7.2 HIGH

📋 TL;DR

This CVE describes a stack-based buffer overflow vulnerability in Netgear RAX30 routers' JSON parsing functionality. An authenticated attacker can send a specially crafted HTTP request to execute arbitrary code on the device. This affects Netgear RAX30 routers running vulnerable firmware versions.

💻 Affected Systems

Products:
  • Netgear RAX30
Versions: 1.0.11.96 and 1.0.7.78
Operating Systems: Router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authentication to exploit, but default credentials or weak passwords increase risk.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of the router allowing persistent access, network traffic interception, lateral movement to connected devices, and potential botnet recruitment.

🟠

Likely Case

Router compromise leading to credential theft, DNS hijacking, man-in-the-middle attacks, and network disruption.

🟢

If Mitigated

Limited impact due to authentication requirement and network segmentation, potentially only affecting the router itself.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires authentication but detailed technical analysis is publicly available in Talos reports.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check Netgear support for latest firmware

Vendor Advisory: https://kb.netgear.com/000066037/Security-Advisory-for-Post-Authentication-Stack-Overflow-on-the-RAX30-PSV-2023-0160

Restart Required: Yes

Instructions:

1. Log into router admin interface. 2. Navigate to Advanced > Administration > Firmware Update. 3. Check for updates and apply latest firmware. 4. Reboot router after update completes.

🔧 Temporary Workarounds

Disable remote administration

all

Prevents external attackers from accessing the vulnerable interface

Change default credentials

all

Mitigates risk by requiring stronger authentication

🧯 If You Can't Patch

  • Segment router on isolated network VLAN
  • Implement strict firewall rules limiting access to router management interface

🔍 How to Verify

Check if Vulnerable:

Check firmware version in router admin interface under Advanced > Administration > Firmware Update

Check Version:

Check via router web interface or SSH if enabled: cat /etc/version

Verify Fix Applied:

Confirm firmware version is newer than 1.0.11.96 and 1.0.7.78

📡 Detection & Monitoring

Log Indicators:

  • Unusual HTTP POST requests to router management interface
  • Multiple failed authentication attempts followed by successful login

Network Indicators:

  • HTTP traffic to router management port with malformed JSON payloads
  • Unusual outbound connections from router

SIEM Query:

source="router_logs" AND (http_method="POST" AND uri="*getblockschedule*" OR message="*buffer overflow*")

🔗 References

📤 Share & Export