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
    • 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-2024-22988

CVE-2024-22988: Zkteco Zkbio WDMS Information Disclosure

CVE-2024-22988 is an information disclosure vulnerability in Zkteco Zkbio WDMS that allows attackers to download database backups via predictable timestamps. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-22988 Overview

CVE-2024-22988 is a critical information disclosure vulnerability affecting ZKTeco ZKBio WDMS (Workforce Device Management System) versions prior to 9.0.2 Build 20250526. The vulnerability exists in the /files/backup/ component, which allows unauthenticated attackers to download database backup files due to predictable timestamp-based filenames. This insecure direct object reference combined with broken access control enables attackers to access sensitive organizational data without authentication.

Critical Impact

Unauthenticated remote attackers can download complete database backups containing sensitive workforce management data, employee records, access control configurations, and potentially authentication credentials by predicting backup file timestamps.

Affected Products

  • ZKTeco ZKBio WDMS versions before 9.0.2 Build 20250526
  • ZKTeco ZKBio WDMS version 8.0.5 (confirmed vulnerable)

Discovery Timeline

  • 2024-02-23 - CVE-2024-22988 published to NVD
  • 2025-06-07 - Last updated in NVD database

Technical Details for CVE-2024-22988

Vulnerability Analysis

The vulnerability stems from a fundamental access control flaw in ZKBio WDMS's backup file handling mechanism. The application stores database backup files in the /files/backup/ directory with filenames that are generated using predictable timestamp patterns. Since these filenames follow a deterministic naming convention based on the time of backup creation, an attacker can enumerate possible backup filenames by iterating through timestamp values.

The lack of authentication requirements on the backup directory compounds this issue significantly. Any network-accessible attacker can directly request backup files without providing valid credentials. When combined with the predictable filename generation, this creates a trivially exploitable pathway to exfiltrate complete database dumps.

ZKBio WDMS is a workforce and device management platform commonly used to manage biometric time attendance systems, access control devices, and employee records. Database backups from such systems typically contain highly sensitive information including employee personal data, biometric enrollment information, access schedules, and system configurations.

Root Cause

The root cause is twofold: first, the application uses an insecure naming convention for backup files based on predictable timestamps rather than cryptographically random identifiers. Second, the /files/backup/ endpoint lacks proper authentication and authorization controls, allowing unauthenticated access to sensitive backup files. This represents a failure to implement defense in depth, as neither layer provides adequate protection against unauthorized file access.

Attack Vector

The attack can be executed remotely over the network without any authentication requirements. An attacker would enumerate the /files/backup/ directory by generating potential backup filenames based on likely timestamps. Since backup operations typically occur at scheduled intervals (daily, weekly), attackers can narrow down the search space significantly. Once a valid filename is guessed, the complete database backup can be downloaded directly via HTTP GET requests.

The exploitation process involves:

  1. Identifying a target ZKBio WDMS installation accessible over the network
  2. Generating candidate backup filenames based on timestamp patterns
  3. Iterating through candidate URLs targeting /files/backup/[timestamp-based-filename]
  4. Downloading any successfully located backup files
  5. Extracting sensitive data from the acquired database dumps

For detailed technical analysis and proof-of-concept information, refer to the Vicarius Blog CVE-2024-22988 Analysis and the GitHub Gist PoC Code.

Detection Methods for CVE-2024-22988

Indicators of Compromise

  • Unexpected HTTP requests to /files/backup/ paths from external IP addresses
  • High volume of HTTP 404 responses from the backup directory indicating enumeration attempts
  • Successful HTTP 200 responses for backup file requests from unauthorized sources
  • Unusual outbound data transfers from the ZKBio WDMS server
  • Access log entries showing sequential timestamp-pattern requests to the backup endpoint

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block enumeration patterns targeting the /files/backup/ directory
  • Configure IDS/IPS signatures to alert on rapid sequential requests to backup file paths
  • Monitor access logs for requests containing backup file extensions or timestamp patterns from non-administrative IP addresses
  • Deploy network traffic analysis to identify large file downloads from the WDMS server to unexpected destinations

Monitoring Recommendations

  • Enable detailed access logging on the ZKBio WDMS application server and forward logs to a SIEM platform
  • Create alerting rules for any access to the /files/backup/ directory that does not originate from authorized administrative hosts
  • Implement file integrity monitoring on the backup directory to track access patterns
  • Establish baseline network traffic patterns and alert on anomalous data exfiltration volumes

How to Mitigate CVE-2024-22988

Immediate Actions Required

  • Upgrade ZKBio WDMS to version 9.0.2 Build 20250526 or later immediately
  • If immediate patching is not possible, restrict network access to the /files/backup/ directory using firewall rules or web server configuration
  • Review access logs for evidence of prior exploitation or enumeration attempts
  • Rotate any credentials stored in the database if compromise is suspected
  • Implement network segmentation to limit exposure of the WDMS server

Patch Information

ZKTeco has addressed this vulnerability in ZKBio WDMS version 9.0.2 Build 20250526. Organizations should upgrade to this version or later to remediate the vulnerability. Refer to the ZKTeco Security Bulletin #12 for official guidance and download links. Additional product information is available on the ZKTeco Official Website.

Workarounds

  • Configure web server access controls to deny unauthenticated requests to /files/backup/* paths
  • Implement IP-based allowlisting to restrict backup directory access to specific administrative hosts only
  • Place the ZKBio WDMS server behind a reverse proxy with authentication requirements for sensitive paths
  • Consider moving backup files to a non-web-accessible location and using secure file transfer protocols for backup retrieval
  • Implement rate limiting on the web server to slow enumeration attempts
bash
# Example Apache .htaccess restriction for /files/backup/
<Directory "/var/www/zkbio/files/backup">
    Order deny,allow
    Deny from all
    Allow from 10.0.0.0/8
    Allow from 192.168.1.0/24
</Directory>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZkteco Zkbio Wdms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Gist PoC Code

  • Vicarius Blog CVE-2024-22988 Analysis

  • ZKTeco Security Bulletin #12

  • ZKTeco Official Website
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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