VYPR
Moderate severityNVD Advisory· Published Aug 23, 2025· Updated Aug 25, 2025

CVE-2025-43769

CVE-2025-43769

Description

Stored cross-site scripting (XSS) vulnerability in Liferay Portal 7.4.0 through 7.4.3.131, and Liferay DXP 2024.Q3.1 through 2024.Q3.8, 2024.Q2.0 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.12 and 7.4 GA through update 92 allows remote attackers to execute arbitrary web script or HTML via components tab.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay:com.liferay.plugins.admin.webMaven
< 5.0.365.0.36

Affected products

2

Patches

1
0249230a00a8

LPD-39537 - escape name

https://github.com/liferay/liferay-portalStefano MottaOct 28, 2024via ghsa
1 file changed · +1 1
  • modules/apps/plugins-admin/plugins-admin-web/src/main/resources/META-INF/resources/portlets.jspf+1 1 modified
    @@ -74,7 +74,7 @@ portlets = ListUtil.sort(portlets, new PortletTitleComparator(application, local
     				<aui:a href="<%= showEditPluginHREF ? rowURL.toString() : null %>">
     					<c:choose>
     						<c:when test="<%= Validator.isNotNull(title) %>">
    -							<%= title %>
    +							<%= HtmlUtil.escape(title) %>
     						</c:when>
     						<c:when test="<%= Validator.isNotNull(portlet.getDisplayName()) %>">
     							<%= portlet.getDisplayName() %>
    

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.