What is the TP-Link Archer C7 and TL-WR841N?
The TP-Link Archer C7 and TL-WR841N/ND are consumer wireless routers widely deployed in homes and small offices. The Parental Control feature in these routers allows administrators to block access to specific websites by domain name or keyword for controlled devices. The routers' web management interfaces expose configuration functionality via CGI endpoints that run as root on the embedded Linux system.
Consumer routers represent a persistent attack surface: large numbers of devices deployed long past end-of-support, often with unchanged default credentials, internet-accessible management interfaces (via UPnP or port forwarding), and no automatic update mechanism.
Overview
CVE-2025-9377 is an OS command injection vulnerability (CWE-78) in the Parental Control configuration page of TP-Link Archer C7(EU) and TL-WR841N/ND(MS) routers. An authenticated attacker with administrative credentials can inject shell metacharacters into Parental Control parameters, achieving arbitrary OS command execution as root on the router's underlying Linux system. Both products are end-of-life/end-of-service; TP-Link released a final patch (firmware 241108, November 2024) and CISA recommends discontinuing use of these devices.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Archer C7(EU) V2 | < firmware 241108 | 241108 (November 2024) — EOL device |
| TL-WR841N(MS) V9 | < firmware 241108 | 241108 — EOL device |
| TL-WR841ND(MS) V9 | < firmware 241108 | 241108 — EOL device |
Note: These products are end-of-life. TP-Link released the November 2024 firmware as a final security patch. No further updates will be released.
Technical Details
The OS command injection (CWE-78) is in the router's web management interface, specifically in the Parental Control configuration page. Parameters submitted through the Parental Control form (such as domain names or MAC address fields) are passed without sufficient sanitization to a shell command executed on the router's Linux system. By injecting shell metacharacters (e.g., ;, |, $()), an authenticated admin user can cause the router to execute arbitrary commands with root privileges.
Attack prerequisites:
- Administrative access to the router's web management page (requires admin credentials)
- Admin credentials are commonly unchanged from factory defaults (
admin/adminor blank password) on consumer routers - Many routers expose their management interface to the internet via UPnP or port forwarding rules set by the user or ISP
Post-exploitation impact:
- Full root access to the router's Linux system
- Network traffic interception and manipulation
- DNS hijacking for downstream phishing attacks
- Botnet recruitment (Mirai and similar IoT botnets actively target routers)
- Lateral movement to connected internal network devices
Discovery
Not publicly attributed.
Exploitation Context
Active exploitation was confirmed before the September 3, 2025 CISA KEV listing. Consumer router exploitation at scale is typically associated with botnet operators (Mirai variants, Volt Typhoon SOHO compromise campaigns) that leverage default credentials combined with command injection to recruit routers as botnet nodes or network proxies. The EOL status means many deployed devices will never receive the November 2024 patch.
Remediation
- Discontinue use — CISA's primary recommendation for EOL devices. Replace the Archer C7(EU) and TL-WR841N/ND(MS) with a current-generation router from a vendor with an active security update program.
- If immediate replacement is not possible: Apply firmware 241108 (the final November 2024 patch), change the admin password from the default, and disable remote management access.
- Disable UPnP on the router — this prevents the management interface from being automatically exposed to the internet.
- Block WAN access to the router's management port (HTTP/HTTPS, typically port 80/443 or 8080) via the router's own firewall rules or a perimeter firewall.
- Audit your network for other EOL networking equipment — routers, switches, IP cameras — that will never receive security patches.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-9377 |
| Vendor / Product | TP-Link — Multiple Routers |
| NVD Published | 2025-08-29 |
| NVD Last Modified | 2025-11-03 |
| CVSS 3.1 Score | 7.2 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-78 find similar ↗ |
| CISA KEV Added | 2025-09-03 |
| CISA KEV Deadline | 2025-09-24 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2024-11-08 | TP-Link releases firmware 241108 for Archer C7(EU) and TL-WR841N/ND(MS) with fix |
| 2025-08-29 | CVE published (delayed CVE assignment; fix was released November 2024) |
| 2025-09-03 | Added to CISA Known Exploited Vulnerabilities catalog; CISA recommends discontinuing use of EOL devices |
| 2025-09-24 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| TP-Link Support — CVE-2025-9377 Security Advisory | Vendor Advisory |
| NVD — CVE-2025-9377 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |