Moderate severityNVD Advisory· Published Oct 27, 2025· Updated Oct 27, 2025
CVE-2025-62253
CVE-2025-62253
Description
Open redirect vulnerability in page administration in Liferay Portal 7.4.0 through 7.4.3.97, and older unsupported versions, and Liferay DXP 2023.Q4.0, 2023.Q3.1 through 2023.Q3.4, 7.4 GA through update 92, 7.3 GA through update 35, and older unsupported versions allows remote attackers to redirect users to arbitrary external URLs via the _com_liferay_layout_admin_web_portlet_GroupPagesPortlet_redirect parameter.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
com.liferay:com.liferay.layout.admin.webMaven | >= 5.0.8, < 5.0.157 | 5.0.157 |
Affected products
2- Liferay/DXPv5Range: 7.3.10
Patches
12835554ffe37LPS-197543 Escape redirect
1 file changed · +2 −1
modules/apps/layout/layout-admin-web/src/main/java/com/liferay/layout/admin/web/internal/portlet/action/EditLayoutMVCActionCommand.java+2 −1 modified@@ -221,7 +221,8 @@ protected void doProcessAction( WorkflowConstants.STATUS_DRAFT, serviceContext); } - String redirect = ParamUtil.getString(actionRequest, "redirect"); + String redirect = _portal.escapeRedirect( + ParamUtil.getString(actionRequest, "redirect")); if (Validator.isNull(redirect) || (redirect.contains(oldFriendlyURL) &&
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
5- github.com/advisories/GHSA-2pwh-9q9q-5r9cghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-62253ghsaADVISORY
- github.com/liferay/liferay-portal/commit/2835554ffe37ac4ba3b794e6d6c0bfd1dc8db301ghsaWEB
- liferay.atlassian.net/browse/LPE-17838ghsaWEB
- liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-62253ghsaWEB
News mentions
0No linked articles in our index yet.