Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6710
blob4ea80ab2c2443361fe85dc0d1c2b3305dd207d38
1 Title: Limit crash reporting functionality to permitted users
2 Level: 1
3 Component: multisite
4 Class: security
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1537727939
11 The crash reporting functionality of the GUI, which shows a lot of detailed
12 information about the internal state of the GUI, has been limited to be shown
13 only to permitted users.
15 The crash report could be used by attackers to get internal information about
16 the application state and secrets processed by the GUI.
18 All not permitted users will now only see a short message about the occurred
19 crash. Some more information is written to <tt>var/log/web.log</tt>.
21 Only authenticated administrative users are allowed to see and submit crash
22 reports by default.
24 If you like to give all your users the right to see and send crash reports give
25 them the permission "See crash reports"
27 A problem with this change may be that some crashes occur only in very specific
28 situations, for example for specific users. In such a case it may be hard to
29 get detailed information about the situation when the crash reporting is not
30 available. We plan to add an improved crash reporting in future versions to
31 make all occurred crashes available to the Check_MK administrator for later
32 debugging.
34 CMK-1037