Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 1878
blob5d2f8100d5560b84541963e6288fa1995876a7c2
1 Title: Fixed possible shell injection when filtering the EC archive
2 Level: 2
3 Component: ec
4 Class: security
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1422344183
10 To optimize searches in the Event Console archive files, the Event Console
11 uses "grep" to make a fast preselection of history entries. The grep command
12 is used for different filters, like the "ID of rule". This allows normal logged
13 in users with only GUI privileges to execute shell commands on the monitoring
14 host with privileges of the user the Event Console is running with. Normally
15 this is the sites user in OMD sites or the user nagios.
17 All currently maintained versions are affected. If you are using an affected
18 version which we offer no more releases for, you can use the patch of
19 this Werk to fix the issue for your version.
21 This issue has been discovered and reported by Christian Thiemann. Thanks!