When a user enters a text that contains html code and there is Javascript code in that text, under certain conditions this Javascript code can pass through the http filter that checks for dangerous content. It then can be executed the next time it is rendered.
Other terms
XSS, Cross-Site Scripting, JavaScript, malicious code
Reason and Prerequisites
This situation was made possible by missing HTML encoding over the inputField tooltip.
Solution
Please implement the correction below.
Affected Releases
|
Correction delivered in Support Package
|
Corrections Instructions
|
No comments:
Post a Comment