CVE-2019-15488: Cross-site Scripting in Ignite Realtime Openfire
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.44806%
CWE
Published
8/27/2019
Updated
1/28/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.igniterealtime.openfire:xmppserver | maven | < 4.4.1 | 4.4.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped reflection of user input in the LDAP
setup test interface. The pull request #1441 specifically mentions fixing XSS in this context by sanitizing output. While exact code diffs aren't available, JSP
pages handling admin/LDAP
configuration are typical locations for this vulnerability pattern. The commit message explicitly references the LDAP
admin user test flow as the vulnerable component, and reflected XSS would require unsanitized output of request parameters in the response.