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-2016-20028

CVE-2016-20028: ZKTeco ZKBioSecurity CSRF Vulnerability

CVE-2016-20028 is a CSRF vulnerability in ZKTeco ZKBioSecurity 3.0 that allows attackers to create superadmin accounts by tricking authenticated users. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2016-20028 Overview

CVE-2016-20028 is a Cross-Site Request Forgery (CSRF) vulnerability affecting ZKTeco ZKBioSecurity 3.0, a biometric security management platform. This vulnerability allows attackers to perform administrative actions by tricking logged-in users into visiting malicious websites. Attackers can craft HTTP requests that add superadmin accounts without validity checks, enabling unauthorized administrative access when authenticated users visit attacker-controlled pages.

Critical Impact

Successful exploitation allows attackers to create superadmin accounts on the ZKBioSecurity platform, leading to complete administrative takeover of the biometric security management system.

Affected Products

  • ZKTeco ZKBioSecurity 3.0

Discovery Timeline

  • 2026-03-16 - CVE CVE-2016-20028 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2016-20028

Vulnerability Analysis

This vulnerability falls under CWE-352 (Cross-Site Request Forgery), where the application fails to verify that requests originate from the authenticated user's intended actions. The ZKBioSecurity platform does not implement proper anti-CSRF tokens or validation mechanisms for administrative operations, allowing attackers to forge requests that execute privileged actions on behalf of authenticated administrators.

The attack exploits the trust relationship between the web browser and the ZKBioSecurity application. When an authenticated administrator visits a malicious page controlled by the attacker, the browser automatically includes session cookies with any requests to the ZKBioSecurity server, effectively authenticating the forged administrative request.

Root Cause

The root cause is the absence of CSRF protection mechanisms in the ZKBioSecurity 3.0 administrative interface. The application fails to implement anti-CSRF tokens that would verify the legitimacy of state-changing requests. Without these tokens or other validation checks (such as checking the Referer or Origin headers), the application cannot distinguish between legitimate user-initiated requests and forged requests from malicious third-party sites.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious web page containing hidden forms or JavaScript that automatically submits requests to the ZKBioSecurity administrative endpoint. When an authenticated administrator browses to this malicious page, the forged request is sent to the ZKBioSecurity server with the victim's session credentials.

The attack specifically targets the user creation functionality, allowing attackers to add superadmin accounts. This provides the attacker with persistent administrative access to the biometric security management platform, potentially compromising physical access control systems, attendance records, and other sensitive security data.

For detailed technical information about the exploitation mechanism, refer to the ZeroScience Vulnerability Advisory and the Exploit-DB entry.

Detection Methods for CVE-2016-20028

Indicators of Compromise

  • Unexpected superadmin or administrative accounts appearing in the ZKBioSecurity user management interface
  • User creation events in application logs that do not correlate with authorized administrative activity
  • HTTP requests to administrative endpoints originating from unusual referring URLs or external domains
  • Multiple administrative account creation attempts within short time periods

Detection Strategies

  • Monitor ZKBioSecurity application logs for unauthorized user account creation events, particularly superadmin accounts
  • Implement web application firewall (WAF) rules to detect and block requests with suspicious Referer headers that do not match expected internal domains
  • Audit administrative user accounts regularly to identify unauthorized additions
  • Deploy network monitoring to detect anomalous traffic patterns targeting the ZKBioSecurity administrative interface

Monitoring Recommendations

  • Enable verbose logging on the ZKBioSecurity platform to capture all administrative actions with timestamps and source IP addresses
  • Configure alerting for any new superadmin account creation events
  • Implement session monitoring to track administrator activities and identify unusual patterns
  • Review access logs for requests to user management endpoints that lack proper referrer information

How to Mitigate CVE-2016-20028

Immediate Actions Required

  • Restrict network access to the ZKBioSecurity administrative interface to trusted internal networks only
  • Implement a Web Application Firewall (WAF) with CSRF protection rules in front of the ZKBioSecurity application
  • Audit existing user accounts and remove any unauthorized superadmin accounts
  • Educate administrators about the risks of browsing untrusted websites while authenticated to administrative interfaces

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should contact ZKTeco directly to inquire about updated versions of ZKBioSecurity that address this CSRF vulnerability. Additional technical details can be found in the VulnCheck Advisory, IBM X-Force entry, and CXSecurity advisory.

Workarounds

  • Deploy a reverse proxy with CSRF token injection capabilities to add protection at the network layer
  • Isolate the ZKBioSecurity administrative interface on a separate VLAN accessible only from dedicated management workstations
  • Implement browser isolation for administrators who must access the ZKBioSecurity platform, preventing cross-site attacks
  • Configure firewall rules to block outbound connections from administrator workstations while accessing the ZKBioSecurity interface
bash
# Example: Restrict ZKBioSecurity admin access to internal network only using iptables
# Replace 192.168.1.0/24 with your trusted admin network and 10.0.0.100 with ZKBioSecurity server IP
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -d 10.0.0.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -d 10.0.0.100 -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechZkteco

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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-352
  • Technical References
  • CXSecurity Issue WLB-2016080268

  • IBM X-Force Vulnerability 116477

  • Packet Storm Security File 138569

  • Exploit-DB #40325

  • VulnCheck ZKTeco CSRF Advisory

  • ZeroScience Vulnerability ZSL-2016-5364
  • Related CVEs
  • CVE-2016-20029: ZKBioSecurity Path Traversal Vulnerability

  • CVE-2016-20031: ZKTeco ZKBioSecurity Auth Bypass Flaw

  • CVE-2016-20032: ZKTeco ZKAccess Stored XSS Vulnerability

  • CVE-2016-20025: ZKTeco ZKAccess Privilege Escalation Flaw
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