CVE-2023-50449: Directory Traversal in JFinalCMS
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.32473%
CWE
Published
12/10/2023
Updated
12/13/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.jfinal:jfinal | maven | <= 5.0.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in two key layers: 1) The framework's request handling that allows parameter injection into file operations, and 2) The controller method specifically processing the file download request. The combination of these components enables unvalidated user input (fileKey) to be used in file path construction. While exact implementation details aren't available, JFinal's architecture patterns and the described vulnerability mechanism strongly indicate these entry points. The high confidence comes from the direct match between the described attack vector (../ in fileKey parameter) and typical JFinal controller parameter handling practices.