- Go to Z28154
- Insert whatever value in the first function input parameter (for example "Z7"
- In the second input parameter (labeled as "parameters") insert one element: <button onmouseover="window.location='//www.example.com'">
- Execute the function
- Click on "Details": the HTML code is injected directly in the error details window; the button is present, and the JS code associated with it can be executed by hovering the mouse over it.
This is important because it is very easy (no special user right required) to create a permanent testcase that injects HTML code every time someone tries to see the details.




