Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-15543

CVE-2025-15543: VX800v USB Information Disclosure Flaw

CVE-2025-15543 is an information disclosure vulnerability in VX800v v1.0 that allows crafted USB devices to expose root filesystem contents, granting attackers read-only access to system files with physical access.

Published: January 29, 2026

CVE-2025-15543 Overview

CVE-2025-15543 is a symlink attack vulnerability affecting TP-Link VX800v v1.0 devices. The flaw exists in the USB HTTP access path functionality where improper link resolution allows a crafted USB device to expose root filesystem contents. An attacker with physical access to the device can exploit this vulnerability to gain read-only access to sensitive system files, potentially exposing configuration data, credentials, and other critical information stored on the device.

Critical Impact

Physical attackers can leverage malicious USB devices to traverse the filesystem and read sensitive system files including configuration data, stored credentials, and network settings.

Affected Products

  • TP-Link VX800v v1.0

Discovery Timeline

  • 2026-01-29 - CVE CVE-2025-15543 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-15543

Vulnerability Analysis

This vulnerability is classified under CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack. The VX800v device implements an HTTP-based interface for accessing files on connected USB storage devices. However, this implementation fails to properly validate and resolve symbolic links before granting access to file contents.

The root cause lies in the device's failure to canonicalize file paths when processing USB HTTP access requests. When a malicious USB device containing specially crafted symbolic links is inserted, the device follows these links without proper boundary validation, allowing access outside the intended USB mount point and into the root filesystem.

Root Cause

The vulnerability stems from insufficient path validation in the USB HTTP access handler. The firmware does not verify whether resolved file paths remain within the expected USB mount directory boundaries after following symbolic links. This allows directory traversal via symlinks on the USB device that point to arbitrary locations on the root filesystem.

Attack Vector

Exploitation requires physical access to the target device. An attacker must:

  1. Create a malicious USB storage device containing symbolic links pointing to sensitive filesystem locations (e.g., /etc/passwd, /etc/shadow, configuration files)
  2. Insert the crafted USB device into the VX800v router
  3. Access the USB HTTP interface to request files through the malicious symbolic links
  4. The device follows the symlinks and serves content from the root filesystem

The attacker gains read-only access to any files readable by the HTTP service process, which typically runs with elevated privileges on embedded devices. This can expose network configurations, stored credentials, encryption keys, and firmware internals.

Detection Methods for CVE-2025-15543

Indicators of Compromise

  • Unusual USB device activity or repeated USB insertions on VX800v devices
  • HTTP access logs showing requests for system file paths through the USB interface
  • Evidence of USB storage devices with suspicious symbolic link structures
  • Unexplained access to the device's USB HTTP interface from unexpected locations

Detection Strategies

  • Monitor and audit physical access to VX800v devices, particularly USB port access
  • Review HTTP access logs for suspicious file access patterns through the USB interface
  • Implement network monitoring to detect data exfiltration from the device
  • Deploy endpoint monitoring solutions on networks where VX800v devices are present

Monitoring Recommendations

  • Enable logging on VX800v devices if supported and review for anomalous USB activity
  • Implement physical security controls around network infrastructure devices
  • Monitor network traffic from VX800v devices for unusual data transfers
  • Establish baseline behavior for device USB port usage to identify deviations

How to Mitigate CVE-2025-15543

Immediate Actions Required

  • Restrict physical access to VX800v devices to authorized personnel only
  • Disable USB functionality on VX800v devices if not required for operations
  • Update to the latest firmware version from TP-Link when a patch becomes available
  • Review device placement to ensure they are in physically secure locations

Patch Information

TP-Link has published firmware updates and support documentation. Administrators should check the TP-Link Firmware Download page for the latest available firmware for VX800v devices. Additional guidance is available in the TP-Link Support FAQ.

Workarounds

  • Physically disable or block USB ports on VX800v devices if USB functionality is not required
  • Implement physical access controls and monitoring for device locations
  • Use network segmentation to limit potential exposure if a device is compromised
  • Deploy security cameras or access logging for areas containing network infrastructure

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVx800

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/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-59
  • Technical References
  • TP-Link Firmware Download

  • TP-Link Support FAQ
  • Related CVEs
  • CVE-2025-15548: VX800v Information Disclosure Flaw

  • CVE-2025-13399: VX800v Weak Encryption 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