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-64075

CVE-2025-64075: ZBT WE2001 Path Traversal Vulnerability

CVE-2025-64075 is a path traversal flaw in Shenzhen Zhibotong ZBT WE2001 routers that allows attackers to bypass authentication via crafted session cookies. This article covers technical details, affected versions, and mitigations.

Published: February 13, 2026

CVE-2025-64075 Overview

A path traversal vulnerability exists in the check_token function of Shenzhen Zhibotong Electronics ZBT WE2001 firmware version 23.09.27. This flaw allows remote attackers to bypass authentication mechanisms and perform administrative actions by supplying a crafted session cookie value. The vulnerability stems from improper validation of user-supplied input in the authentication routine, enabling attackers to traverse the file system and circumvent session verification entirely.

Critical Impact

Remote attackers can bypass authentication without valid credentials and gain full administrative control over the affected router, potentially compromising network integrity and all connected devices.

Affected Products

  • Shenzhen Zhibotong Electronics ZBT WE2001 firmware version 23.09.27
  • ZBT WE2001 devices running vulnerable firmware versions

Discovery Timeline

  • 2026-02-11 - CVE-2025-64075 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2025-64075

Vulnerability Analysis

The vulnerability resides in the check_token function responsible for validating user sessions on the ZBT WE2001 router's web administration interface. When processing session cookie values, the function fails to properly sanitize path traversal sequences such as ../ before performing file system operations.

This weakness (classified as CWE-22: Improper Limitation of a Pathname to a Restricted Directory) enables attackers to craft malicious cookie values that manipulate file path resolution. By exploiting this flaw, an attacker can redirect the authentication check to arbitrary files on the system, effectively bypassing the session validation mechanism entirely.

The attack is particularly dangerous because it requires no prior authentication and can be executed remotely over the network. Once authentication is bypassed, the attacker gains access to all administrative functions, including configuration changes, firmware updates, and access to sensitive network information.

Root Cause

The root cause of this vulnerability is the absence of proper input sanitization in the check_token function. The function directly uses user-supplied cookie values in file path operations without stripping or validating path traversal characters. This allows attackers to escape the intended session directory and reference arbitrary files, subverting the authentication logic.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker can remotely target the ZBT WE2001 router's web interface by sending HTTP requests with specially crafted session cookies containing path traversal sequences.

The attack flow involves:

  1. The attacker identifies a ZBT WE2001 router accessible over the network
  2. A malicious HTTP request is crafted with a session cookie containing path traversal sequences (e.g., ../../etc/passwd or similar patterns)
  3. The check_token function processes the cookie value without proper sanitization
  4. The path traversal sequences cause the authentication check to reference an unintended file
  5. Authentication validation is bypassed, granting the attacker administrative access
  6. The attacker can now perform any administrative action on the router

For technical details regarding exploitation, see the NeutSec CVE-2025-64075 Advisory.

Detection Methods for CVE-2025-64075

Indicators of Compromise

  • HTTP requests to the router's web interface containing path traversal sequences (../, ..%2f, %2e%2e/) in cookie values
  • Unauthorized administrative actions or configuration changes on ZBT WE2001 routers
  • Unusual access patterns to the router's web management interface from external IP addresses
  • Log entries showing authentication success without corresponding valid session creation

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests containing path traversal patterns in cookie headers targeting ZBT WE2001 devices
  • Monitor web server logs on the affected devices for anomalous authentication patterns or requests with malformed session cookies
  • Deploy web application firewall (WAF) rules to block requests containing directory traversal sequences in cookie values
  • Use SentinelOne Singularity to monitor network traffic for exploitation attempts and suspicious authentication bypass patterns

Monitoring Recommendations

  • Enable verbose logging on ZBT WE2001 routers to capture detailed authentication events
  • Implement network segmentation to isolate IoT devices like routers from critical network assets
  • Monitor for unauthorized firmware changes or configuration modifications on affected devices
  • Establish baseline network behavior for administrative access and alert on deviations

How to Mitigate CVE-2025-64075

Immediate Actions Required

  • Restrict network access to the ZBT WE2001 web administration interface to trusted IP addresses only
  • Place affected devices behind a firewall with strict access controls blocking external access to the management interface
  • Consider disabling remote administration features until a patch is available
  • Monitor for signs of compromise on affected devices and networks

Patch Information

No official patch information is currently available from the vendor. Organizations should monitor the ZBT WiFi website for firmware updates and security advisories. The NeutSec advisory may contain additional mitigation guidance.

Workarounds

  • Disable remote web administration access to the router and only allow local management
  • Implement network access control lists (ACLs) to restrict management interface access to specific trusted hosts
  • Deploy a reverse proxy with input validation in front of the router's web interface to filter malicious requests
  • Consider replacing vulnerable devices with alternative hardware if patches are not forthcoming
bash
# Example: Restrict management access using firewall rules
# Block external access to router management port (example using iptables)
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechShenzhen Zhibotong

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • NeutSec CVE-2025-64075 Advisory

  • ZBT WiFi Main Page
  • Related CVEs
  • CVE-2025-64074: ZBT WE2001 Path Traversal Vulnerability

  • CVE-2025-65128: ZBT WE2001 Auth Bypass Vulnerability

  • CVE-2025-65127: ZBT WE2001 Auth Bypass 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