CVE-2006-3936:
Alkacon OpenCms Exposes JSP Source Code
4
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/1/2022
Updated
2/12/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:S/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.opencms:opencms-core | maven | < 6.2.2 | 6.2.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly identifies system/workplace/editors/editor.jsp as the entry point that processes the 'resource' parameter. The JSP's handling of this parameter appears to directly read and output file contents without: 1) verifying if the user should have access to the specified resource, 2) ensuring requested files are not server-side executable components (JSPs), and 3) validating path traversal attempts. This matches the CWE-200 pattern of exposing sensitive information through insufficient authorization checks. The patch in version 6.2.2 likely added validation for the resource parameter and access controls.