CVE-2024-11993: Liferay Portal and Liferay DXP vulnerable to Cross-site Scripting
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.1399%
CWE
Published
12/17/2024
Updated
1/28/2025
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.liferay.portal:release.portal.bom | maven | >= 7.1.0, < 7.4.3.39 | 7.4.3.39 |
| com.liferay.portal:release.dxp.bom | maven | >= 7.1, < 7.4.13.u39 | 7.4.13.u39 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper neutralization of the 'Dispatch name' parameter. In Liferay's architecture, portlet dispatching mechanisms (like DispatchPortlet) handle action routing. The processDispatch method would be a logical point where the dispatch name parameter is retrieved from the request and used to generate responses. Without proper context-aware escaping (e.g., HTML entity encoding), this creates an XSS vector. The confidence is medium because while the exact code isn't visible, this pattern matches Liferay's architecture and standard XSS vulnerability patterns in Java web applications.