A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2018-25321

CVE-2018-25321: TP-Link TL-WR720N CSRF Vulnerability

CVE-2018-25321 is a cross-site request forgery flaw in TP-Link TL-WR720N wireless routers that enables attackers to perform unauthorized admin actions. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2018-25321 Overview

CVE-2018-25321 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the TP-Link TL-WR720N wireless router. The flaw resides in the device's administrative web interface, where state-changing requests lack anti-CSRF tokens or origin validation. Attackers can craft malicious web pages that submit unauthorized requests to the router on behalf of an authenticated administrator. Successful exploitation allows modification of port forwarding rules through VirtualServerRpm.htm and changes to WiFi security configuration through WlanSecurityRpm.htm. The vulnerability is tracked under [CWE-352] and affects all firmware versions of the TL-WR720N.

Critical Impact

Attackers can silently reconfigure router port forwarding and WiFi security settings when an authenticated administrator visits an attacker-controlled page, enabling network exposure and persistent footholds.

Affected Products

  • TP-Link TL-WR720N wireless router (hardware)
  • TP-Link TL-WR720N firmware (all versions)
  • Administrative interface pages VirtualServerRpm.htm and WlanSecurityRpm.htm

Discovery Timeline

  • 2026-05-17 - CVE-2018-25321 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2018-25321

Vulnerability Analysis

The TL-WR720N administrative interface processes configuration changes through HTTP GET and POST requests submitted to specific .htm endpoints. These endpoints accept authenticated requests without verifying request origin or requiring a per-session anti-CSRF token. An attacker who knows the parameter structure of pages such as VirtualServerRpm.htm and WlanSecurityRpm.htm can construct a request that, when triggered by a logged-in administrator's browser, executes with full administrative privilege.

Because home and small-office routers commonly maintain long-lived authenticated sessions on the local network, the window for exploitation extends well beyond a single login. An attacker only needs the victim to load an external page containing an embedded image, iframe, or auto-submitting form pointed at the router's LAN address.

Root Cause

The root cause is the absence of CSRF protection on administrative endpoints [CWE-352]. The web interface relies solely on session authentication and does not validate the Origin or Referer header, nor does it issue and verify unpredictable request tokens. Any authenticated request reaching the router is treated as legitimate regardless of its source context.

Attack Vector

Exploitation requires the victim administrator to be authenticated to the router and to load attacker-controlled content. The attacker hosts a page containing forged requests targeting the router's LAN IP, typically 192.168.0.1 or 192.168.1.1. When the victim's browser fetches the malicious page, it transparently submits the forged request, applying changes such as new port forwarding rules that expose internal services to the WAN, or weakening WiFi encryption to enable wireless eavesdropping. Public exploit details are referenced in Exploit-DB #44335 and the VulnCheck Advisory on TP-Link.

No verified code examples are available. See the referenced advisories for request-level technical details.

Detection Methods for CVE-2018-25321

Indicators of Compromise

  • Unexpected port forwarding entries appearing in the router's Virtual Server configuration, particularly mapping WAN ports to internal hosts.
  • WiFi security mode downgraded from WPA2 to WEP or Open, or unexplained changes to the wireless passphrase.
  • Router admin session activity originating immediately after an administrator visits an unfamiliar external website.

Detection Strategies

  • Periodically export and diff the router's running configuration against a known-good baseline to detect unauthorized changes.
  • Inspect browser referrer logs and proxy telemetry for cross-origin requests targeting LAN router IP addresses such as 192.168.0.1.
  • Monitor outbound DNS and HTTP traffic from administrative workstations for connections to suspicious domains preceding configuration changes.

Monitoring Recommendations

  • Enable router system logging where supported and forward logs to a centralized collector for retention and review.
  • Alert on creation or modification of port forwarding rules and changes to wireless security parameters.
  • Track WiFi client association patterns to detect rogue devices that may indicate a downgraded security posture.

How to Mitigate CVE-2018-25321

Immediate Actions Required

  • Log out of the router administrative interface immediately after completing configuration changes to invalidate the authenticated session.
  • Restrict router administration to a dedicated browser profile that is not used for general web browsing.
  • Audit current port forwarding and WiFi security settings against the intended configuration and revert any unauthorized entries.

Patch Information

No vendor security patch has been published in the references provided. The VulnCheck Advisory on TP-Link indicates all firmware versions are affected. The latest available firmware can be obtained from the TP-Link Firmware Download page, and customers should consult TP-Link for end-of-life status and replacement guidance.

Workarounds

  • Change the router's default LAN IP address from 192.168.0.1 or 192.168.1.1 to a non-predictable subnet to raise the difficulty of blind CSRF attacks.
  • Replace the default administrator password with a strong, unique credential and avoid storing it in the browser.
  • Replace the TL-WR720N with a currently supported router model that implements CSRF tokens and modern web security controls.
bash
# Example: change router LAN subnet and clear browser session before browsing
# 1. Log in to the router admin interface
# 2. Network > LAN > set IP Address to a non-default value, e.g. 10.73.42.1
# 3. Save and reboot
# 4. After admin tasks, log out and clear browser cookies for the admin host

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechTp Link

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • TP-Link Firmware Download

  • Exploit-DB #44335

  • TP-Link Main Website

  • VulnCheck Advisory on TP-Link
  • Related CVEs
  • CVE-2026-5039: TP-Link TL-WR841N Firmware DoS Vulnerability

  • CVE-2026-5363: TP-Link Archer C7 Information Disclosure

  • CVE-2026-34124: TP-Link Tapo C520WS DoS Vulnerability

  • CVE-2026-34122: TP-Link Tapo C520WS Buffer Overflow Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English