Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > Linux > 利用PHPKit 1.6.1注入漏洞
【标  题】:利用PHPKit 1.6.1注入漏洞
【关键字】:PHPKit,1.6.1
【来  源】:http://blog.chinaunix.net/article.php?articleId=44325&blogId=386

利用PHPKit 1.6.1注入漏洞

Your Ad Here

magic_quotes_gpc = Off的phpkit可以通过注入取得管理员的MD5密码.

/phpkit/include.php?path=login/member.php&letter=phuket'%20AND%20MID(user_pw,1,1)='8'/*

猜解密码这种事情太烦了,用delphi写了个程序帮忙,太久不写程序,差点连语法都不会了.惨....

SQL Injection and PHP Code Injection Vulnerabilities in PHPKit 1.6.1

Version: PHPKit 1.6.1
Risk: High if magic_quotes_gpc = Off
URL: http://www.phpkit.com

***************************************************************************

SQL Injection in include.php?path=login/member.php

The parameters usernick and letters are vulnerable to SQL Injections.
POC:
/phpkit/include.php?path=login/member.php&letter=phuket'%20AND%20MID(user_pw,1,1)='8'/*

This will show the user "phuket" if the first character of his password
hash is '8'.

SQL Injection in include.php?path=login/imcenter.php

The parameter im_receiver is vulnerable to SQL Injections.
POC: im_receiver=phuket' AND MID(user_pw,1,1)='8'/*

This will print an error message like "Der von Ihnen angegebene
Empf鋘ger konnte nicht gefunden werden. 躡erpr黤en Sie bitte Ihre Eingabe!"
If the first character of the password hash is not '8'.


PHP Code Injection in admin/admin.php?path=images.php

It is possible to upload .php files to the content/images/ directory.
Of course you need a legal admin pass first.



Exploit code exists but I will not make it available to the public at
this time.

*******************************************************************************

Solution:
Turn magic_quotes on


Phuket

[疑问]如何还原utf-8十六进制编码为汉字?:【上一篇】
mount 使用方法:【下一篇】
【相关文章】
没有相关文章
【随机文章】
  • 看到有人在找这个东西,U5的最后一个eeprom版本
  • 递归找迷宫
  • netstat的输出要点
  • linux uselib() Local Privilege Escalation Exploit
  • JBuilder开发常用的十九个快捷键
  • 位运算(part1)
  • 你也能做出《魔戒》中的妖魔鬼怪
  • MIDP图形用户界面结构分析
  • Using SDL Threads
  • 分治算法对任意的n值构造相应的格雷码
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.