VYPR
Moderate severityNVD Advisory· Published Aug 19, 2025· Updated Aug 19, 2025

CVE-2025-43737

CVE-2025-43737

Description

A reflected cross-site scripting (XSS) vulnerability in the Liferay Portal 7.4.3.132, and Liferay DXP 2025.Q2.0 through 2025.Q2.8 and 2025.Q1.0 through 2025.Q1.15 allows a remote authenticated user to inject JavaScript code via _com_liferay_journal_web_portlet_JournalPortlet_backURL parameter.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay:com.liferay.journal.webMaven
< 5.0.1965.0.196

Affected products

2

Patches

1
eded63b88229

LPD-61587 Escape Redirect

https://github.com/liferay/liferay-portalbalazsskJul 29, 2025via ghsa
1 file changed · +1 1
  • modules/apps/journal/journal-web/src/main/resources/META-INF/resources/edit_article.jsp+1 1 modified
    @@ -213,7 +213,7 @@ journalEditArticleDisplayContext.setViewAttributes();
     								<clay:link
     									borderless="<%= true %>"
     									displayType="secondary"
    -									href="<%= journalEditArticleDisplayContext.getBackURL() %>"
    +									href="<%= PortalUtil.escapeRedirect(journalEditArticleDisplayContext.getBackURL()) %>"
     									label="cancel"
     									type="button"
     								/>
    

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.