VYPR
Moderate severityNVD Advisory· Published Sep 29, 2025· Updated Sep 30, 2025

CVE-2025-43811

CVE-2025-43811

Description

Multiple stored cross-site scripting (XSS) vulnerability in the related asset selector in Liferay Portal 7.4.3.50 through 7.4.3.111, and Liferay DXP 2023.Q4.0 through 2023.Q4.4, 2023.Q3.1 through 2023.Q3.7, and 7.4 update 50 through update 92 allows remote authenticated attackers to inject arbitrary web script or HTML via a crafted payload injected into an asset author’s (1) First Name, (2) Middle Name, or (3) Last Name text field.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay:com.liferay.item.selector.webMaven
>= 7.0.35, < 7.0.527.0.52

Affected products

2

Patches

1
fdf7044813a8

LPD-15343 Escape itemDescriptor name

https://github.com/liferay/liferay-portalbalazsskJan 25, 2024via ghsa
1 file changed · +2 1
  • modules/apps/item-selector/item-selector-web/src/main/java/com/liferay/item/selector/web/internal/DefaultTableItemView.java+2 1 modified
    @@ -63,7 +63,8 @@ public List<SearchEntry> getSearchEntries(Locale locale) {
     
     		userNameSearchEntry.setCssClass(
     			"table-cell-expand-smaller table-cell-minw-150");
    -		userNameSearchEntry.setName(_itemDescriptor.getUserName());
    +		userNameSearchEntry.setName(
    +			HtmlUtil.escape(_itemDescriptor.getUserName()));
     
     		searchEntries.add(userNameSearchEntry);
     
    

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.