CVE-2024-12010

7.2 HIGH

📋 TL;DR

This vulnerability allows authenticated attackers with administrator privileges to execute arbitrary operating system commands on affected Zyxel devices. It affects Zyxel AX7501-B1 routers running firmware version V5.17(ABPC.5.3)C0 or earlier. Attackers could gain full control of the device after authenticating with admin credentials.

💻 Affected Systems

Products:
  • Zyxel AX7501-B1
Versions: V5.17(ABPC.5.3)C0 and earlier
Operating Systems: Embedded Linux on Zyxel devices
Default Config Vulnerable: ⚠️ Yes
Notes: Requires administrator authentication; default admin credentials increase risk significantly.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device compromise allowing attackers to install persistent backdoors, pivot to internal networks, intercept/modify traffic, or use the device for botnet activities.

🟠

Likely Case

Attackers with stolen or default admin credentials gain shell access to modify device configuration, steal credentials, or disable security features.

🟢

If Mitigated

Limited to attackers who have obtained valid administrator credentials through other means.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires admin credentials but command injection is straightforward once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware newer than V5.17(ABPC.5.3)C0

Vendor Advisory: https://www.zyxel.com/global/en/support/security-advisories/zyxel-security-advisory-for-post-authentication-command-injection-vulnerabilities-in-certain-dsl-ethernet-cpe-fiber-ont-and-wifi-extender-devices-03-11-2025

Restart Required: No

Instructions:

1. Log into Zyxel web interface as admin. 2. Navigate to Maintenance > Firmware Upgrade. 3. Download latest firmware from Zyxel support site. 4. Upload and apply firmware update. 5. Verify version is updated.

🔧 Temporary Workarounds

Restrict Admin Access

all

Limit administrative access to trusted IP addresses only

Change Default Credentials

all

Ensure strong, unique admin passwords are set

🧯 If You Can't Patch

  • Isolate vulnerable devices in separate network segments with strict firewall rules
  • Implement network monitoring for suspicious command execution patterns

🔍 How to Verify

Check if Vulnerable:

Check firmware version via web interface: System Info > Firmware Version

Check Version:

ssh admin@device-ip 'cat /proc/version' or check web interface

Verify Fix Applied:

Verify firmware version is newer than V5.17(ABPC.5.3)C0

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution in system logs
  • Multiple failed login attempts followed by successful admin login
  • Suspicious processes spawned from web interface

Network Indicators:

  • Unexpected outbound connections from device
  • Traffic to known malicious IPs
  • Unusual port scanning from device

SIEM Query:

source="zyxel_logs" AND (event_type="command_execution" OR user="admin" AND action="system_command")

🔗 References

📤 Share & Export