VYPR
Medium severity6.1NVD Advisory· Published Aug 7, 2017· Updated May 13, 2026

CVE-2017-12648

CVE-2017-12648

Description

XSS exists in Liferay Portal before 7.0 CE GA4 via a bookmark URL.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay.portal:release.portal.bomMaven
< 7.0.3-GA47.0.3-GA4
com.liferay:com.liferay.frontend.taglibMaven
< 2.1.32.1.3

Affected products

1
  • cpe:2.3:a:liferay:liferay_portal:*:ga3:*:*:*:*:*:*
    Range: <=7.0

Patches

2
996769ea1e2b

LPS-71270 - XSS in URL when sorted the bookmark

https://github.com/liferay/liferay-portaldaviddotzhangMar 17, 2017via ghsa
1 file changed · +1 1
  • modules/apps/foundation/frontend-taglib/frontend-taglib/src/main/resources/META-INF/resources/management_bar_filter/page.jsp+1 1 modified
    @@ -31,7 +31,7 @@ String value = (String)request.getAttribute("liferay-frontend:management-bar-fil
     					<liferay-ui:message key="<%= label %>" />:
     				</c:if>
     
    -				<liferay-ui:message key="<%= value %>" />
    +				<liferay-ui:message key="<%= HtmlUtil.escape(value) %>" />
     			</span>
     
     			<aui:icon image="caret-double-l" markupView="lexicon" />
    
9bc594b70c56

LPS-71270 - XSS in URL when sorted the bookmark

https://github.com/liferay/liferay-portaldaviddotzhangMar 17, 2017via ghsa
1 file changed · +1 1
  • modules/apps/foundation/frontend-taglib/frontend-taglib/src/main/resources/META-INF/resources/management_bar_filter/page.jsp+1 1 modified
    @@ -31,7 +31,7 @@ String value = (String)request.getAttribute("liferay-frontend:management-bar-fil
     					<liferay-ui:message key="<%= label %>" />:
     				</c:if>
     
    -				<liferay-ui:message key="<%= value %>" />
    +				<liferay-ui:message key="<%= HtmlUtil.escape(value) %>" />
     			</span>
     
     			<aui:icon image="caret-double-l" markupView="lexicon" />
    

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

6

News mentions

0

No linked articles in our index yet.