CVE-2019-20527: Ignite Realtime Openfire allows Cross-site Scripting
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.63687%
CWE
Published
5/24/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/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:parent | maven | < 4.4.2 | 4.4.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped output of the serverURL parameter in setup-datasource-standard.jsp. The patch adds JSTL escaping (fn:escapeXml) to user-controlled values. The _jspService method (auto-generated JSP servlet entry point) would show in profilers when processing requests to this page. The specific code location handles direct output of the vulnerable parameter into HTML attributes without sanitization in the vulnerable version.