CVE-2019-13237: Local file inclusion allows unauthorized access to internal resources in Alkacon OpenCms
4.3
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.88139%
CWE
Published
11/12/2019
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
The CVE explicitly lists six JSP
files as vulnerable entry points for LFI attacks. While the provided commit history doesn't show direct patches for these files, the vulnerability description confirms they process
user input without proper path validation. In Java web applications, JSP
s are compiled into servlets with _jspService
methods handling request processing. The vulnerable functions are the generated servlet methods for each listed JSP
, which would appear in runtime profiles when handling malicious file inclusion attempts.