Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2385
blobcb43377de0fd805852ace4a4b41576fe45cc0072
1 Title: Fixed possible reflected XSS on all GUI pages where users can produce unhandled exceptions
2 Level: 1
3 Component: multisite
4 Class: security
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i3
8 Date: 1435650306
10 On pages where an authenticated user can trigger an exception which is then displayed
11 to the user as "Internal error" dialog with details about the exception, it was possible
12 for the user to inject javascript code which was executed in the context of the authenticated
13 user.
15 This has been fixed that javascript/html code which is injected is being escaped correctly.