CVE-2015-6972 : Détail

CVE-2015-6972

Cross-site Scripting
A03-Injection
6.34%V4
Network
2015-09-16
17h00 +00:00
2017-06-30
14h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Multiple cross-site scripting (XSS) vulnerabilities in Ignite Realtime Openfire 3.10.2 allow remote attackers to inject arbitrary web script or HTML via the (1) groupchatName parameter to plugins/clientcontrol/create-bookmark.jsp; the (2) urlName parameter to plugins/clientcontrol/create-bookmark.jsp; the (3) hostname parameter to server-session-details.jsp; or the (4) search parameter to group-summary.jsp.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:P/A:N nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 38191

Date de publication : 2015-09-14 22h00 +00:00
Auteur : hyp3rlinx
EDB Vérifié : No

[+] Credits: hyp3rlinx [+] Website: hyp3rlinx.altervista.org [+] Source: http://hyp3rlinx.altervista.org/advisories/AS-OPENFIRE-XSS.txt Vendor: ================================ www.igniterealtime.org/projects/openfire www.igniterealtime.org/downloads/index.jsp Product: ================================ Openfire 3.10.2 Openfire is a real time collaboration (RTC) server licensed under the Open Source Apache License. It uses the only widely adopted open protocol for instant messaging, XMPP (also called Jabber). Vulnerability Type: =================== Persistent & Reflected XSS CVE Reference: ============== N/A Vulnerability Details: ===================== 1) Persistent XSS exists when creating an Group Chat Bookmark, XSS will execute each time victim accesses the 'Group Chat Bookmarks' web page vuln parameter 'groupchatName' XSS will be stored in 'ofbookmark' table in 'bookmarkName' column of the MySQL DB and will be under boomarkType as 'group_chat'. 2) Persistent XSS exists when creating URL Bookmarks, vuln parameter 'urlName' XSS will be stored in 'ofbookmark' table in 'bookmarkName' column of the MySQL DB will be under column boomarkType as 'url'. 3) Reflected XSS entry point exists in search parameter, script tags fail but we can defeat using onMouseMove() JS function. Exploit code(s): =============== 1) persistent XSS: http://localhost:9090/plugins/clientcontrol/create-bookmark.jsp?type=group_chat Inject <script>alert(666)</script> payload into the 'Group Chat Name' field then click 'Create'. 2) persistent XSS: http://localhost:9090/plugins/clientcontrol/create-bookmark.jsp?type=url Inject <script>alert('HELL')</script> payload into the 'URL Name' field then click 'Create'. 3) Reflected XSS: http://localhost:9090/server-session-details.jsp?hostname= "/><script>alert(666)</script> 4) Reflected XSS: http://localhost:9090/group-summary.jsp?search=" onMouseMove="alert('hyp3rlinx') Disclosure Timeline: ========================================================= Vendor Notification: NA Sept 14, 2015 : Public Disclosure Exploitation Technique: ======================= Local & Remote Severity Level: ========================================================= High Description: ========================================================== Request Method(s): [+] POST & GET Vulnerable Product: [+] Openfire 3.10.2 Vulnerable Parameter(s): [+] groupchatName, urlName, hostname, search Affected Area(s): [+] Admin =========================================================== [+] Disclaimer Permission is hereby granted for the redistribution of this advisory, provided that it is not altered except by reformatting it, and that due credit is given. Permission is explicitly given for insertion in vulnerability databases and similar, provided that due credit is given to the author. The author is not responsible for any misuse of the information contained herein and prohibits any malicious use of all security related information or exploits by the author or elsewhere. by hyp3rlinx

Products Mentioned

Configuraton 0

Igniterealtime>>Openfire >> Version 3.10.2

Références

https://security.gentoo.org/glsa/201612-50
Tags : vendor-advisory, x_refsource_GENTOO
https://www.exploit-db.com/exploits/38191/
Tags : exploit, x_refsource_EXPLOIT-DB