CVE-2015-6016

9.8 CRITICAL

📋 TL;DR

This vulnerability allows remote attackers to gain administrative access to affected ZyXEL networking devices by using the default password '1234' for the admin account. It affects ZyXEL P-660HW-T1 2, PMG5318-B20A, and NBG-418N devices with specific firmware versions. Attackers can take full control of these devices without authentication.

💻 Affected Systems

Products:
  • ZyXEL P-660HW-T1 2
  • ZyXEL PMG5318-B20A
  • ZyXEL NBG-418N
Versions: ZyNOS firmware 3.40(AXH.0) for P-660HW-T1 2, firmware 1.00AANC0b5 for PMG5318-B20A, unspecified for NBG-418N
Operating Systems: ZyNOS firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Devices using default credentials are vulnerable. Custom-configured devices with changed passwords are not affected.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device compromise allowing attackers to reconfigure network settings, intercept traffic, install malware, or use the device as a pivot point into internal networks.

🟠

Likely Case

Unauthorized administrative access leading to network configuration changes, DNS hijacking, or device takeover for botnet participation.

🟢

If Mitigated

Limited impact if devices are behind firewalls, not internet-facing, and have proper network segmentation.

🌐 Internet-Facing: HIGH - Devices exposed to the internet can be directly attacked without authentication.
🏢 Internal Only: MEDIUM - Internal attackers or compromised systems could exploit this, but requires network access.

🎯 Exploit Status

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

Exploitation requires only knowledge of the default password and network access to the device.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: https://www.kb.cert.org/vuls/id/870744

Restart Required: No

Instructions:

1. Log into device admin interface
2. Navigate to administration/user settings
3. Change default password '1234' to a strong, unique password
4. Save configuration changes

🔧 Temporary Workarounds

Change Default Password

all

Immediately change the admin password from default '1234' to a strong, unique password.

Network Segmentation

all

Isolate affected devices in separate VLANs or network segments to limit attack surface.

🧯 If You Can't Patch

  • Disable remote administration and restrict management access to trusted internal IPs only
  • Replace affected devices with newer models that don't have this vulnerability

🔍 How to Verify

Check if Vulnerable:

Attempt to log into device admin interface using username 'admin' and password '1234'

Check Version:

Check device web interface or console for firmware version information

Verify Fix Applied:

Verify you cannot log in with default credentials and only your new strong password works

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed login attempts followed by successful admin login
  • Configuration changes from unknown IP addresses

Network Indicators:

  • Unexpected administrative access from external IPs
  • Unusual traffic patterns from affected devices

SIEM Query:

source="router_logs" (login="admin" AND password="1234") OR (user="admin" AND result="success" AND source_ip NOT IN trusted_ips)

🔗 References

📤 Share & Export