What is the Edimax IC-7100 IP Camera?
The Edimax IC-7100 is a consumer-grade IP camera designed for home and small business security surveillance. Like many consumer IP cameras, it provides a web-based management interface over HTTP and HTTPS for remote viewing and configuration. Edimax is a Taiwanese networking device manufacturer.
Consumer IP cameras with internet-facing management interfaces are a persistent target for botnet operators. The combination of weak default credentials, absent patch infrastructure, large install bases, and devices that remain deployed long past end-of-life makes this category a reliable source of exploitable nodes for DDoS botnets.
Overview
CVE-2025-1316 is a pre-authentication OS command injection vulnerability (CWE-78) in the Edimax IC-7100 IP camera that allows a remote attacker with network access to execute arbitrary OS commands on the device. The IC-7100 has reached end-of-life status, and Edimax has stated that no patch will be released. CISA recommends discontinuing use of the device. Active exploitation was confirmed in Mirai botnet variant campaigns targeting exposed IP cameras shortly after the advisory was published.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Edimax IC-7100 | All firmware versions | No patch available (EOL) |
Edimax confirmed the device is end-of-life and no firmware update is planned.
Technical Details
The OS command injection (CWE-78) is in the camera's web-based management interface. The device fails to sanitize user-supplied input in CGI request handling, allowing an attacker to inject shell metacharacters into HTTP request parameters. The injected commands execute in the context of the underlying embedded Linux operating system.
The vulnerability requires no authentication (PR:N) and no user interaction, making it straightforward to exploit at scale. The management interface is typically exposed over HTTP/HTTPS on the LAN by default and in some deployments is also accessible from the internet via port forwarding or UPnP.
Key characteristics:
- No credentials required
- Single crafted HTTP request to the camera's management CGI
- Commands execute with the privileges of the web server process (typically root on embedded devices)
- No patch will be released — the device must be replaced
Discovery
CISA ICS-CERT identified and disclosed the vulnerability via ICS Advisory ICSA-25-058-01 on February 27, 2025, coordinating with Edimax.
Exploitation Context
Mirai botnet variants were confirmed exploiting CVE-2025-1316 in the wild after the March 2025 advisory. Mirai specifically targets IoT devices with command injection vulnerabilities to recruit them as DDoS amplification and attack nodes. Once compromised, the camera's network connectivity is used to participate in volumetric DDoS attacks against external targets.
Internet-exposed Edimax IC-7100 cameras appeared in mass scanning datasets within days of the CISA advisory. The combination of EOL status, no available patch, and confirmed botnet exploitation led CISA to add the vulnerability to the KEV catalog on March 19, 2025.
Remediation
- Discontinue use of the Edimax IC-7100 — this is CISA's primary recommendation. The device is EOL and will receive no security patches.
- Replace with a supported IP camera from a vendor with an active security update program. Verify patch availability before purchasing.
- If immediate replacement is not possible, isolate the device: place it on a separate VLAN with no internet access; disable any port forwarding or UPnP rules that expose the camera's management interface to the internet.
- Audit your network for other EOL IoT devices — consumer IP cameras, routers, and NAS devices are the most common Mirai botnet recruitment targets.
- Change default credentials on any surviving deployment — while this CVE is pre-auth, changed credentials reduce the risk of other credential-based attack vectors.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-1316 |
| Vendor / Product | Edimax — IC-7100 IP Camera |
| NVD Published | 2025-03-05 |
| NVD Last Modified | 2025-10-30 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-78 find similar ↗ |
| CISA KEV Added | 2025-03-19 |
| CISA KEV Deadline | 2025-04-09 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-02-27 | CISA ICS Advisory ICSA-25-058-01 published |
| 2025-03-05 | CVE published |
| 2025-03-19 | Added to CISA Known Exploited Vulnerabilities catalog; active exploitation in Mirai botnet campaigns confirmed |
| 2025-04-09 | CISA BOD 22-01 remediation deadline (CISA recommends discontinuing use) |
References
| Resource | Type |
|---|---|
| Edimax Statement on CVE-2025-1316 | Vendor Advisory |
| NVD — CVE-2025-1316 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| CISA ICS Advisory ICSA-25-058-01 — Edimax IC-7100 | US Government |