VYPR
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.

PackageAffected versionsPatched versions
com.liferay:com.liferay.layout.admin.webMaven
>= 5.0.8, < 5.0.1575.0.157

Affected products

2

Patches

1
2835554ffe37

LPS-197543 Escape redirect

https://github.com/liferay/liferay-portalRubén PulidoOct 2, 2023via ghsa
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

News mentions

0

No linked articles in our index yet.