The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2022-30075

CVE-2022-30075: TP-Link Archer AX50 RCE Vulnerability

CVE-2022-30075 is a remote code execution flaw in TP-Link Archer AX50 firmware that allows attackers to execute code via malicious backup files. This post covers technical details, affected versions, and mitigation steps.

Published: February 17, 2026

CVE-2022-30075 Overview

CVE-2022-30075 is a remote code execution vulnerability affecting TP-Link Archer AX50 routers running firmware version 210730 and older. The vulnerability exists in the router's web interface backup file import functionality, where improper validation of backup files allows attackers to import malicious backup files that execute arbitrary code on the affected device.

Critical Impact

Authenticated attackers can achieve remote code execution on vulnerable TP-Link Archer AX50 routers by importing a specially crafted backup file through the web interface, potentially leading to complete device compromise.

Affected Products

  • TP-Link Archer AX50 Firmware version 210730 and older
  • TP-Link Archer AX50 Hardware

Discovery Timeline

  • 2022-06-09 - CVE-2022-30075 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-30075

Vulnerability Analysis

This vulnerability is a firmware vulnerability that enables remote code execution through the router's web management interface. The flaw stems from insufficient validation of backup configuration files during the import process. When a user imports a backup file through the web interface, the router fails to properly validate and sanitize the contents of the file before processing it. This allows an attacker with authenticated access to the router's web interface to craft a malicious backup file containing arbitrary commands or code that will be executed when the file is processed by the router.

The attack requires the attacker to have valid credentials to access the router's administrative web interface. Once authenticated, the attacker can navigate to the backup/restore functionality and upload a specially crafted backup file. The router's improper validation allows malicious content within the backup file to be interpreted and executed with elevated privileges on the device.

Root Cause

The root cause of CVE-2022-30075 is improper input validation in the backup file import functionality. The router's firmware does not adequately verify that imported backup files contain only legitimate configuration data. Instead of performing strict validation on file contents, the system processes the backup file in a manner that allows embedded commands or code to be executed. This represents a classic case of trusting user-supplied input without proper sanitization.

Attack Vector

The attack vector for this vulnerability is network-based, requiring authenticated access to the router's web management interface. An attacker would need to:

  1. Obtain valid credentials for the router's administrative interface (through default credentials, phishing, credential theft, or other means)
  2. Access the router's web management interface
  3. Navigate to the backup/restore configuration section
  4. Upload a maliciously crafted backup file containing embedded code or commands
  5. The router processes the malicious backup file, executing the attacker's payload

The exploitation technique involves manipulating the backup file format to inject malicious content that the router will execute during the import process. Detailed technical information about the exploit methodology is available in the GitHub CVE-2022-30075 Repository and the Packet Storm Security Advisory.

Detection Methods for CVE-2022-30075

Indicators of Compromise

  • Unexpected backup file imports logged in router administration history
  • Modified router configurations without authorized administrator actions
  • Unusual outbound network connections from the router to unknown external addresses
  • Changes to router firmware or unauthorized services running on the device
  • Evidence of administrative login attempts followed by configuration changes

Detection Strategies

  • Monitor router administration logs for backup file import operations, especially from unusual IP addresses
  • Implement network monitoring to detect anomalous traffic patterns originating from router devices
  • Deploy intrusion detection rules to identify known exploit patterns associated with CVE-2022-30075
  • Regularly audit router configurations for unauthorized modifications

Monitoring Recommendations

  • Enable and regularly review router administrative access logs
  • Implement network segmentation to limit access to router management interfaces
  • Configure alerts for any backup/restore operations performed on network devices
  • Monitor for indicators of compromise using network traffic analysis tools

How to Mitigate CVE-2022-30075

Immediate Actions Required

  • Update TP-Link Archer AX50 firmware to a version newer than 210730 immediately
  • Change default administrative credentials on all TP-Link router devices
  • Restrict access to the router's web management interface to trusted networks only
  • Disable remote management if not required for operations
  • Audit recent backup/restore operations for signs of exploitation

Patch Information

TP-Link has addressed this vulnerability in firmware versions released after 210730. Administrators should visit the TP-Link Official Website to download the latest firmware for the Archer AX50 router. The firmware update process involves downloading the appropriate firmware file and applying it through the router's web interface. Exploit code is publicly available on Exploit-DB #50962, making prompt patching essential.

Workarounds

  • Disable the backup/restore functionality in the web interface if firmware updates cannot be applied immediately
  • Implement network access controls to limit who can access the router's management interface
  • Use firewall rules to restrict management interface access to specific IP addresses
  • Consider placing the router management interface on a separate VLAN with strict access controls
  • Monitor for and block known exploit attempts using network security tools

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTp Link

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability89.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Packet Storm Remote Code Execution

  • GitHub User Profile

  • GitHub CVE-2022-30075 Repository

  • Exploit-DB #50962
  • Vendor Resources
  • TP-Link Official Website
  • Related CVEs
  • CVE-2025-15519: TP-Link Archer NX RCE Vulnerability

  • CVE-2025-15518: TP-Link Archer NX Series RCE Vulnerability

  • CVE-2026-0652: TP-Link Tapo C260 RCE Vulnerability

  • CVE-2026-0631: TP-Link Archer BE230 RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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