Hello,
For my project we are using Liferay 6.1.0 and we have created our custom theme. Security team ran a check and they found cross scripting in navigation.vm file.
In navigation.vm we have below code
<a href="$nav_item.getURL()" $nav_item.getTarget()><span>$nav_item.icon() $nav_item.getName()</span></a>
The Security tool was able to modify the above href URL as below ...
<a href="http://<script>alert(document.domain)</script>/...
Can anyone please help me out how to solve this issue.
Regards,
Shiva
Please sign in to flag this as inappropriate.