Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6786
blob8f0095eb0148710a126a2846af8ce7cdfab26f15
1 Title: Livestatus proxy: Fixed file path traversal vulnerability
2 Level: 2
3 Component: liveproxy
4 Class: security
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1539844674
11 The livestatus proxy connects to the livestatus server of remote sites. One task is to
12 fetch the inventory data of the remote site and replicate it to the master site to make
13 client accesses faster.
15 The livestatus proxy was not validating the incoming data correctly which made it possible
16 for an attacker that has access to the remote sites to compromise the site the livestatus
17 proxy daemon is running in.
19 Using this vulnerability it was possible to write write files in directories that are writable
20 by the liveproxy site user. This could be used to gain access to the liveproxy site.