vendor:
Liferay Portal
by:
Valerio Brussani
4.7
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Liferay Portal
Affected Version From: < 7.1 CE GA4
Affected Version To: < 7.1 CE GA4
Patch Exists: YES
Related CWE: CVE-2019-6588
CPE: a:liferay:liferay_portal:7.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Liferay Portal 7.1 CE GA3
2019
Liferay Portal < 7.1 CE GA4 / SimpleCaptcha API XSS
In Liferay Portal before 7.1 CE GA4, an XSS vulnerability exists in the SimpleCaptcha API when custom code passes unsanitized input into the “url” parameter of the JSP taglib call <liferay-ui:captcha url=”<%= url %>” /> or <liferay-captcha:captcha url=”<%= url %>” />. A customized Liferay portlet which directly calls the Simple Captcha API without sanitizing the input could be susceptible to this vulnerability.
Mitigation:
Sanitize the input passed to the SimpleCaptcha API.