CVE-2011-4343: Apache MyFaces Vulnerable to EL Injection
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.60438%
CWE
Published
5/17/2022
Updated
1/17/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.myfaces.core:myfaces-core-module | maven | >= 2.0.1, <= 2.0.10 | 2.0.11 |
| org.apache.myfaces.core:myfaces-core-module | maven | >= 2.1.0, <= 2.1.4 | 2.1.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper EL expression evaluation in navigation parameter handling. The patch introduces _NavigationUtils.getEvaluatedNavigationParameters to sanitize parameters, replacing direct usage of getParameters() in critical URL generation paths. The removed _evaluateValueExpressions in ServletExternalContextImpl and unpatched parameter handling in NavigationCase methods would allow crafted EL expressions to be injected into URLs. The high confidence comes from explicit patch changes showing parameter evaluation was added where it was previously missing.