Werk #2385: Fixed possible reflected XSS on all GUI pages where users can produce unhandled exceptions
Komponente | User interface | ||
Titel | Fixed possible reflected XSS on all GUI pages where users can produce unhandled exceptions | ||
Datum | 30.06.2015 | ||
Level | Kleine Änderung | ||
Klasse | Sicherheitsfix | ||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||
Checkmk versions & editions |
|
On pages where an authenticated user can trigger an exception which is then displayed to the user as "Internal error" dialog with details about the exception, it was possible for the user to inject javascript code which was executed in the context of the authenticated user.
This has been fixed that javascript/html code which is injected is being escaped correctly.