CVE-2018-25321: TP-Link TL-WR720N All Versions CSRF via Administrative Interfaces
TP-Link TL-WR720N wireless router contains a cross-site request forgery vulnerability that allows attackers to perform unauthorized administrative actions by crafting malicious web requests. Attackers can modify port forwarding rules via VirtualServerRpm.htm or change WiFi security settings via WlanSecurityRpm.htm by tricking authenticated users into visiting attacker-controlled pages.
Security readout for executives and security teams
Plain-English summary
TP-Link TL-WR720N routers can be abused through cross-site request forgery if an authenticated administrator is tricked into loading malicious web content. The reported impact is unauthorized router configuration changes, including port forwarding and WiFi security settings. This is operationally relevant for small-office, home-office, and legacy network segments using this model.
Executive priority
Treat this as a moderate legacy-router risk. It is not confirmed actively exploited, but compromise of router settings can affect network access, wireless security, and traffic exposure. Prioritize inventory, management-plane restriction, and lifecycle decisions.
Technical view
CVE-2018-25321 is a CWE-352 CSRF issue in TP-Link TL-WR720N administrative interfaces. The bundle identifies VirtualServerRpm.htm and WlanSecurityRpm.htm as affected administrative paths and lists V1_130719, while advisory text says all versions. CVSS v4.0 is 5.3, with limited integrity impact across vulnerable router configuration.
Likely exposure
Exposure is most likely where TL-WR720N administration is reachable by authenticated users browsing the web from the same management context. The bundle does not prove internet-scale exposure or identify managed enterprise deployments.
Exploitation context
A public ExploitDB reference exists, but the CVE is not listed as KEV in the provided bundle. There is no cited evidence of active exploitation. Practical abuse depends on an authenticated administrative context and successful CSRF delivery.
Researcher notes
Version scope is not fully consistent in the bundle: the title says all versions, while affected data lists V1_130719. No patch is named. Avoid assuming broader product impact beyond TL-WR720N unless vendor or CVE data confirms it.
Mitigation direction
Identify and prioritize any deployed TP-Link TL-WR720N routers.
Check TP-Link guidance for firmware, replacement, or product lifecycle direction.
Restrict router administration to trusted management networks only.
Review port forwarding and WiFi security settings for unauthorized changes.
Replace unsupported or unmanaged devices where vendor guidance is unavailable.
Validation and detection
Inventory TL-WR720N devices and record firmware version, including V1_130719.
Confirm administrative interfaces are not exposed to untrusted networks.
Review current port forwarding rules for unexpected entries.
Review WiFi security configuration for unauthorized weakening or changes.
Track vendor advisories for any confirmed patch or mitigation details.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.