CVE-2026-2218

6.3 MEDIUM

📋 TL;DR

This CVE describes a command injection vulnerability in D-Link DCS-933L IP cameras through the /setSystemAdmin endpoint. Attackers can execute arbitrary commands on affected devices by manipulating the AdminID parameter. This affects DCS-933L cameras running firmware up to version 1.14.11, which are no longer supported by the vendor.

💻 Affected Systems

Products:
  • D-Link DCS-933L IP Camera
Versions: Up to and including version 1.14.11
Operating Systems: Embedded Linux
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects products no longer supported by D-Link. Requires network access to the camera's web interface.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete device compromise allowing remote code execution, camera control takeover, network pivoting, and persistent backdoor installation.

🟠

Likely Case

Unauthorized access to camera feeds, device configuration changes, and potential use as a foothold for further network attacks.

🟢

If Mitigated

Limited impact if devices are isolated from the internet and placed on segmented networks with strict access controls.

🌐 Internet-Facing: HIGH - Remote exploitation is possible, and vulnerable devices exposed to the internet can be directly attacked.
🏢 Internal Only: MEDIUM - Internal attackers or compromised internal systems could exploit this vulnerability.

🎯 Exploit Status

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

Exploit requires authentication to the web interface. Public proof-of-concept code is available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: None available

Vendor Advisory: None available

Restart Required: No

Instructions:

No official patch is available as these products are end-of-life. Replace with supported hardware.

🔧 Temporary Workarounds

Network Segmentation

all

Isolate DCS-933L cameras on a separate VLAN with no internet access and strict firewall rules.

Access Control

all

Restrict access to camera web interface to specific trusted IP addresses only.

🧯 If You Can't Patch

  • Immediately remove affected cameras from internet-facing networks
  • Replace DCS-933L cameras with supported models that receive security updates

🔍 How to Verify

Check if Vulnerable:

Check firmware version via camera web interface at Settings > System > Firmware Information. If version is 1.14.11 or lower, device is vulnerable.

Check Version:

No CLI command available. Must check via web interface.

Verify Fix Applied:

No fix available to verify. Only complete mitigation is device replacement.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /setSystemAdmin endpoint
  • Multiple failed authentication attempts followed by successful login

Network Indicators:

  • Unusual outbound connections from camera to external IPs
  • Suspicious command patterns in HTTP requests to camera

SIEM Query:

source="camera_logs" AND (uri="/setSystemAdmin" OR (event="authentication" AND result="success" AND source_ip NOT IN trusted_ips))

🔗 References

📤 Share & Export