CVE-2016-20031 PUBLISHED

ZKTeco ZKBioSecurity 3.0 Local Authorization Bypass via visLogin.jsp

Assigner: VulnCheck
Reserved: 15.03.2026 Published: 15.03.2026 Updated: 15.03.2026

ZKTeco ZKBioSecurity 3.0 contains a local authorization bypass vulnerability in visLogin.jsp that allows attackers to authenticate without valid credentials by spoofing localhost requests. Attackers can exploit the EnvironmentUtil.getClientIp() method which treats IPv6 loopback address 0:0:0:0:0:0:0:1 as 127.0.0.1 and authenticates using the IP as username with hardcoded password 123456 to access sensitive information and perform unauthorized actions.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.8

Product Status

Vendor ZKTeco Inc.
Product ZKTeco ZKBioSecurity
Versions
  • Version 3.0.1.0_R_230 is affected

Credits

  • LiquidWorm as Gjoko Krstic of Zero Science Lab finder

References

Problem Types

  • Use of Hard-coded Credentials CWE