-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.glassfish:mojarra-parent | maven | < 2.3.7 | 2.3.7 |
The vulnerability stems from the getLocalePrefix function's handling of the 'loc' parameter. The commit 1b43474 shows the fix added a 'nameContainsForbiddenSequence' check specifically for the localePrefix value derived from this parameter. The CVE description explicitly mentions this function as the entry point for directory traversal via uncontrolled user input. The pre-patch code lacked path normalization/validation, making it clearly vulnerable.