CVE-2011-4367: Apache MyFaces Vulnerable to Path Traversal
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.9935%
CWE
Published
5/13/2022
Updated
8/16/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.myfaces.core:myfaces-impl | maven | >= 2.0.0, < 2.0.12 | 2.0.12 |
org.apache.myfaces.core:myfaces-impl | maven | >= 2.1.0, < 2.1.6 | 2.1.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves improper path validation in resource handling. The primary entry points are the methods processing resource requests (handleResourceRequest
) and resource creation (createResource
), which would handle the 'ln' parameter and PATH_INFO
. These functions would appear in stack traces when malicious paths are processed. The confidence is medium because we inferred based on JSF
resource handling patterns and vulnerability description, though exact patch details are unavailable.