LiveActive security incident?Get immediate response
CVE Record

CVE-2016-20028: ZKTeco ZKBioSecurity 3.0 Cross-Site Request Forgery Superadmin

ZKTeco ZKBioSecurity 3.0 contains a cross-site request forgery vulnerability that 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.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

ZKTeco ZKBioSecurity 3.0 has a CSRF flaw that can let an attacker cause a logged-in administrator to create a superadmin account. The main business risk is unauthorized control of a biometric/security management platform if administrators use the product and are tricked into visiting hostile content.

Executive priority

Prioritize review if ZKBioSecurity manages physical access, biometrics, or attendance security in your environment. Treat as a targeted-access risk rather than a broad internet worm risk. If the affected version is present, reduce admin exposure and validate accounts promptly.

Technical view

CVE-2016-20028 is a CWE-352 cross-site request forgery issue in ZKTeco ZKBioSecurity 3.0.1.0_R_230. Public advisories state crafted requests can add superadmin users without proper validity checks when an authenticated user is induced to interact with attacker-controlled content. CVSS v4.0 is 5.3.

Likely exposure

Exposure is likely limited to organizations running ZKTeco ZKBioSecurity 3.0.1.0_R_230, especially where administrative sessions are reachable from user browsers. Internet exposure of the application would increase risk, but the supplied sources do not confirm exposed population or affected versions beyond the listed release.

Exploitation context

Public exploit references exist in Packet Storm and Exploit-DB, but the source bundle does not show CISA KEV listing or confirmed active exploitation. Successful abuse depends on an authenticated privileged user context and social engineering or browser interaction consistent with CSRF.

Researcher notes

The record is source-supported for ZKBioSecurity 3.0.1.0_R_230 and CWE-352. Multiple public exploit/advisory references exist, but the supplied sources do not name a vendor patch, broader version range, or active exploitation. Avoid assuming all ZKBioSecurity versions are affected.

Mitigation direction

  • Check ZKTeco guidance for fixed versions or official workarounds.
  • Restrict ZKBioSecurity admin access to trusted networks or VPN.
  • Limit administrator browsing from active ZKBioSecurity sessions.
  • Review and remove unnecessary or unknown superadmin accounts.
  • Enforce least privilege for ZKBioSecurity administrative users.
  • Monitor for unexpected account creation or privilege changes.

Validation and detection

  • Inventory ZKBioSecurity deployments and confirm exact version.
  • Identify whether version 3.0.1.0_R_230 is present.
  • Review administrative account lists for unauthorized superadmins.
  • Check audit logs for unexpected user creation events.
  • Verify whether anti-CSRF protections are present in administrative workflows.
  • Confirm remediation status against vendor or trusted advisory guidance.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-20028 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (4.0)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:LPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.3Medium
CVSS 4.0 vector shape for CVE-2016-20028Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ZKTeco Inc.ZKTeco ZKBioSecurity3.0.1.0_R_230Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.