CVE-2006-0254: Apache Geronimo console 1.0 vulnerable to cross-site scripting
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.97455%
CWE
Published
5/1/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
geronimo:geronimo-console-standard | maven | < 1.1 | 1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests when: 1) Attackers inject XSS payloads via parameters (like 'time' in cal2.jsp
) 2) Server logs store unescaped payloads 3) Admin views logs through console JSP
s that originally rendered content without escaping. The patch adds JSTL
escaping in three log viewer JSP
s. In runtime detection, the _jspService
methods of these compiled JSP
servlets would appear in profilers when malicious log entries are rendered.