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

CVE-2025-64074: ZBT WE2001 Path Traversal Vulnerability

CVE-2025-64074 is a path traversal flaw in Shenzhen Zhibotong ZBT WE2001 routers that enables attackers to delete arbitrary files via crafted session cookies. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2025-64074 Overview

A path traversal vulnerability exists in the logout functionality of Shenzhen Zhibotong Electronics ZBT WE2001 firmware version 23.09.27. This vulnerability allows remote attackers to delete arbitrary files on the host system by supplying a crafted session cookie value. The flaw stems from improper validation of user-supplied input in the session cookie handling mechanism during the logout process.

Critical Impact

Remote attackers can leverage this path traversal flaw to delete critical system files, potentially causing denial of service or compromising device integrity without requiring authentication.

Affected Products

  • Shenzhen Zhibotong Electronics ZBT WE2001 firmware version 23.09.27

Discovery Timeline

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

Technical Details for CVE-2025-64074

Vulnerability Analysis

This path traversal vulnerability (CWE-22) resides in the logout functionality of the ZBT WE2001 wireless router. The device fails to properly sanitize session cookie values before using them in file system operations during the logout process. When a user logs out, the application attempts to clean up session-related files, but the lack of input validation allows an attacker to inject directory traversal sequences (such as ../) into the session cookie.

The vulnerability can be exploited remotely over the network without any authentication or user interaction. An attacker can craft a malicious HTTP request containing a specially crafted session cookie that includes path traversal sequences, causing the application to delete files outside the intended session directory.

Root Cause

The root cause of this vulnerability is improper input validation in the session cookie parsing logic within the logout handler. The application directly concatenates user-supplied cookie values with file system paths without sanitizing or validating the input for directory traversal characters. This allows attackers to escape the intended directory structure and reference arbitrary files on the system.

Attack Vector

The attack is network-based and requires no authentication or privileges. An attacker sends an HTTP request to the logout endpoint with a maliciously crafted session cookie containing path traversal sequences. The vulnerable application processes this cookie and attempts to delete the referenced file path, allowing arbitrary file deletion on the target device.

The attack flow typically involves:

  1. Identifying the logout endpoint on the target ZBT WE2001 device
  2. Crafting an HTTP request with a session cookie containing path traversal sequences (e.g., ../../etc/passwd)
  3. The server processes the logout request and attempts to delete session files
  4. Due to insufficient input validation, the path traversal sequences are interpreted, leading to deletion of arbitrary files

For detailed technical information, refer to the NeutSec Advisory for CVE-2025-64074.

Detection Methods for CVE-2025-64074

Indicators of Compromise

  • HTTP requests to logout endpoints containing unusual session cookie values with path traversal sequences such as ../, ..%2f, or ..%5c
  • Unexpected file deletion events on the device, particularly in system directories
  • Log entries showing access to the logout functionality with abnormally long or suspicious cookie values
  • Missing critical system configuration files that may have been deleted by exploitation attempts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in cookie headers
  • Monitor HTTP access logs for requests to logout endpoints with suspicious cookie values containing directory traversal sequences
  • Configure file integrity monitoring (FIM) on critical system files to detect unauthorized deletions
  • Deploy network intrusion detection systems (NIDS) with signatures for path traversal attack patterns targeting IoT devices

Monitoring Recommendations

  • Enable verbose logging on ZBT WE2001 devices to capture all HTTP requests and cookie values
  • Set up alerts for any file deletion operations outside expected session storage directories
  • Regularly audit device file systems for signs of tampering or missing critical files
  • Monitor network traffic for unusual patterns of requests to the logout endpoint from external sources

How to Mitigate CVE-2025-64074

Immediate Actions Required

  • Restrict network access to the ZBT WE2001 device management interface to trusted networks only
  • Place affected devices behind a firewall and limit exposure to untrusted networks
  • Implement network segmentation to isolate IoT devices from critical infrastructure
  • Monitor the ZBT WiFi vendor website for firmware updates addressing this vulnerability

Patch Information

At the time of publication, no vendor patch has been confirmed as available. Organizations should monitor the NeutSec Advisory and the ZBT WiFi website for security updates and firmware releases that address this vulnerability.

Workarounds

  • Disable remote access to the device's web management interface if not required
  • Implement access control lists (ACLs) to restrict access to the device from known, trusted IP addresses only
  • Deploy a reverse proxy or web application firewall in front of the device to filter malicious requests containing path traversal patterns
  • Consider replacing affected devices with alternatives that have received security updates if no patch becomes available

Network administrators can implement firewall rules to restrict access to the device management interface:

bash
# Example iptables rules to restrict access to device management interface
# Allow access only from trusted management network (e.g., 192.168.1.0/24)
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

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

  • ZBT WiFi Website
  • Related CVEs
  • CVE-2025-64075: 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