Cyclope Employee Surveillance Solution v6.0 SQL注入漏洞

发布日期:2012-08-09
更新日期:2012-11-07

受影响系统:
cyclope-series Employee Surveillance Solution v6.0
描述:
--------------------------------------------------------------------------------
Cyclope Employee Surveillance Solution是Cyclope-Series开发的员工监控软件。
 
由于index.php脚本输入过滤错误,许多字符串(尤其是应用登录表格内的用户名字符串)的处理存在SQL注入漏洞,可允许攻击者在后端数据库内注入或操作SQL查询,从而泄露任意数据。
 
<*来源:loneferret
 
  链接:
       
 *>

测试方法:
--------------------------------------------------------------------------------

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
# PoC 1:
 # MySql sleep for 5 seconds.
 # No Authentication Required.
 # Page: /index.php
 # Form: login
 # Vulnerable Parameter: username
 # username: x' or sleep(5) and '1'='1
 # password: whatever

# As stated, nothing is checked before passing "username" to MySql.
 # This results in MySql sleeping for 5 seconds, and a unsuccessful
 # attempt.

# PoC 2:
 # Remote Code Execution
 # No Authentication Required.
 # Page: /index.php
 # Form: login
 # Vulnerable Parameter: username

建议:
--------------------------------------------------------------------------------
厂商补丁:
 
cyclope-series
 --------------
 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:
 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyjfxf.html