CVE-2019-13235:
XSS in login form
6.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
11/12/2019
Updated
1/9/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.opencms:opencms-core | maven | < 11.0.1 | 11.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
While no direct patch diffs are available, the XSS vulnerability in the login form suggests: 1) Input handling methods that process user-supplied parameters without validation 2) Output rendering methods that display user-controlled values without proper escaping. The login form handler and JSP rendering layer are the most probable locations based on Java web application patterns. Confidence is medium due to lack of direct patch evidence but strong contextual alignment with XSS vulnerability patterns in login forms.